From: Art Cancro Date: Tue, 16 Jul 2013 17:50:38 +0000 (-0400) Subject: Updated all version numbers to 8.20 in preparation for release X-Git-Tag: v8.20~7 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cd49d168981fb16f0655c506244f1d39e12d1bf4 Updated all version numbers to 8.20 in preparation for release --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 87224168a..a3ad3c312 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 3a7997869..109964099 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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) diff --git a/citadel/debian/changelog b/citadel/debian/changelog index 2bb428bf7..a758c5e55 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (8.20-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Tue, 16 Jul 2013 22:00:00 +0001 + citadel (8.13-1) stable; urgency=low * new upstream version diff --git a/citadel/server_main.c b/citadel/server_main.c index 8f432963b..e15ea5d80 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -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, " "); diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 1e1ffb263..f05f55c37 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -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) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index 346c2a9ee..ab24fd75c 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (8.20-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Tue, 16 Jul 2013 22:00:00 +0001 + libcitadel (8.19.99-1) stable; urgency=low * development vesrion diff --git a/libcitadel/lib/libcitadel.c b/libcitadel/lib/libcitadel.c index acb082bef..29fe71d47 100644 --- a/libcitadel/lib/libcitadel.c +++ b/libcitadel/lib/libcitadel.c @@ -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 diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 5d3520a73..62beeac87 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -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 #include -#define LIBCITADEL_VERSION_NUMBER 813 +#define LIBCITADEL_VERSION_NUMBER 820 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/textclient/configure.ac b/textclient/configure.ac index 44f763340..cc8913dc3 100644 --- a/textclient/configure.ac +++ b/textclient/configure.ac @@ -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) diff --git a/webcit/configure.ac b/webcit/configure.ac index 9b33da91b..46d6b51c1 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -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) diff --git a/webcit/debian/changelog b/webcit/debian/changelog index f9e6a8bad..258e1d1a2 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (8.20-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Tue, 16 Jul 2013 22:00:00 +0001 + webcit (8.13-1) stable; urgency=low * new release diff --git a/webcit/webcit.c b/webcit/webcit.c index 2ce94be12..5b9078bbe 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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. diff --git a/webcit/webcit.h b/webcit/webcit.h index 43ecb0f78..7f8ba7c14 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */ diff --git a/webcit/webserver.c b/webcit/webserver.c index 2ef9d6764..8ecdec843 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -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.");