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