Version 925 release
authorArt Cancro <ajc@citadel.org>
Thu, 21 Mar 2019 23:18:19 +0000 (19:18 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 21 Mar 2019 23:18:19 +0000 (19:18 -0400)
citadel/citadel.h
citadel/debian/changelog
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
textclient/debian/changelog
textclient/textclient.h
webcit/debian/changelog
webcit/webcit.h

index f005d589d38077b650b30556c9c820931673bb2f..8f33900899032aacc9b273860a7e177174918705 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main Citadel header file
  *
- * Copyright (c) 1987-2018 by the citadel.org team
+ * Copyright (c) 1987-2019 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.
@@ -35,7 +35,7 @@ extern "C" {
  */
 #define CITADEL        PACKAGE_STRING
 
-#define REV_LEVEL      924             // This version
+#define REV_LEVEL      925             // This version
 #define REV_MIN                591             // Oldest compatible database
 #define EXPORT_REV_MIN 760             // Oldest compatible export files
 #define LIBCITADEL_MIN 922             // Minimum required version of libcitadel
index 430a9c8ee4ad88e0909460a96bd154f07257b006..94917604fed1cc7d2050331c758da4f6a732b391 100644 (file)
@@ -1,3 +1,9 @@
+citadel (925-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 19 Dec 2018 16:57:49 -0500
+
 citadel (924-1) stable; urgency=low
 
   * new release
index 9da98bc34885af3ea3d36d1d19a9088b8adc2a0a..2e9962e886e7ffcd7607bbe05c7f82d1e5a706ba 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (925-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 19 Dec 2018 16:57:49 -0500
+
 libcitadel (924-1) stable; urgency=low
 
   * new release
index b035a474454276b9e379772c5b4ebb73b4ac1089..9d015a9378927dd1afbe86505f384656c061e1c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Header file for libcitadel
  *
- * Copyright (c) 1987-2018 by the citadel.org team
+ * Copyright (c) 1987-2019 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.
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      924
+#define LIBCITADEL_VERSION_NUMBER      925
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 959f35a9c9e3f27316c30af9ee5c6c143d2fd991..27b1465907f082be8bea9c87b3be1656df3b4a54 100644 (file)
@@ -1,3 +1,9 @@
+textclient (925-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 19 Dec 2018 16:57:49 -0500
+
 textclient (924-1) stable; urgency=low
 
   * new release
index 922644642358d81d9a092aec432b536394ef9290..74f70e63a147aead4603b94cd895a6a6359dc256 100644 (file)
@@ -13,7 +13,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION          924
+#define CLIENT_VERSION          925
 #define CLIENT_TYPE            0
 
 /* commands we can send to the stty_ctdl() routine */
index 52c85c58b5b8d67f116a1535792c81dcb2d66280..f774c408d986a2e9f36af5628bd3d783f0e0cc5c 100644 (file)
@@ -1,3 +1,9 @@
+webcit (925-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 19 Dec 2018 16:57:49 -0500
+
 webcit (924-1) stable; urgency=low
 
   * new release
index 921034603e313902bc379a77cb08f7604e1579cd..73f352386b219bca136b1f869170365f571da71c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1987-2018 by the citadel.org team
+ * Copyright (c) 1987-2019 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         924             /* This version of WebCit */
+#define CLIENT_VERSION         925             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    924             /* Minimum required version of Citadel server */
 #define        LIBCITADEL_MIN          924             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */