Tagging for 8.22 release
authorArt Cancro <ajc@uncensored.citadel.org>
Sun, 27 Oct 2013 02:51:07 +0000 (22:51 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Sun, 27 Oct 2013 02:51:07 +0000 (22:51 -0400)
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 24184de518b4d526efc92cec04ce45ef31ccd7fe..4709bf9ab2b5d496c288a3de62d5cb07d87fa4e4 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      821             /* This version */
+#define REV_LEVEL      822             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 821             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 822             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index ac868661f553f3e9a6d0739e7e074e871448de2a..9fa15707b1afcb66a5063b992f16f3c50bc5c1cc 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.21], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.22], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 808a4c7be4813a6ec004cbb741cbcd3427e57aa7..69f0a229a5a30de9ce74c7d2c619c0d0279dab8e 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.22-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sat, 26 Oct 2013 22:49:55 -0400
+
 citadel (8.21-1) stable; urgency=low
 
   * new release
index c0abf5be687a12086f3f0bbda3cc5d66beb4501e..3a8dc8c24e9c08925acbf99106ed9d33e9356a6e 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.21, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.22, 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=821
+LIBREVISION=822
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index f8fac503b718426605e37870fb07dc59a6805b56..cf0ca539519c516b7dacb51630b12729700900c3 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.22-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sat, 26 Oct 2013 22:49:55 -0400
+
 libcitadel (8.21-1) stable; urgency=low
 
   * new release
index 579196ff703c0ce60e20b9eb65ee65d5491c64cb..14918fcac348183faf73912a434528709e6a5d2b 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      821
+#define LIBCITADEL_VERSION_NUMBER      822
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index f1b8e9f6835d77b44bb768eb1fe540da2634cc3a..b98f2cc038ebd857646556c845d0aaf63282ba4e 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.21], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.22], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index aebb52be7d1e88a270d242ff6f17e6dfe7704c8f..0507250943faef827a0486a1b158fe9994c62910 100644 (file)
@@ -1,3 +1,9 @@
+textclient (8.22-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sat, 26 Oct 2013 22:49:55 -0400
+
 textclient (8.21-1) stable; urgency=low
 
   * new upstream version
index 0e01b2238a101f7c41777950f1e941c53f437a34..43ac43cf973b1d650598691030a7e7526b794265 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.21], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.22], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 2e3b3e3ff56c70cb726d94c2c541c146e524f762..1e7c7b32eac158839df835ec1d90f592eacf1883 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.22-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Sat, 26 Oct 2013 22:49:55 -0400
+
 webcit (8.21-1) stable; urgency=low
 
   * new release
index 69f2e19c7e834206575aa4d73a27f8d41c80acd4..27e76d981eedde23da78e4579de25ff4499b6752 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         821             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    821             /* Minimum required version of Citadel server */
+#define CLIENT_VERSION         822             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    822             /* 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"