aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-10-22 11:16:35 -0700
committerMark Sapiro <mark@msapiro.net>2013-10-22 11:16:35 -0700
commitc2f599fd9b708faf45d8dd621cdd89cc814f60d5 (patch)
tree1a66f510506b20937de9ab7d0f217ff1546b1e9a /NEWS
parentf46599dded26bad36be5a89bd26d5ea1a5ca95ab (diff)
downloadmailman2-c2f599fd9b708faf45d8dd621cdd89cc814f60d5.tar.gz
mailman2-c2f599fd9b708faf45d8dd621cdd89cc814f60d5.tar.xz
mailman2-c2f599fd9b708faf45d8dd621cdd89cc814f60d5.zip
Fixed a possible UnicodeDecodeError in bin/sync_members.
Diffstat (limited to '')
-rwxr-xr-xNEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d9cb52a5..56e0cd60 100755
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a possible UnicodeDecodeError in bin/sync_members. (LP: #1243343)
+
- Fixed Makefile to not include $DESTDIR in paths compiled into .pyc
files for traceback purposes. (LP: #1241770)