Version 8.22 release
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 27 Jan 2014 15:33:42 +0000 (10:33 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 27 Jan 2014 15:33:42 +0000 (10:33 -0500)
12 files changed:
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
textclient/configure.ac
textclient/debian/changelog
webcit/configure.ac
webcit/debian/changelog
webcit/ical_subst.c
webcit/webcit.h

index a271e6f0f35a0ff13fba88cfa7b8cf3a8711ffc4..fc3e9abd9789daeea786cc27470f5914a5b95515 100644 (file)
@@ -45,10 +45,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      823             /* This version */
+#define REV_LEVEL      824             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 823             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 824             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index ae6c81d454f728e419cb4bcd21c50e061d34e923..67aa2ed16b59d8df9e7044914089f3d1e79e3e9c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [8.23], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.24], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 2f49759c29f04e63e355ef50cd8d0a1a2bda3ae6..a2f2bd6bc15cdfdeb3571f34a31831d608979e21 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.24-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Jan 2014 10:23:16 -0500
+
 citadel (8.23-1) stable; urgency=low
 
   * new release
index c58b37714ff5c1d8bd6599587f32327b79475127..f0f673f3eadb895645a4fd30b8bc510cc88bf619 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 4.8.23, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.24, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -23,7 +23,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
 LIBCURRENT=4
-LIBREVISION=823
+LIBREVISION=824
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index d9467bee8364061b4611a931b8cc419bf97cbffc..569f09052f63957ed90f57f439de3e7202f48869 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.24-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Jan 2014 10:23:16 -0500
+
 libcitadel (8.23-1) stable; urgency=low
 
   * new release
index 2c70cb8c4f320b3cf5f88bfd292cfd8be1c63d0b..15c941efb0dc66444eefb6d4efcdd5005ee8fb9c 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      823
+#define LIBCITADEL_VERSION_NUMBER      824
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index a3a5fa3c7f69371bfab017933f312e70b4f457f5..29d3ee7996cc2aef7f2e24fecd46093562d26bdb 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [8.23], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.24], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index f0da060c56ce5b26aa65683038b3bea9c0b64568..d0f89840227549a77abf124ecbfa9ed5b1ddd656 100644 (file)
@@ -1,3 +1,9 @@
+textclient (8.24-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Jan 2014 10:23:16 -0500
+
 textclient (8.23-1) stable; urgency=low
 
   * new release
index af630a7fcc8957bafff66df68ec9a9df5f2be698..896dbb73d6b795f59153c55267432ab8ae43e32a 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.23], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.24], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index ac3de576a43c6a19db6406aa9418537392aea0f8..bb350ef9f5f0a853b38c78548064521df8ce618f 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.24-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Jan 2014 10:23:16 -0500
+
 webcit (8.23-1) stable; urgency=low
 
   * new release
index 5f2393ff9cb95e8604504051feeeef2bca335065..adb81f15a98f897e94743d7ca47e23aebfa1f3f8 100644 (file)
@@ -272,8 +272,8 @@ void render_MIME_ICS_TPL(StrBuf *Target, WCTemplputParams *TP, StrBuf *FoundChar
        wc_mime_attachment *Mime = CTX(CTX_MIME_ATACH);
        icalproperty_method the_method = ICAL_METHOD_NONE;
        icalproperty *method = NULL;
-       icalcomponent *cal;
-       icalcomponent *c;
+       icalcomponent *cal = NULL;
+       icalcomponent *c = NULL;
         WCTemplputParams SubTP;
         WCTemplputParams SuperTP;
 
@@ -538,7 +538,7 @@ int cond_ICalAttendeeState(StrBuf *Target, WCTemplputParams *TP)
        for (c = icalcomponent_get_first_component(cal, ICAL_ANY_COMPONENT);
             (c != 0);
             c = icalcomponent_get_next_component(cal, ICAL_ANY_COMPONENT)) {
-               /* Recursively process subcomponent * /
+               / * Recursively process subcomponent * /
                cal_process_object(Target, c, recursion_level+1, msgnum, cal_partnum);
        }
        */
index 74426d6133c7c1b4a72d26a9ac25eb6ff3def6f8..7ed202642d17a09f8a013fec37205502eccc06cc 100644 (file)
@@ -132,8 +132,8 @@ extern char *ssl_cipher_list;
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         823             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    823             /* Minimum required version of Citadel server */
+#define CLIENT_VERSION         824             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    824             /* Minimum required version of Citadel server */
 #define        LIBCITADEL_MIN          821             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"