From 3e8588b771cea53af7914894bf355aee97e8608a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 4 Aug 2005 04:46:43 +0000 Subject: [PATCH] * Bumped internal version number to 6.54 * removed some tracing messages --- citadel/ChangeLog | 5 +++++ citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 4 ++-- citadel/citadel.spec | 2 +- citadel/mime_parser.c | 4 ++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 5ea61877a..f1e76b34f 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 653.18 2005/08/04 04:46:42 ajc +* Bumped internal version number to 6.54 +* removed some tracing messages + Revision 653.17 2005/08/04 04:22:09 ajc * imap_fetch.c: removed a spurious ')' character from the output of the 'charset' field. @@ -6981,3 +6985,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel.h b/citadel/citadel.h index 468244b8f..8dc185482 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -33,7 +33,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.53" +#define CITADEL "Citadel 6.54" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -45,7 +45,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 653 /* This version */ +#define REV_LEVEL 654 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 652 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index da8a79fec..034ee1fa0 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -4,7 +4,7 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" !define MUI_PRODUCT "Citadel" -!define MUI_VERSION "6.53" +!define MUI_VERSION "6.54" !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE !define MUI_COMPONENTSPAGE @@ -18,7 +18,7 @@ ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico" ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico" -OutFile "citadel-6.53.exe" +OutFile "citadel-6.54.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/citadel.spec b/citadel/citadel.spec index 96e6b807f..0e114cc74 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ Summary: Citadel, the flexible, powerful way to build online communities Name: citadel -Version: 6.53 +Version: 6.54 Release: 1 Copyright: GPL Group: Applications/Communications diff --git a/citadel/mime_parser.c b/citadel/mime_parser.c index 0a1711ed8..01636b163 100644 --- a/citadel/mime_parser.c +++ b/citadel/mime_parser.c @@ -504,8 +504,8 @@ void the_mime_parser(char *partnum, name = content_type_name; } - lprintf(CTDL_DEBUG, "mime_decode part=%s, len=%d, type=%s, charset=%s, encoding=%s\n", - partnum, length, content_type, charset, encoding); + /* lprintf(CTDL_DEBUG, "mime_decode part=%s, len=%d, type=%s, charset=%s, encoding=%s\n", + partnum, length, content_type, charset, encoding); */ mime_decode(partnum, part_start, length, content_type, charset, encoding, disposition, -- 2.39.2