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 fa2dd842abb5feedea3e2253255722fcaecc3c6f (commit) from c4bd204756cd180257160e67f8815ad7cd55ee64 (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=fa2dd842abb5feedea3e2253255722fcaecc3c6f commit fa2dd842abb5feedea3e2253255722fcaecc3c6f Author: Art Cancro <a...@citadel.org> Date: Fri Mar 5 13:37:53 2021 -0500 Added a comma after each msgnum exported. The parser was globbing them all together when it was just a newline. This unfortunately resets the oldest-compatible-export version to the current version, but it wasn't working anyway. ----------------------------------------------------------------------- Summary of changes: citadel/citadel.h | 2 +- citadel/housekeeping.c | 13 ++--- citadel/modules/migrate/serv_migrate.c | 96 ++++++++++++++++++---------------- citadel/modules/nntp/serv_nntp.c | 31 ++++------- 4 files changed, 68 insertions(+), 74 deletions(-) hooks/post-receive -- Citadel Server, WebCit, utilities