From 22da4ffb1a2d32f39c9c64921640366746f44c7f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 10 Feb 2005 16:52:07 +0000 Subject: [PATCH] * Updated documentation etc. for 6.40 release (and for 2005 copyright) --- citadel/ChangeLog | 4 ++++ citadel/citadel.lsm | 4 ++-- citadel/citadel.nsi | 2 +- citadel/citadel.spec | 2 +- citadel/docs/citadel.html | 2 +- citadel/setup.c | 7 ++++++- citadel/techdoc/protocol.txt | 2 +- citadel/techdoc/roadmap.txt | 2 +- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 93c1d9e37..657a91941 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 630.16 2005/02/10 16:52:03 ajc + * Updated documentation etc. for 6.40 release (and for 2005 copyright) + Revision 630.15 2005/02/08 03:33:49 ajc * client_gets(char *buf) has been replaced by client_getln(char *buf, int maxbytes) @@ -6360,3 +6363,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel.lsm b/citadel/citadel.lsm index ab9414b1d..06cd0df85 100644 --- a/citadel/citadel.lsm +++ b/citadel/citadel.lsm @@ -1,7 +1,7 @@ Begin4 Title: Citadel -Version: 6.30 -Entered-date: Fri Jan 21 15:23:40 EST 2005 +Version: 6.40 +Entered-date: Thu Feb 10 11:38:06 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 diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 7ebca7195..09ba50de1 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -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.30.exe" +OutFile "citadel-6.40.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/citadel.spec b/citadel/citadel.spec index 3e1e3356e..82eeec062 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ Summary: Citadel, the flexible, powerful way to build online communities Name: citadel -Version: 6.30 +Version: 6.40 Release: 1 Copyright: GPL Group: Applications/Communications diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index a07fe7b74..203ec878a 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -10,7 +10,7 @@

C I T A D E L

a messaging and collaboration platform for BBS and groupware applications

-Copyright ©1987-2004 by the Citadel development team:
+Copyright ©1987-2005 by the Citadel development team:

diff --git a/citadel/setup.c b/citadel/setup.c index c129d2de7..af2ae7e0f 100644 --- a/citadel/setup.c +++ b/citadel/setup.c @@ -1290,7 +1290,12 @@ void contemplate_ldap(void) { config.c_ldap_port = 389; sprintf(config.c_ldap_bind_dn, "cn=manager,%s", config.c_ldap_base_dn); - /* FIXME ... make the generated password harder to guess */ + /* + * Generate a bind password. If you're some grey hat hacker who + * is just dying to get some street cred on Bugtraq, and you think + * this password generation scheme is too weak, please submit a patch + * instead of just whining about it, ok? + */ sprintf(config.c_ldap_bind_pw, "%d%ld", getpid(), time(NULL)); write_config_to_disk(); diff --git a/citadel/techdoc/protocol.txt b/citadel/techdoc/protocol.txt index 18b727299..23111b7ac 100644 --- a/citadel/techdoc/protocol.txt +++ b/citadel/techdoc/protocol.txt @@ -1,5 +1,5 @@ APPLICATION LAYER PROTOCOL FOR THE CITADEL SYSTEM - (c) 1995-2004 by Art Cancro et. al. All Rights Reserved + (c) 1995-2005 by Art Cancro et. al. All Rights Reserved INTRODUCTION diff --git a/citadel/techdoc/roadmap.txt b/citadel/techdoc/roadmap.txt index 8b3b8d907..5ecc047cb 100644 --- a/citadel/techdoc/roadmap.txt +++ b/citadel/techdoc/roadmap.txt @@ -34,7 +34,7 @@ Goals to achieve during the 6.xx cycle times). After several false starts, it appears that the emerging standard will be - the draft GroupDAV specification. Citadel *will* implement this, providing + the draft GroupDAV specification. Citadel will support GroupDAV, providing out-of-the-box compatibility with upcoming versions of Evolution, KOrganizer, and any other client which follows the standard. -- 2.39.2