* citadel.lsm: removed. Nobody uses the Linux Software Map anymore.
authorArt Cancro <ajc@citadel.org>
Wed, 6 Jul 2005 02:28:26 +0000 (02:28 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 6 Jul 2005 02:28:26 +0000 (02:28 +0000)
* Updated internal version number to 6.52

citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm [deleted file]
citadel/citadel.nsi
citadel/citadel.spec
citadel/docs/citadel.html
citadel/techdoc/developers.txt
citadel/techdoc/protocol.txt

index 4c18fd73df563c57466759526b0f403073e8b9e9..eca7463723f9cf73be6ed926d0f8c2bbc5b5093e 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 651.8  2005/07/06 02:28:20  ajc
+* citadel.lsm: removed.  Nobody uses the Linux Software Map anymore.
+* Updated internal version number to 6.52
+
 Revision 651.7  2005/07/06 01:53:34  ajc
 * imap_fetch.c: additional self-check to avoid attempting to fetch messages
   with UID's lower than 1.  Hopefully this fixes bug #150.
@@ -6902,4 +6906,3 @@ 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 32fc601d12b8f106eea5cbc07ef51a5437c0804d..8907a4000098f5236d493617a752cea04295804e 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.51"
+#define CITADEL        "Citadel 6.52"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
diff --git a/citadel/citadel.lsm b/citadel/citadel.lsm
deleted file mode 100644 (file)
index c81522b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Begin4
-Title: Citadel
-Version: 6.51
-Entered-date: Sat Jun 11 23:44:16 EDT 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
-       through SMTP, POP3 and IMAP, instant messaging, and caledaring
-       and scheduling.
-Keywords: citadel citadel/ux groupware bbs ignet smtp pop3 imap calendar messaging mail
-Author: Art Cancro <ajc@uncensored.citadel.org>
-Maintained-by: Citadel Developers <devel@citadel.org>
-Primary-site: http://www.citadel.org/
-Alternate-site: http://www.tux.org/pub/net/citadel/
-Original-site: http://uncensored.citadel.org/citadel/
-Platforms: Unix or Unix-like operating systems.
-        Citadel is known to work on Linux, Solaris and Mac OS X 10.2
-       (Jaguar) or later.  GNU make is required and GCC is strongly
-       recommended.  We've also had reports of success on Free/NetBSD
-       and Windows with Cygwin.  For calendaring, libical-0.24.RC4
-       is required (0.23 won't work).
-Copying-policy: GPL
-End
index 3fc12e47e787216b18d327a8105e49af5326fc7a..e4ef32dc60e962040817e6f2851bf5702a476891 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.51"
+!define MUI_VERSION "6.52"
 !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.51.exe"
+OutFile "citadel-6.52.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 7acdd74affc725df8db9c6d5c42b62ff56817ff8..64cdd7ecc3d1beb3246d216d76686b019dcfb175 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.51
+Version: 6.52
 Release: 1
 Copyright: GPL
 Group: Applications/Communications
index 9d7315d710a53246d11c2dc73541006fbff7f847..0f469185931b18dbfa79798d900421612e04d4ec 100644 (file)
@@ -8,8 +8,8 @@
 <body>
 <div align="center">
 <h1>C I T A D E L</h1>
-<h2>a messaging and collaboration platform for BBS and groupware
-applications</h2>
+<h2>a messaging and collaboration platform
+for groupware and BBS applications</h2>
 Copyright &copy;1987-2005 by the Citadel development team:<br>
 <br>
 <table align="center" border="0" cellpadding="2" cellspacing="2">
index 5adf9bf7b381c5a305328d7d416c81a0accbf2bc..be0342c4e00520b774f32cec2584737ea3d16929 100644 (file)
@@ -45,7 +45,7 @@ Developer codes (and where known, client codes)
         Client  Name            Status          Description
        0       libcitadel      in development  Client-side API library
        1       D.O.C.          dead            Dave's Own Citadel look-alike
-       8       stress          in development  Citadel server stress tester
+       8       stress          deployed        Citadel server stress tester
        16      Courier         in development  GTK+ Unix/Win32 Client
  
  69     Anticlimactic Teleservices
index 1d2d48de141916498aa9439afc02030728e465f8..2145c815ed6c646930e06a979c03058512d97297 100644 (file)
@@ -2154,6 +2154,13 @@ asynchronous messages as they arrive, before doing anything else.
 
 
 
+ SRCH   (SeaRCH the message base)
+ This command's implementation is incomplete and will be documented when it
+is finished.
+
+
+
 
  ASYNCHRONOUS MESSAGES
  ---------------------