Mercurial > p > roundup > code
changeset 4977:1417dbdb8dbf
Small improvement and fix of issue2550877 added to CHANGES.txt.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 12 Mar 2015 22:18:35 +0100 |
| parents | b198e50dc7dc |
| children | ac1f56d77cf5 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 12 22:11:20 2015 +0100 +++ b/CHANGES.txt Thu Mar 12 22:18:35 2015 +0100 @@ -27,8 +27,8 @@ Features: - The example local_replace.py has been updated to show how to link to - modern revision systems using hex revsion numbers. This extension is used - to expand shortcuts in msgs. (Bernhard Reiter) + modern revision systems using hex revision identifiers. + This extension is used to expand shortcuts in msgs. (Bernhard Reiter) - Drop comment in user settings about numeric hour offsets instead of using pytz timezone names. Due to DST these are wrong half of the year, it is much better to use timezone names. (Thomas Arendsen Hein) @@ -146,6 +146,8 @@ initial patch (John Kristensen) - Documentation: configuration messages_to_author value "nosy" now documented in chapter "customizing". (Bernhard Reiter) +- issue2550877 Five failures in test_mailgw.py because of duplicated headers + and more precise comparision. (Bernhard Reiter) 2013-07-06: 1.5.0
