pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailman/patches Changes 2.1.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d70ced08625
branches: trunk
changeset: 394023:1d70ced08625
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 03 06:58:55 2009 +0000
description:
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:
mail/mailman/patches/patch-aa | 2 +-
mail/mailman/patches/patch-ah | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 31881b15c5e4 -r 1d70ced08625 mail/mailman/patches/patch-aa
--- a/mail/mailman/patches/patch-aa Wed Jun 03 06:55:07 2009 +0000
+++ b/mail/mailman/patches/patch-aa Wed Jun 03 06:58:55 2009 +0000
@@ -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 -r 31881b15c5e4 -r 1d70ced08625 mail/mailman/patches/patch-ah
--- a/mail/mailman/patches/patch-ah Wed Jun 03 06:55:07 2009 +0000
+++ b/mail/mailman/patches/patch-ah Wed Jun 03 06:58:55 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index