Version 916 tag everything for release
authorArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2018 22:48:56 +0000 (17:48 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2018 22:48:56 +0000 (17:48 -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 8773625c739e03a971b7f9d39c0b80ec0bafdc9d..b15e015270ad0e29d0ada937cbc0120d5073481a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main Citadel header file
  *
- * Copyright (c) 1987-2017 by the citadel.org team
+ * Copyright (c) 1987-2018 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      915             // This version
+#define REV_LEVEL      916             // This version
 #define REV_MIN                591             // Oldest compatible database
 #define EXPORT_REV_MIN 760             // Oldest compatible export files
-#define LIBCITADEL_MIN 914             // Minimum required version of libcitadel
+#define LIBCITADEL_MIN 916             // Minimum required version of libcitadel
 
 #define SERVER_TYPE 0                  // zero for stock Citadel; other developers please
                                        // obtain SERVER_TYPE codes for your implementations
index 7e8135b97be02c02402135e0030be02eed26ffa8..17a5259910debb47a673d7f2e744f5651a6a8c2f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [915], [http://www.citadel.org/])
+AC_INIT([Citadel], [916], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index f85a970038671075241c3b32ed8f014f2ee3a21e..9509169f0c027177ea8929ae19e2bfdfeadad2b4 100644 (file)
@@ -1,3 +1,9 @@
+citadel (9.16-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 02 Jan 2018 12:56:30 -0400
+
 citadel (9.15-1) stable; urgency=low
 
   * new release
index 625498d8bf41c13e064173fb4677ba083a340f44..14db2bc74ea468d6d6da3c04039ac2faba2141b0 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, 914, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 916, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -20,7 +20,7 @@ dnl Set LIBAGE to 0.
 dnl
 
 LIBCURRENT=4
-LIBREVISION=914
+LIBREVISION=916
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 186ea22f2cfdfc5443ce92c4ec22ea6d80a7deff..61c8344b2e231e4bb7a2714d7c488992e828fc0f 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (9.16-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Jan 2018 12:56:30 -0400
+
 libcitadel (9.14-1) stable; urgency=low
 
   * new release
index ad7058a0b76b43fb911146d88ee7e1ad85c6af3c..70e9857c53291b9de6f7e525351e5eeb9da06ce4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Header file for libcitadel
  *
- * Copyright (c) 1987-2017 by the citadel.org team
+ * Copyright (c) 1987-2018 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      914
+#define LIBCITADEL_VERSION_NUMBER      916
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 2fa5c902ab355c378faec41ecccbddbafa5e29b8..e9a28f50127d80928718cbab4f6544b663a6968f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [902], [http://www.citadel.org/])
+AC_INIT([Citadel], [915], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index dc8c6726be58841d829b23c47171e5ed8a6d9bd4..7c148d67d608a32da9a77a29558b0077661d4c26 100644 (file)
@@ -1,3 +1,9 @@
+textclient (9.16-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 01 Jan 2018 12:56:30 -0400
+
 textclient (9.01-1) stable; urgency=low
 
   * new release
index 0774acf3a95671f456ff9818c9736da631ee853b..90a4baa40eef1eed8f851a63e4541440b7b1b349 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [915], [http://www.citadel.org/])
+AC_INIT([WebCit], [916], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 05af7b990fcd68d92913a79415ab43d2ba2b2304..f84c5d122a0dd28b036b39e74aec06a384b53a8a 100644 (file)
@@ -1,3 +1,9 @@
+webcit (9.16-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 02 Jan 2018 12:56:30 -0400
+
 webcit (9.15-1) stable; urgency=low
 
   * new release
index 7968ac510d3299547c03fd7a10290f9cc7905cfa..9662f973c2001b8375fc16c887f5d8dd317dc337 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1987-2017 by the citadel.org team
+ * Copyright (c) 1987-2018 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,7 +127,7 @@ 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         915             /* This version of WebCit */
+#define CLIENT_VERSION         916             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    914             /* Minimum required version of Citadel server */
 #define        LIBCITADEL_MIN          914             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */