Code

ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
[roundup.git] / CHANGES.txt
index 021b8bf3870727c5cd67dd8775e94b2f82b0694d..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-12-?? - 0.3.1b1
+2001-12-?? - 0.4.0b1
 Feature:
  . Added INSTANCE_NAME to configuration - used in web and email to identify
    the instance.
@@ -25,6 +25,11 @@ Feature:
  . 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!
@@ -47,7 +52,12 @@ Fixed:
  . 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 
 Feature: