Changed $username from cookie to session variable.
[squirrelmail.git] / ChangeLog
... / ...
CommitLineData
1Version 1.1.3 -- DEVELOPMENT
2----------------------------
3- Fixed MOTD
4- Fixed multipart/alternative messages
5
6Version 1.1.2 -- May 21, 2001
7-----------------------------
8- Many bugs squashed
9- Several UI tweaks and improvements
10- Added option (3 -> 14 in conf.pl) to auto create sent and trash folders.
11- Updated Czech translation
12- Support for multiple identities
13- Support for Russian Apache removed. It is now deemed easier to just turn
14 off Charset Recoding in the Russian Apache config. See doc/README.russian_apache
15
16Version 1.1.1 -- April 30, 2001
17-------------------------------
18- Added built-in support for gettext if compiled support isn't available
19- Made validate.php include a few more standard things
20- Corrected a bug when sending an email properly
21
22Version 1.1.0 -- April 21, 2000
23-------------------------------
24- Added option to have signout page redirect to another page (patch from Scott Bronson)
25 This can be configured in conf.pl (Org Prefs)
26- Much improved SMTP error handling (patch from Jeff Evans)
27- Preferences are now cached instead of read in every page load.
28- Improved URL parser
29- Added ability to read HTML messages by default instead of plain text (Display Options)
30- Added authenticated SMTP server support (configure in conf.pl)
31- Rewrote attachment handling code in compose.php
32- If aliases are typed in To, Cc, or Bcc, they are automatically looked up in
33 in the addressbook and converted to the associated addresses.
34- Added collapseable folder listing (an option that can be turned on in Folder Options)
35- Added alternating row colors to improve interface (Display Options)
36
37
38
39Version 1.0.6 -- April 19, 2001
40-------------------------------
41- Reworked validation for each page. It's now standardized in validate.php
42- Fixed login bug that resulted from 1.0.5 security updates
43- Fixed plugin incompatibilities that were introduced in 1.0.5
44- Added more security checking to preference saving/loading
45- Updated German translation (thanks to Ronald Bauerschmidt <rb@debian.org>)
46- Updated Finnish help files
47
48Version 1.0.5 -- April 17, 2001
49-------------------------------
50- MAJOR security issues addressed. Please upgrade as soon as possible.
51- Downloading attachments should work better due to a tip by Ray Black III.
52- Fixed bug with drop-down folder list not containing INBOX
53- Added Swedish help files Teemu Junnila <teejun@vallcom.com>
54- Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
55
56Version 1.0.4 -- April 9, 2001
57------------------------------
58- Fixed some bugs with folder creation
59- Security fix for UW IMAP server to disallow folder paths outside of $folder_prefix
60- Some problems with header encoding/decoding fixed
61- Made subject column take up whatever width is available
62- Added bcc to html addressbook search
63
64Version 1.0.3 -- March 9, 2001
65------------------------------
66- Many i18n enhancements/fixes
67- Fixed bug with default theme path being set incorrectly
68- Fixed problem when sending/forwarding multiple attachments
69- Made folder drop-down list consistant in look to the other drop-downs
70- Fixed problem where some attachment filenames would not be displayed
71- Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
72- Updated Norwegian translation
73- Updated Brazillian Portuguise translation
74
75Version 1.0.2 -- February 8, 2001
76---------------------------------
77- Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
78 the same workaround for Konqueror and other PHP installations?)
79- Select All works through the search
80- Better escaped string handling from POST variables
81- Many more code cleanups and optimizations
82- Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
83