Skip to content

Commit c0120ff

Browse files
author
Alexander Smishlajev
committed
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]
1 parent 20e34e6 commit c0120ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ Feature:
88
browser cookie or HTTP header Accept-Language (sf patch 1360321)
99
- initial values for configuration options may be passed on
1010
'roundup-admin install' command line (based on sf patch 1237110)
11+
- favicon.ico image may be changed with server config option (sf patch 1355661)
12+
- Password objects initialized from plaintext remember plaintext value
13+
(sf rfe 1379447)
1114

1215
Fixed:
1316
- MySQL now creates String columns using the TEXT column type
1417
- password.crypt won't work with md5 passwords (sf bug 1372253)
18+
- use quoted printable encoding for nosy attachments that have MIME
19+
type 'text/plain' but contain 8-bit characters (sf bug 1381559)
1520

1621

1722
2005-10-07 0.9.0b1

0 commit comments

Comments
 (0)