Ran the releaseversion.sh script to mark everything as version 9.01 v9.01
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 1 Apr 2015 16:58:03 +0000 (12:58 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 1 Apr 2015 16:58:03 +0000 (12:58 -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 9198d4a28a9012718b09c2899eea691d00245307..d1dd3598fd30257555632e2f552cc72ffe2b3721 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main Citadel header file
  *
- * Copyright (c) 1987-2014 by the citadel.org team
+ * Copyright (c) 1987-2015 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
@@ -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      830             /* This version */
+#define REV_LEVEL      901             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 829             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 901             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index aa900202e81668c0b37421fdc576e255df7ae86f..3a4fbe69ca56830c64c92ef77fe96a0b882d9ecc 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.29], [http://www.citadel.org/])
+AC_INIT([Citadel], [9.01], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index a421eed7e5f11fcdf06c66ba121c286b1ff0b145..9d8b4a8ba7cae46aab6c3e0e558941a0ee3e0e2a 100644 (file)
@@ -1,3 +1,9 @@
+citadel (9.01-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Apr 2015 12:56:30 -0400
+
 citadel (8.29-1) stable; urgency=low
 
   * development prerelease
index 5e332a22024f3f7dff659871565012b8e96fac23..595f0b6ed806275a8e4d355f6509fc86ee0db185 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.29, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.9.01, 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=829
+LIBREVISION=901
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index d2f0708a25de4ce2241288162bd1012ff38e93ce..b26175f6a165667c897196e639b5f06b3e387549 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (9.01-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Apr 2015 12:56:30 -0400
+
 libcitadel (8.29-1) stable; urgency=low
 
   * development prerelease
index d7da488f10c7a7ab48dbc265924b7da184f96417..aa1f5a141ce34daf71097d324fb1150bd621006c 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      829
+#define LIBCITADEL_VERSION_NUMBER      901
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index c967b6308333b0462d0cba61fd08d02f8bd98514..daee0dc2c828b98962a97803e41eadce568da158 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.29], [http://www.citadel.org/])
+AC_INIT([Citadel], [9.01], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index 76a46ee86fe7e448db3bb0aecc48753445e40779..dc8c6726be58841d829b23c47171e5ed8a6d9bd4 100644 (file)
@@ -1,3 +1,9 @@
+textclient (9.01-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Apr 2015 12:56:30 -0400
+
 textclient (8.29-1) stable; urgency=low
 
   * development prerelease
index 8cb65c3346ace085a2fcb6ed95575dc49f04e1f7..6f74bdcbad149b1ba5660e5c0904731cb0a31859 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.29], [http://www.citadel.org/])
+AC_INIT([WebCit], [9.01], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 32569672537386b7c0617d1e371d8266daa680b9..d48253326a83bce0b6a266672738f2b095ce3fbd 100644 (file)
@@ -1,3 +1,9 @@
+webcit (9.01-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Apr 2015 12:56:30 -0400
+
 webcit (8.29-1) stable; urgency=low
 
   * development prerelease
index c5e1fe4222896afa277794108f58ecca58bc39cb..e0f7df7ebbac49f662a5494c9d0a345a41d53781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1987-2014 by the citadel.org team
+ * Copyright (c) 1987-2015 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 3.
@@ -127,9 +127,9 @@ 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         829             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    829             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          821             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         901             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    901             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          901             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */