* Bumped internal version number to 6.54
authorArt Cancro <ajc@citadel.org>
Thu, 4 Aug 2005 04:46:43 +0000 (04:46 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 4 Aug 2005 04:46:43 +0000 (04:46 +0000)
* removed some tracing messages

citadel/ChangeLog
citadel/citadel.h
citadel/citadel.nsi
citadel/citadel.spec
citadel/mime_parser.c

index 5ea61877a462c6dae4b8772852a4d629dc2b988e..f1e76b34f7b68f2c72103b6d4e2818348a1365b5 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 468244b8f912548b1f82253b90ef7cd036e34e8b..8dc18548261ed4377d07ffc9d99ad5f10ba0f603 100644 (file)
@@ -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 */
 
index da8a79fec7e5b34e454276d57d9385b9bc4453b5..034ee1fa09db3d68089306c25d3d4c37ab80c9ab 100644 (file)
@@ -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)"
index 96e6b807fc0cdacc6407f1a2d1020100dbe0a01f..0e114cc746cf0347023fabe94c92fe185aae976c 100644 (file)
@@ -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
index 0a1711ed89b3274327eb0305c7c9b0a2f03187bd..01636b1633c14fa1f94232290ee26385dc88a6d8 100644 (file)
@@ -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,