~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to NEWS

Mailman/Utils.py
  - Fixed a long standing error that stopped relative hrefs from being
    generated for links on Mailman's web pages.

Mailman/Cgi/admindb.py
  - Changed the admindb interface so that when messages are rejected from
    the summary page, the reject reason is the rejection message from the
    Errors.HoldMessage subclass instead of the generic "No reason given".

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    - Added missing --bare option to French translation of list_lists help.
69
69
      Bug #312119.
70
70
 
 
71
    - Fixed a long standing error that stopped relative hrefs from being
 
72
      generated for links on Mailman's web pages.
 
73
 
 
74
    - Changed the admindb interface so that when messages are rejected from
 
75
      the summary page, the reject reason is the rejection message from the
 
76
      Errors.HoldMessage subclass instead of the generic "No reason given".
 
77
 
71
78
2.1.11 (30-Jun-2008)
72
79
 
73
80
  New Features