diff options
author | adam <adam@pkgsrc.org> | 2009-06-03 06:58:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-06-03 06:58:55 +0000 |
commit | db3f71dfad6376bd676b8d8b03e4448dcd26947f (patch) | |
tree | 7ac70d9652c91aa7657defd46b4b719360c812d9 /mail/mailman | |
parent | 5bc6443bf49eaa65bc8d61f39fec246e808140d9 (diff) | |
download | pkgsrc-db3f71dfad6376bd676b8d8b03e4448dcd26947f.tar.gz |
Changes 2.1.12:
* Fix compatibility with Python 2.6.
* Fixed a bug in admin.py which would result in chunked pages of the
membership list for members whose address begins with a non-alphanumeric
character to not be visible or retrievable.
* Changed ListAdmin.py to make rejected post messages From: the -owner
address instead of the -bounces address.
* With MTA = 'Postfix', if the STANZA END for a list being removed is
missing or munged, the remainder of the aliases and/or virtual-mailman
file is lost. Fixed.
* Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
requests have not been migrated properly. This is fixed.
* Changed cron/gate_news to continue processing the remaining lists on
certain errors that can be caused by configuration of a particular list.
* Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
in the To: or Cc: header differed in case from the case-preserved member
address.
* Fixed a problem in SecurityManager that caused it to not find the
cookie when CheckCookie was not given a user and the user in the cookie
had a %xx encoded character.
* Fixed a minor fromusenet reporting issue in the contributed mmdsr
script.
* Fixed a minor issue in cron/gate_news that could cause a list's
watermark to not be completely updated.
* Fixed an issue that prevented editing the options.html template from
the web admin interface.
* Fixed a problem in Decorate which could throw a TypeError on conversion
to unicode of a header/footer that was already unicode because of
interpolating a unicode value.
* Fixed an issue where list creation would report bad owner email
instead of bad listname when the list name had non-ascii characters.
* Updated Dutch, Catalan and Polish translations.
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/patches/patch-aa | 2 | ||||
-rw-r--r-- | mail/mailman/patches/patch-ah | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/patches/patch-aa b/mail/mailman/patches/patch-aa index 58bfa1fe376..da2d703031d 100644 --- a/mail/mailman/patches/patch-aa +++ b/mail/mailman/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2009/06/03 06:55:07 adam Exp $ +$NetBSD: patch-aa,v 1.5 2009/06/03 06:58:55 adam Exp $ --- misc/Makefile.in.orig 2009-02-23 22:23:35.000000000 +0100 +++ misc/Makefile.in diff --git a/mail/mailman/patches/patch-ah b/mail/mailman/patches/patch-ah index 01333e752a5..b73ad936697 100644 --- a/mail/mailman/patches/patch-ah +++ b/mail/mailman/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.2 2009/06/03 06:55:07 adam Exp $ +$NetBSD: patch-ah,v 1.3 2009/06/03 06:58:55 adam Exp $ --- Mailman/htmlformat.py.orig 2009-02-23 22:23:35.000000000 +0100 +++ Mailman/htmlformat.py |