diff options
author | Mark Sapiro <msapiro@value.net> | 2011-10-04 14:53:13 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-10-04 14:53:13 -0700 |
commit | 9d25bddb18f6bee573e3077c9429394d6bc609cf (patch) | |
tree | 4e86d935cd82011fee921c8f7462594309696851 /NEWS | |
parent | d95db9c7a7e6369546dd00e74feeaf02603333d4 (diff) | |
download | mailman2-9d25bddb18f6bee573e3077c9429394d6bc609cf.tar.gz mailman2-9d25bddb18f6bee573e3077c9429394d6bc609cf.tar.xz mailman2-9d25bddb18f6bee573e3077c9429394d6bc609cf.zip |
- Mailman/Gui/General.py
Fixed the setting of new_member_options so that unprocessed bits are not
changed. Augmented the logic so that bin/config_list can set or reset
any bits in mm_cfg.OPTINFO. Bug #865825.
- Mailman/Defaulys.py.in
Added missing bits to OPTINFO.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -71,6 +71,11 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - A bug that would cause reset of any new_member_options bits other than + the four displayed as checkboxes on the list admin General Options page + whenever the page was updated or bin/config_list attempted to update + new_member_options has been fixed. Bug #865825. + - A problem with the logic avoiding unnecessarily reloading a current list object from the config.pck arises if the list is updated by another process within the same second that it was last read/written. That can |