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