Author: rabbi
Date: 2007-09-13 15:00:49 +0200 (Thu, 13 Sep 2007)
New Revision: 954

Modified:
   trunk/Mix/BUILD.Win32
   trunk/Mix/HISTORY
   trunk/Mix/Src/config.h
   trunk/Mix/TODO
Log:
Change windows file extensions to .ini for config files, for editor purposes.
Update documentation to warn users about this.
Adjust TODO file and HISTORY.



Modified: trunk/Mix/BUILD.Win32
===================================================================
--- trunk/Mix/BUILD.Win32       2007-07-30 09:19:52 UTC (rev 953)
+++ trunk/Mix/BUILD.Win32       2007-09-13 13:00:49 UTC (rev 954)
@@ -19,3 +19,12 @@
 
 -- 
 Peter Palfrader, Sat,  1 May 2004 20:31:48 +0200
+
+
+[Note to users of Mixmaster 3.0rc1 and earlier: mix.cfg.txt and pop3.cfg 
+are now named mix.ini and pop3.ini, respectively, on WIN32. You will 
+need to manually rename your custom config files, if appropriate.]
+
+--
+Len Sassaman,    Thu, 13 Sep 2007 14:56:37 +0200
+

Modified: trunk/Mix/HISTORY
===================================================================
--- trunk/Mix/HISTORY   2007-07-30 09:19:52 UTC (rev 953)
+++ trunk/Mix/HISTORY   2007-09-13 13:00:49 UTC (rev 954)
@@ -486,10 +486,16 @@
                            Added full stats download support.
                            Fixed buffer overflow bug in keymgt.c.
 
+2007-09-??     3.0rc2
+                           Changed name of WIN32 default config file
+                             from mix.cfg.txt to mix.ini.
+                           Changed pop3.cfg to pop3.ini on WIN32.
+                           Minor documentation changes.
 
 
+
 Mixmaster maintainer history:
 
 1998-2000: Ulf M�ller -- versions 2.9beta0 through 2.9beta22.
 2000: Johannes Kroeger -- version 2.9beta23.
-2001-2005: Len Sassaman -- versions 2.9beta24 through present.
+2001-2007: Len Sassaman -- versions 2.9beta24 through present.

Modified: trunk/Mix/Src/config.h
===================================================================
--- trunk/Mix/Src/config.h      2007-07-30 09:19:52 UTC (rev 953)
+++ trunk/Mix/Src/config.h      2007-09-13 13:00:49 UTC (rev 954)
@@ -1,4 +1,4 @@
-/* Mixmaster version 3.0  --  (C) 1999 - 2006 Anonymizer Inc. and others.
+/* Mixmaster version 3.0  --  (C) 1999 - 2007 Anonymizer Inc. and others.
 
    Mixmaster may be redistributed and modified under certain conditions.
    This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
@@ -189,14 +189,18 @@
 /** file names ********************************************************/
 
 #ifdef WIN32
-#define DEFAULT_MIXCONF "mix.cfg"  /* mixmaster configuration file */
+#define DEFAULT_MIXCONF "mix.ini"  /* mixmaster configuration file */
 #else
 #define DEFAULT_MIXCONF "mix.cfg"      /* mixmaster configuration file */
 #endif
 #define DEFAULT_DISCLAIMFILE "disclaim.txt"
 #define DEFAULT_FROMDSCLFILE "fromdscl.txt"
 #define DEFAULT_MSGFOOTERFILE "footer.txt"
+#ifdef WIN32
+#define DEFAULT_POP3CONF "pop3.ini"
+#else
 #define DEFAULT_POP3CONF "pop3.cfg"
+#endif
 #define DEFAULT_HELPFILE "help.txt"
 #define DEFAULT_REQUESTDIR "requests"
 #define DEFAULT_ABUSEFILE "abuse.txt"

Modified: trunk/Mix/TODO
===================================================================
--- trunk/Mix/TODO      2007-07-30 09:19:52 UTC (rev 953)
+++ trunk/Mix/TODO      2007-09-13 13:00:49 UTC (rev 954)
@@ -1,13 +1,7 @@
 Items that need to be completed before the next MAIN release:
 
-- Full functionality / regression testing around chain operations
-  following the recent whitespace bug fix. (everyone)
 - Full WIN32 support.
-  - rename pop3.cfg to pop3.cfg.txt
-  - different editor handling?  if so, provide suggestions.
   - Sane randomness handling
-- Remove OpenSSL version checks. Maybe print a message stating the 
-  supported versions, and leave it up to the user?
 
 Items to watch:
 
@@ -24,7 +18,7 @@
     + SMTPRELAY
 - Write a document on how to setup a remailer on windows
     + install as service
-    + configure pop3.cfg
+    + configure pop3.ini
 - doallow() should check more than one email address in a line
   (patch # 877312) (weasel)
 - delete secret keys securely after keygraceperiod expires
@@ -32,6 +26,8 @@
   "/bin/rm -P" or "/usr/bin/shred -fz -n3")? Does this even
   serve a purpose now that journaled FSes are the norm?
 - destblk request confirmation (patch # 873498)
+    + perhaps we should phase this out in favor of a distributed RAB.
+- Integrate RAB support -- automatic downloading similar to stats.
 
 Packaging:
 - Modify release tarball generation script to build the .tab.c file from
@@ -59,6 +55,8 @@
 
 
 Abandoned/Deferred:
+D Remove OpenSSL version checks. Maybe print a message stating the 
+  supported versions, and leave it up to the user?
 D allow for verification of clearsigned OpenPGP messages  disastry
 D honor key preferences when encrypting to multiple keys  ulf/disastry (n/a)
 D further mpgp testing of AES/MDC packet support  ulf


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel

Reply via email to