changeset 182:1224cdff9ef2

Some updates
author mmj
date Mon, 07 Jun 2004 04:27:25 +1000
parents 724a6f752256
children 2ec251b9a2f8
files ChangeLog UPGRADE VERSION
diffstat 3 files changed, 19 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 07 02:52:23 2004 +1000
+++ b/ChangeLog	Mon Jun 07 04:27:25 2004 +1000
@@ -1,4 +1,9 @@
- o Do a mmap of the mail to send once, instead of reading the mail for
+ o Don't use moderation/queue for outgoing, just use queue/
+ o Christoph Thiel pointed out that listaddress and moderators belong in
+   control/ so move them there
+ o Get rid of all FILE * instances and replace them with fd's
+ o Also mmap the subscribers file when reading subcribers
+ o Do an mmap of the mail to send once, instead of reading the mail for
    each mail to send
  o Rip out the ability to fork to make more than one connection to relayhost.
    It turned out to not make any performance gain (tested with lists with
--- a/UPGRADE	Mon Jun 07 02:52:23 2004 +1000
+++ b/UPGRADE	Mon Jun 07 04:27:25 2004 +1000
@@ -1,3 +1,15 @@
+This applies to everyone using mlmmj > 0.5.2:
+
+ Following directories have moved into the control/ directory since that
+ is where they rightfully belong:
+
+  · listaddress
+  · moderators
+
+ The following directory can be deleted:
+
+  · moderation/queue
+
 This applies to everyone using mlmmj > 0.5.1:
 ---------------------------------------------
 
--- a/VERSION	Mon Jun 07 02:52:23 2004 +1000
+++ b/VERSION	Mon Jun 07 04:27:25 2004 +1000
@@ -1,1 +1,1 @@
-0.5.2
+0.6.0-RC1