------------------------------------------------------------
revno: 1057
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Fri 2009-07-31 15:29:47 -0700
message:
  - bin/update, Reversed substitution of @PYTHON@
  
  - NEWS, rearranged for backport of some patches to 2.1 branch.
modified:
  NEWS
  bin/update


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'NEWS'
--- NEWS	2009-07-31 20:14:43 +0000
+++ NEWS	2009-07-31 22:29:47 +0000
@@ -44,24 +44,9 @@
 
   Bug fixes and other patches
 
-    - Scrubbed HTML attachments containing tab characters would get the tabs
-      replaced by a string of '&nbsp' without a semicolon.  Fixed.
-
-    - Caught a TypeError in content filtering, collapse alternatives that
-      occurred with a malformed message if a multipart/alternative part
-      wasn't multi-part.  Reported in comments to bug #266230.
-
     - Added "If you are a list member" qualification to some messages from the
       options login page.  Bug #266442.
 
-    - Fixed a bug that would show a list on the admin and listinfo overview
-      pages if its web_page_url host contained the current host as a
-      substring.  Bug #342162.
-
-    - Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError
-      if the string contained an HTML entity > 255 and also characters in the
-      128-255 range.  Bug #341594.
-
     - Fixed some technical problems with the listinfo.html template and its
       translations.
 
@@ -85,6 +70,27 @@
 
   Bug Fixes and other patches
 
+    - Scrubbed HTML attachments containing tab characters would get the tabs
+      replaced by a string of '&nbsp' without a semicolon.  Fixed.
+
+    - Caught a TypeError in content filtering, collapse alternatives that
+      occurred with a malformed message if a multipart/alternative part
+      wasn't multi-part.  Reported in comments to bug #266230.
+
+    - Fixed a few things in bin/update:
+      - Changed some old messages for more current meaning.
+      - Fixed qfiles update to not lose metadata from 2.1.5+ format entries.
+      - Fixed 2.0.x template migration to not die if the templates/ tree
+        contains subdirectories from a version control system.
+
+    - Fixed a bug that would show a list on the admin and listinfo overview
+      pages if its web_page_url host contained the current host as a
+      substring.  Bug #342162.
+
+    - Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError
+      if the string contained an HTML entity > 255 and also characters in the
+      128-255 range.  Bug #341594.
+
     - Added recognition for more bounces.
 
     - Updated contrib/mmdsr to report preserved messages.

=== modified file 'bin/update'
--- bin/update	2009-03-14 23:45:55 +0000
+++ bin/update	2009-07-31 22:29:47 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! @PYTHON@
 #
 # Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
 #

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to