version 8.05 v8.05
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 8 Mar 2012 19:36:02 +0000 (14:36 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 8 Mar 2012 19:36:02 +0000 (14:36 -0500)
citadel/COPYING
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/README.txt
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index 3b6efd6b0104e681462c9dbe3aeb2cbdf76116ad..615bb02da2adbd9e6993b37e010e17888bdbdbdf 100644 (file)
@@ -1,5 +1,5 @@
 
 
-Copyright: (C) 1987-2010 Citadel development team; GPL V3
+Copyright: (C) 1987-2012 Citadel development team; GPL V3
 
 Copyright for CRC16: (C) 2002-2003 Indigo Systems Corporation; 
          Artistic license + Non advertising clause
 
 Copyright for CRC16: (C) 2002-2003 Indigo Systems Corporation; 
          Artistic license + Non advertising clause
index e0bd35542a01b283b6f570c58e41c75a8c12ada2..4d518d37b8e16db70ae250fc6105a56e59a53702 100644 (file)
@@ -3,17 +3,13 @@
  *
  * Copyright (c) 1987-2012 by the citadel.org team
  *
  *
  * Copyright (c) 1987-2012 by the citadel.org team
  *
- * This program is free software; you can redistribute it and/or modify
+ * 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.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * it under the terms of the GNU General Public License version 3.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 /* system customizations are in sysconfig.h */
  */
 
 /* system customizations are in sysconfig.h */
@@ -49,10 +45,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      804             /* This version */
+#define REV_LEVEL      805             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 804             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 805             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 49b7cdf95306cf14d33da8592f0251eaf4360083..737ae73ae8d4b4d4ea4c65dc7238e633662fa038 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [8.04], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.05], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 783e87420ef1720b790973466e7ab194c86f41d9..6e732b514171bd0da820d301c4dc925678d9bd07 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.05-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Thu, 8 Mar 2012 22:00:00 +0001
+
 citadel (8.03-1) stable; urgency=low
 
   * new upstream version
 citadel (8.03-1) stable; urgency=low
 
   * new upstream version
index 167df4b762f3b8907bc2cf502e7348b66acee19d..b24cb9048388b48dacc3f4a65aa1d5ae4b3e281d 100644 (file)
@@ -4,7 +4,7 @@ WebCit.  It is not intended to be a general-purpose library for widespread
 use, although there are parts of it that may be useful for that purpose,
 such as the MIME parser and the vCard data type.
 
 use, although there are parts of it that may be useful for that purpose,
 such as the MIME parser and the vCard data type.
 
-Copyright (c) 1987-2011 by the citadel.org development team.
+Copyright (c) 1987-2012 by the citadel.org development team.
 This program is distributed under the terms of the GNU General Public
 License, version 3.
 
 This program is distributed under the terms of the GNU General Public
 License, version 3.
 
index 608f45f06eaa62cef197be183e9765ca41d191ba..f5d36c24579bd790a995ac1debb1fd568265f876 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 8.04, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 8.05, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 8d15592c27459421e0c3dbdbaa4e55d2539ca271..188eed5cc745c94902018f13eddc879b832f2213 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.05-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Thu, 8 Mar 2012 22:00:00 +0001
+
 libcitadel (8.02-1) stable; urgency=low
 
   * new release
 libcitadel (8.02-1) stable; urgency=low
 
   * new release
index 1717be24b46c8d21cc6699118f948333bd744288..fdfa616dfffb65e832173785ba64fded62c3560a 100644 (file)
@@ -18,7 +18,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      804
+#define LIBCITADEL_VERSION_NUMBER      805
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 00bd6e0e4ea54186358c260a4ccbbe2c64d149cf..4aca741539f0b0cbd4ed7f7a4f64468f071fc904 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.04], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.05], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
 
 
 AC_SUBST(PROG_SUBDIRS)
index 0dd6aa6413f9a88d5f7cd94eee42e198efdf5aad..1212848e11304e5475c4f4a40b66aa7ef1728f67 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.06-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Thu, 8 Mar 2012 22:00:00 +0001
+
 webcit (8.03-1) stable; urgency=low
 
   * new release
 webcit (8.03-1) stable; urgency=low
 
   * new release
index 4cb99869fb554d6d63fe936c5ef9c2ceedd4ff62..ca1d1d28f1417359020bc1b7e01956934027c2c1 100644 (file)
@@ -8,10 +8,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
 #include "sysdep.h"
  */
 
 #include "sysdep.h"
@@ -133,9 +129,9 @@ extern char *ssl_cipher_list;
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         804             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    804             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          804             /* min required libcitadel ver */
+#define CLIENT_VERSION         805             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    805             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          805             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */