This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Citadel Server, WebCit, utilities".

The branch, master has been updated
       via  4708119cea3c8b38057650eeb9af7765d29a3054 (commit)
      from  8de23d32481fc85d2af106eabe6f6c3962d0dd28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://code.citadel.org/?p=citadel.git&a=commit&h=4708119cea3c8b38057650eeb9af7765d29a3054
commit 4708119cea3c8b38057650eeb9af7765d29a3054
Author: Art Cancro <a...@citadel.org>
Date:   Sun Aug 1 14:10:29 2021 -0400

    CtdlGetSysConfig() and CtdlPutSysConfig() now have the ability to store 
large configuration items as message texts in the Local System Configuration 
room by saving their message numbers as items in the regular configuration 
database.  This eliminates the last place where we did 'Delete all other 
messages in this room which have the same MIME type' and that ability has 
therefore been removed from the code.  There is enough code remaining to read 
configurations saved the old way, but they are upgraded the first time they are 
read.

-----------------------------------------------------------------------

Summary of changes:
 citadel/config.c                         | 44 ++++++++++++++++++++++++--------
 citadel/modules/calendar/serv_calendar.c |  1 -
 citadel/modules/vcard/serv_vcard.c       |  1 -
 citadel/msgbase.c                        | 18 ++++---------
 citadel/msgbase.h                        |  3 +--
 textclient/tuiconfig.c                   | 31 ++++++++--------------
 6 files changed, 51 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
Citadel Server, WebCit, utilities

Reply via email to