Update version number to 8.15 across all components
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 27 Aug 2012 15:39:22 +0000 (11:39 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 27 Aug 2012 15:39:22 +0000 (11:39 -0400)
citadel/README.txt
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
webcit/README.txt
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index 502c7ec2a32e56914d05b86d7497afa3a9e34ac0..f5b933a2243b29d6eabb5a10f905748a18d099cb 100644 (file)
@@ -4,7 +4,7 @@
  * The condensed version:
  
    1. Create a user on your system under which to run Citadel
-   2. Install supported versions of Berkeley DB, libical, and libsieve.
+   2. Install supported versions of all dependencies
    3. ./configure && make && make install
    4. Run the "setup" program
  
index 55d44b5b4437a6f9994beefa3de8cb3ad0e8c283..38dbf55ffecbb7e590bf8fef36e99048199db5a5 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      814             /* This version */
+#define REV_LEVEL      815             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 814             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 815             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 95887497465108a8a9c0580ef7806b6d4b71701c..3422c763c243483ac52813ff9ceb620b39b330b0 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.14], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.15], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 679751b789fec2510b5cbed4d0eef8d59e7dc774..e0e44e2fb1122ae15e8b7ba442361ed81c8a8739 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.15-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Aug 2012 22:00:00 +0001
+
 citadel (8.14-1) stable; urgency=low
 
   * new upstream version
index a1eb3609fad99961fdae77216bf5a928b8e95845..d856bf1dfc2b76ad75a100ba2a8fbe840f7cf787 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, 3.8.14, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 3.8.15, 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=3
-LIBREVISION=814
+LIBREVISION=815
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 184cb5e6d8d2b7db1a9aacc0e7c4a6622e2ba3a7..0c22a130a6826279f5ad79d6f1bb39959070a0b9 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.15-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Aug 2012 22:00:00 +0001
+
 libcitadel (8.14-1) stable; urgency=low
 
   * new release
index 5f38ce163135c50bb9f3f59b76b62d45fa202057..9489cc8cd4bc90df2457649c4d3c7ccfc261e2e8 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      814
+#define LIBCITADEL_VERSION_NUMBER      815
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index aa8f6061fddcc2af4e0a05eafd855431d6eb015d..19fd15dda1ce6b348a51fea458cb1ac0d3b9e0e4 100644 (file)
@@ -4,6 +4,7 @@
  
        Art Cancro
        Wilfried Goesgens
+       Stefan Garthe
        Dave West
        Thierry Pasquier
        Nathan Bryant
@@ -13,7 +14,6 @@
        Dave Lindquist
        Matt Pfleger
        Martin Mouritzen
-       Stefan Garthe
 
    This program is open source software released under the terms of the GNU
    General Public License, version 3. Please read COPYING.txt for more
@@ -33,8 +33,8 @@
    License.
 
    Most of our Icons are taken from the "Essen" set by the people on
-   http://pc.de/icons/. We like to thank them for their astonishing work!
-   Their site explicitly states: "Free for commercial use as well."
+   http://pc.de/icons/. We would like to thank them for their astonishing
+   work!  Their site explicitly states: "Free for commercial use as well."
 
    One or more icons are from Milosz Wlazlo [http://miloszwl.deviantart.com]
    whose license explicitly allows inclusion in open source projects on the
index 4e3e71385b3fc33b321e8f5d739dc47c26604cbf..9d65ff1488057eff8e6315b6e7c96789c39d288f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.14], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.15], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index a882013871692147bc171d6c73dd1ef42633528f..a7375fde200587fe95827da51a640849ce14dcf2 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.15-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 27 Aug 2012 22:00:00 +0001
+
 webcit (8.14-1) stable; urgency=low
 
   * new release
index 7544d42fd695df6c034a67689ecacf528fb52e18..4ff69e9a833582cbb8ebbcde4b196755e7c0bd05 100644 (file)
@@ -128,9 +128,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         814             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    814             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          814             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         815             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    815             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          815             /* 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 */