push tags v8.23-new
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 18 Dec 2013 22:45:46 +0000 (17:45 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 18 Dec 2013 22:45:46 +0000 (17:45 -0500)
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/webcit.h

index 4709bf9ab2b5d496c288a3de62d5cb07d87fa4e4..a271e6f0f35a0ff13fba88cfa7b8cf3a8711ffc4 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      822             /* This version */
+#define REV_LEVEL      823             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 822             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 823             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 9fa15707b1afcb66a5063b992f16f3c50bc5c1cc..ae6c81d454f728e419cb4bcd21c50e061d34e923 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.22], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.23], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 69f0a229a5a30de9ce74c7d2c619c0d0279dab8e..2f49759c29f04e63e355ef50cd8d0a1a2bda3ae6 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.23-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sun, 15 Dec 2013 19:37:30 -0500
+
 citadel (8.22-1) stable; urgency=low
 
   * new release
index 3a8dc8c24e9c08925acbf99106ed9d33e9356a6e..c58b37714ff5c1d8bd6599587f32327b79475127 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.22, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.23, 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=822
+LIBREVISION=823
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index cf0ca539519c516b7dacb51630b12729700900c3..d9467bee8364061b4611a931b8cc419bf97cbffc 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.23-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sun, 15 Dec 2013 19:37:30 -0500
+
 libcitadel (8.22-1) stable; urgency=low
 
   * new release
index 14918fcac348183faf73912a434528709e6a5d2b..2c70cb8c4f320b3cf5f88bfd292cfd8be1c63d0b 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      822
+#define LIBCITADEL_VERSION_NUMBER      823
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index b98f2cc038ebd857646556c845d0aaf63282ba4e..a3a5fa3c7f69371bfab017933f312e70b4f457f5 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.22], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.23], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index 0507250943faef827a0486a1b158fe9994c62910..f0da060c56ce5b26aa65683038b3bea9c0b64568 100644 (file)
@@ -1,3 +1,9 @@
+textclient (8.23-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sun, 15 Dec 2013 19:37:30 -0500
+
 textclient (8.22-1) stable; urgency=low
 
   * new release
index 43ac43cf973b1d650598691030a7e7526b794265..af630a7fcc8957bafff66df68ec9a9df5f2be698 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.22], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.23], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 1e7c7b32eac158839df835ec1d90f592eacf1883..ac3de576a43c6a19db6406aa9418537392aea0f8 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.23-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sun, 15 Dec 2013 19:37:30 -0500
+
 webcit (8.22-1) stable; urgency=low
 
   * new release
index 27e76d981eedde23da78e4579de25ff4499b6752..74426d6133c7c1b4a72d26a9ac25eb6ff3def6f8 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         822             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    822             /* Minimum required version of Citadel server */
+#define CLIENT_VERSION         823             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    823             /* 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"