Code

. Alternate email addresses are now available for users. See the MIGRATION
[roundup.git] / CHANGES.txt
index 15126c7c24dd2c97c5502f61b385b1d9ad1ef27c..01b42acc7854289bbcd59e9d17abd79fc172a2d7 100644 (file)
@@ -1,27 +1,53 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2002-01-?? - 0.4.0??
+2002-02-?? - 0.4.1
+Feature:
+ . #503204 ] mailgw needs a default class
+   - partially done - the setting of additional properties can wait for a
+     better configuration system.
+ . Alternate email addresses are now available for users. See the MIGRATION
+   file for info on how to activate the feature.
+
+
+Fixed:
+ . Clean up mail handling, multipart handling.
+ . respect encodings in non multipart messages.
+ . makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace
+   does it.
+ . preamble in tepmlateBuilder mentioned htmldata
+ . mailgw checks encoding on first part too.
+ . #511586 ] unittest FAIL: testReldate_date
+ . Added a uniquely Roundup header to email, "X-Roundup-Name"
+ . All forms now have "double-submit" protection when Javascript is enabled
+   on the client-side.
+ . #516883 ] mail interface + ANONYMOUS_REGISTER
+
+
+2002-01-24 - 0.4.0
 Feature:
  . much nicer history display (actualy real handling of property types etc)
  . journal entries for link and mutlilink properties can be switched on or 
    off
  . properties in change note are now sorted
- . the mail gateway now responds with an error message when invalid values 
-   for arguments are specified for link or mutlilink properties. 
- . modified unit test to check nosy and assignedto when specified as 
-   arguments
  . you can now use the roundup-admin tool pack the database
- . unit tests for html templating (and re-enabled the listbox field for
-   multilinks)
 
 Fixed:
+ . the mail gateway now responds with an error message when invalid values 
+   for arguments are specified for link or mutlilink properties
+ . modified unit test to check nosy and assignedto when specified as arguments
  . handle attachments with no name (eg tnef)
  . fixed setting nosy as argument in subject line
  . fixed back_bsddb so it passed the journal tests
  . fixed status changes in mail gateway (eg. unread -> chatting)
  . we'll actually distribute the frontends directory now, as advertised...
  . handle stripping of "AW:" from subject line
+ . htmltemplate list() wasn't sorting...
+ . unit tests for html templating (and re-enabled the listbox field for
+   multilinks)
+ . allow abbreviation of "help" in admin tool too.
+ . run_tests testReldate_date failed if LANG is 'german'
+ . mailgw failures (unexpected ones) are forwarded to the roundup admin
 
 
 2002-01-16 - 0.4.0b2