THIS IS 6.62
authorArt Cancro <ajc@citadel.org>
Wed, 16 Nov 2005 02:18:17 +0000 (02:18 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 16 Nov 2005 02:18:17 +0000 (02:18 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.nsi
citadel/citadel.spec

index 42c30fc38880c4eb9eec5df68a4902461baf46b2..fa1da972b0f4a0e14310267c3c1e501308e6cbb6 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Tue Nov 15 21:18:01 EST 2005 ajc
+* THIS IS 6.62
+
 Sun Nov 13 23:35:55 EST 2005 ajc
 * serv_extensions.c: serv_upgrade_init() must be called prior to
   serv_inetcfg_init() in order to ensure that citadel.control is created
index 010dfacd84b4c7a386aa747a0d37d843ed646ccc..f18b28f30201c27916402318afbbe6a095fca606 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.61"
+#define CITADEL        "Citadel 6.62"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -45,7 +45,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      661             /* This version */
+#define REV_LEVEL      662             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 655             /* Oldest compatible export files */
 
index 034ee1fa09db3d68089306c25d3d4c37ab80c9ab..2273ea68024e94c98de8f027a59cceaf5d77be91 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.54"
+!define MUI_VERSION "6.62"
 !define MUI_WELCOMEPAGE
 !define MUI_LICENSEPAGE
 !define MUI_COMPONENTSPAGE
@@ -18,7 +18,7 @@
 ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"
 ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico"
 
-OutFile "citadel-6.54.exe"
+OutFile "citadel-6.62.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 0e114cc746cf0347023fabe94c92fe185aae976c..04f004745011c98e5aed9bbd83493f4f25053c21 100644 (file)
@@ -1,15 +1,15 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.54
+Version: 6.62
 Release: 1
 Copyright: GPL
 Group: Applications/Communications
-Source0: http://my.citadel.org/download/citadel-ux-%{PACKAGE_VERSION}.tar.gz
+Source0: http://easyinstall.citadel.org/citadel-%{PACKAGE_VERSION}.tar.gz
 Buildroot: /var/tmp/citadel-%{PACKAGE_VERSION}-root
 #Icon: citux-64x64.xpm
 Vendor: Citadel Development Team
-URL:  http://uncensored.citadel.org/citadel/
+URL:  http://www.citadel.org
 
 # I don't think we should actually Require this because we can be configured
 # not to connect to an LDAP server. So we really only require the client