diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-04-21 09:04:49 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-04-21 09:04:49 -0700 |
commit | d6697cceacf059536bb62c68ea42de2b8e232b77 (patch) | |
tree | d2e0cdbc0170f76da6555409f31639e4522cf802 /NEWS | |
parent | 8ee93ebea90fa40ba822f3ec858a361f3e81ce32 (diff) | |
download | mailman2-d6697cceacf059536bb62c68ea42de2b8e232b77.tar.gz mailman2-d6697cceacf059536bb62c68ea42de2b8e232b77.tar.xz mailman2-d6697cceacf059536bb62c68ea42de2b8e232b77.zip |
Fixed a problem where GuiBase._getValidValue() would truncate a floating
point Number type to an int if the value was a float instead of a numeric
string. This affected setting floating point values with config_list.
Updated NEWS for 2.1.10 final.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,10 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +Copyright (C) 1998-2008 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Here is a history of user visible changes to Mailman. -2.1.10rc1 (14-Apr-2008) +2.1.10 (21-Apr-2008) Security @@ -180,6 +180,11 @@ Internationalization - Changed cmd_subscribe.py to properly accept (no)digest without a password and to recognize (no)digest and address= case insensitively. + - Fixed a problem where GuiBase._getValidValue() would truncate a + floating point Number type to an int if the value was a float instead + of a numeric string. This affected setting floating point values with + config_list. + Miscellaneous - Brad Knowles' mailman daily status report script updated to 0.0.17. |