* newinstall.sh: save tarball checksums after successful install of each
authorArt Cancro <ajc@citadel.org>
Tue, 4 Jan 2005 03:57:21 +0000 (03:57 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 4 Jan 2005 03:57:21 +0000 (03:57 +0000)
  component; skip subsequent installs for components which have not changed
* Bumped internal version number to 6.29

citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index 42fe6f9040f2af472286a6f451eb692368f4a4ad..afacd9a168062d145e8bfe64539e3713bbce0311 100644 (file)
@@ -1,4 +1,9 @@
  $Log$
+ Revision 628.2  2005/01/04 03:57:21  ajc
+ * newinstall.sh: save tarball checksums after successful install of each
+   component; skip subsequent installs for components which have not changed
+ * Bumped internal version number to 6.29
+
  Revision 628.1  2005/01/04 02:06:28  ajc
  * sysdep.c: if we have enough information to do so, adjust maximum file
    descriptors to avoid exceeding FD_SETSIZE.  This is done to circumvent
@@ -6243,3 +6248,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 44fa989abfd0ba65e0b69764f63815552af6c74a..4ee22978232e5ac5d87d8b235aec2300db25ebcd 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.28"
+#define CITADEL        "Citadel 6.29"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -44,7 +44,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      628             /* This version */
+#define REV_LEVEL      629             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index 08fa59aeb5d3809a19ac717b2d76dd1e5d32792e..48af197d1fe738b31e2435a90734913ab2f86957 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.28
-Entered-date: Mon Dec 13 22:15:31 EST 2004
+Version: 6.29
+Entered-date: Mon Jan  3 22:55:53 EST 2005
 Description: The Citadel messaging platform for Unix systems.
         In addition to BBS functionality, Citadel also offers advanced
        messaging and groupware applications, including Internet e-mail
index 64056175ffe2d7f1f633d159f57c5fa7fc32a49a..b8772820be5bae41534c9a584c029aacdf1eb355 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.28"
+!define MUI_VERSION "6.29"
 !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.28.exe"
+OutFile "citadel-6.29.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 0adc4f973fcd90bb862a8040f4f3d9768faf5827..ffccdcfb2c5b4083435e01c4bfeedaefc17e820e 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.28
+Version: 6.29
 Release: 1
 Copyright: GPL
 Group: Applications/Communications