Code

ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
[roundup.git] / CHANGES.txt
index 3114b4536392166bb0ec8ee6c9fc04cf80e80687..46d224441c765419e0e080ddec0b1d38b0b231d2 100644 (file)
@@ -1,7 +1,7 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2001-11-?? - 0.3.1
+2001-12-?? - 0.4.0b1
 Feature:
  . Added INSTANCE_NAME to configuration - used in web and email to identify
    the instance.
@@ -20,6 +20,16 @@ Feature:
       if there are unsaved changes. A "rollback" removes all changes made
       during the session (up to the last commit).
  . Added the "display" command to the admin tool - displays a node's values
+ . Message author's name appears in From: instead of roundup instance name
+   (which still appears in the Reply-To:)
+ . Added a Zope frontend for roundup.
+ . Centralised the python version check code, bumped version to 2.1.1 (really
+   needs to be 2.1.2, but that isn't released yet :)
+ . much better attaching of erroneous messages in the mail gateway
+ . #496356 ] Use threading in messages
+   This adds the tracking of messages by message-id and allows threading
+   using in-reply-to. Most e-mail clients support threading using this
+   feature, and we hope to add support for it to the web gateway.
 
 Fixed:
  . Lots of bugs, thanks Roché and others on the devel mailing list!
@@ -36,6 +46,17 @@ Fixed:
  . fixed doc/index.html to include the quoting in the mail alias.
  . fixed the backends __init__ so we can pydoc the backend modules
  . web i/f reports "note added" if there are no changes but a note is entered
+ . we were assuming database files created by anydbm had the same name, but
+   this is not the case for dbm. We now perform a much better check _and_
+   cope with the anydbm implementation module changing too!
+ . envelope-from is now set to the roundup-admin and not roundup itself so
+   delivery reports aren't sent to roundup (thanks Patrick Ohly)
+ . #495400 ] entering blanks
+   Values with spaces are now accepted in roundup-admin - check the long help
+   for details.
+ . #496360 ] table width does not work
+ . detectors were being registered multiple times
+ . added tests for mailgw
 
 
 2001-11-23 - 0.3.0