Mercurial > p > roundup > code
diff CHANGES.txt @ 3441:5791c9e6ab24
Fixes for SourceForge tracker items.
- favicon.ico image may be changed with server config option (patch [SF#1355661])
- Password objects initialized from plaintext remember plaintext value
(rfe [SF#1379447])
- use quoted printable encoding for nosy attachments that have MIME
type 'text/plain' but contain 8-bit characters [SF#1381559]
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Dec 2005 16:24:11 +0000 |
| parents | a9636d734ced |
| children | 212fa532ba3e |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 25 16:20:02 2005 +0000 +++ b/CHANGES.txt Sun Dec 25 16:24:11 2005 +0000 @@ -8,10 +8,15 @@ browser cookie or HTTP header Accept-Language (sf patch 1360321) - initial values for configuration options may be passed on 'roundup-admin install' command line (based on sf patch 1237110) +- favicon.ico image may be changed with server config option (sf patch 1355661) +- Password objects initialized from plaintext remember plaintext value + (sf rfe 1379447) Fixed: - MySQL now creates String columns using the TEXT column type - password.crypt won't work with md5 passwords (sf bug 1372253) +- use quoted printable encoding for nosy attachments that have MIME + type 'text/plain' but contain 8-bit characters (sf bug 1381559) 2005-10-07 0.9.0b1
