Updated all version numbers to 8.20 in preparation for release
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 16 Jul 2013 17:50:38 +0000 (13:50 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 16 Jul 2013 17:50:38 +0000 (13:50 -0400)
14 files changed:
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
citadel/server_main.c
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.c
libcitadel/lib/libcitadel.h
textclient/configure.ac
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c

index 87224168af6d7d86cacb5ea62ea0e17f5c44c36b..a3ad3c3121e6134b55b5f1280366e99336193309 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main Citadel header file
  *
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2013 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      813             /* This version */
+#define REV_LEVEL      820             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 812             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 820             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 3a7997869eb19d16e847765e31f3830164749f8c..109964099d96f7bd5e17ba1b1b64305e914177ea 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.13], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.20], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 2bb428bf7a3077f57f7294ab0ac362a1235c5ec0..a758c5e556e54820a0567634960a3131a0103179 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.20-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Jul 2013 22:00:00 +0001
+
 citadel (8.13-1) stable; urgency=low
 
   * new upstream version
index 8f432963b42266b8108e2e365d75f15c2c832094..e15ea5d80d23c40cd5581fa7bf022a67ebc0ebd8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * citserver's main() function lives here.
  * 
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2013 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.
@@ -201,7 +201,7 @@ int main(int argc, char **argv)
        syslog(LOG_NOTICE,
                "*** Citadel server engine v%d.%02d (build %s) ***",
                (REV_LEVEL/100), (REV_LEVEL%100), svn_revision());
-       syslog(LOG_NOTICE, "Copyright (C) 1987-2012 by the Citadel development team.");
+       syslog(LOG_NOTICE, "Copyright (C) 1987-2013 by the Citadel development team.");
        syslog(LOG_NOTICE, "This program is distributed under the terms of the GNU "
                                        "General Public License.");
        syslog(LOG_NOTICE, " ");
index 1e1ffb2634958c3b55a59b9ef92ec242faeeeae7..f05f55c373945adbb2340c6b4e29ed9134f82cab 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.19, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.20, 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=819
+LIBREVISION=820
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 346c2a9ee065256fb8b114b43b246f9500841126..ab24fd75c3d24a234f32cf47434deafc9dc9ce15 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.20-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Jul 2013 22:00:00 +0001
+
 libcitadel (8.19.99-1) stable; urgency=low
 
   * development vesrion
index acb082bef18705c33a3339fa6d5a8afe87b7ee2d..29fe71d4760e8e75899ee4e60365132c2b54f4f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main stuff for libcitadel
  *
- * Copyright (c) 1987-2011 by the citadel.org team
+ * Copyright (c) 1987-2013 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 as published by
index 5d3520a7328ea86ac1597dc4e01d0e01665aec19..62beeac8720102483fb8ae383fdd901597040474 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Header file for libcitadel
  *
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2013 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.
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      813
+#define LIBCITADEL_VERSION_NUMBER      820
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 44f763340ffa36755056a0b9fd3683c82d297238..cc8913dc36dc58ec27c026e378a9d15232922008 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.11], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.20], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index 9b33da91bdf5d13b154d182351bab81f2b543231..46d6b51c107c4cd86c7ebdcc43ef452b4a02c70b 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.13], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.20], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index f9e6a8bad7f60cb15603b5f2399105f3e355463a..258e1d1a22670b3374b7537355d990d518dbbbd6 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.20-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Jul 2013 22:00:00 +0001
+
 webcit (8.13-1) stable; urgency=low
 
   * new release
index 2ce94be12d1b7d3d78556c533071a9f80f2e1a98..5b9078bbe26897c5b1b40e0266cb9e08da580edb 100644 (file)
@@ -3,7 +3,7 @@
  * persistent session to the Citadel server, handling HTTP WebCit requests as
  * they arrive and presenting a user interface.
  *
- * Copyright (c) 1996-2012 by the citadel.org team
+ * Copyright (c) 1996-2013 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.
index 43ecb0f78cc4f51efd355d6a4d1d0a9c1639bf3b..7f8ba7c14c6d1cff68e9c6414cdae36d6bd23f49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2013 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.
@@ -132,9 +132,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         813             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    813             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          813             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         820             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    820             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          820             /* 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 */
index 2ef9d6764eb29030cd86405ea58adff13f2c60c1..8ecdec8431f66c7a3d6d7cd58a7d2d2ad80ceac2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996-2012 by the citadel.org team
+ * Copyright (c) 1996-2013 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.
@@ -227,7 +227,7 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        syslog(LOG_NOTICE, "%s", PACKAGE_STRING);
-       syslog(LOG_NOTICE, "Copyright (C) 1996-2012 by the citadel.org team");
+       syslog(LOG_NOTICE, "Copyright (C) 1996-2013 by the citadel.org team");
        syslog(LOG_NOTICE, " ");
        syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or");
        syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3.");