]> code.citadel.org Git - citadel.git/commitdiff
* Start marking things for 6.05 release
authorArt Cancro <ajc@citadel.org>
Sun, 12 Jan 2003 05:02:02 +0000 (05:02 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 12 Jan 2003 05:02:02 +0000 (05:02 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/docs/copyright.txt
citadel/docs/inetsiteconfig.txt
citadel/techdoc/session.txt

index a095dcdf627ca7a8d50da1b770ec158448555b30..45cea01ba0bc220b0a85624a3430f6d58075117e 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.104  2003/01/12 05:01:58  ajc
+ * Start marking things for 6.05 release
+
  Revision 601.103  2003/01/12 04:48:23  ajc
  * Display message subjects in magenta instead of white
 
@@ -4355,4 +4358,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 693d1cf472a8415435dd86fee2d1c39814711e8f..b64cb7726bbd2ecee5423531d5deaf7493d554e1 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel/UX 6.01"
+#define CITADEL        "Citadel/UX 6.05"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -32,7 +32,7 @@ extern "C" {
  * are older than REV_MIN, none of the programs will work until the setup
  * program is run again to bring things up to date.
  */
-#define REV_LEVEL      601             /* This version */
+#define REV_LEVEL      605             /* This version */
 #define REV_MIN                591             /* Oldest compatible version */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please
index 2ea76f4ba1034d499e9e2e2057d9fa12fcc8ac5f..7281d020db9085ff158ee9bcce13c02dcee63056 100644 (file)
@@ -1,8 +1,8 @@
                          -----------------------
-                         Citadel/UX version 6.01
+                         Citadel/UX version 6.05
                          -----------------------
  
- Copyright (c) 1987-2002 by the Citadel development team.
+ Copyright (c) 1987-2003 by the Citadel development team.
   
      Steven M. Bellovin (author of public domain 'parsedate' function)
      Nathan Bryant      (build system, security, database access, and others)
@@ -13,7 +13,7 @@
      Daniel Malament    (string compare function for IMAP server)
      Stu Mark           (additional client features, IGnet protocol design)
      Ben Mehlman        (additional client features)
-     Ari Samson         (project management)
+     Ari Samson         (assistance with project management)
      John Walker        (author of public domain base64 encoder/decoder)
      Steve Williams     (documentation)
      Ethan Young        (IGnet protocol design)
index 5a037d117e35c94f3a386f80ecc6f366f164b3cf..bf93ba2e97bfcfe0598fb84de88b2c18f996d1c4 100644 (file)
@@ -21,6 +21,9 @@ Enter host name: pixel.citadel.org
  (1) localhost       (Alias for this computer)
  (2) gateway domain  (Domain for all Citadel systems)
  (3) smart-host      (Forward all outbound mail to this host)
+ (4) directory      (Consult the Global Address Book)
+ (5) SpamAssassin   (Address of SpamAssassin server)
+
 
 Which one [1]:
 
@@ -41,5 +44,15 @@ addresses are dynamically assigned) a lot of MTA filters will block
 mail from your address. So unless you have a static domain, you'll 
 probably want to send mail through a smart host. Usually your ISP will
 provide you with that information.
+directory:
+A domain for which you are participating in directory services, perhaps across
+any number of Citadel nodes.  This is new and not fully supported yet.
+
+SpamAssassin:
+You can configure Citadel to use the excellent SpamAssassin software (read
+more at http://www.spamassassin.org to learn about it) to filter out incoming
+spam from your system.  Learn how to do this by reading the documentation
+at http://www.citadel.org/spamassassin.php
 
 All you have to do is save and you're done. 
index b4175a0ce1da2e587bd63bd7f56fff0ededaeade..2f0907a975e6a8abbaf353103d4040e08c80b7a5 100644 (file)
@@ -1,5 +1,5 @@
                   SESSION LAYER PROTOCOL FOR CITADEL/UX
-         (c) 1995-2002 by Art Cancro et. al.    All Rights Reserved
+         (c) 1995-2003 by Art Cancro et. al.    All Rights Reserved
 
 
  INTRODUCTION