Update
[squirrelmail.git] / ChangeLog
CommitLineData
15e6162e 1**************************************
2*** Squirrelmail Stable Series 1.2 ***
3**************************************
fe3de9b1 4
8015e2e1 5Version 1.2.5 -- CVS
c4db9729 6--------------------
b269f09f 7 - Added the possibility to add special folders through plugins.
e2b6aa40 8 - Made searching on multiple criteria possible, with thanks to Jason Munro
9 - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder)
10 - Fixed a small bug in db_prefs
ab38c6cf 11 - Allowed SquirrelMail to work from within a frame, eg. not using _top
12 this is configureable. (thanks to Simon Dick)
4626cf87 13 - Added options to conf.pl to enable automated plugin installation:
14 ./conf.pl --install-plugin <pluginname>. This allows plugins to be
15 distributed in packages. Conf.pl now also reports when saving fails.
ae2f65a9 16 - Attachment hooks now also allow specification of generic rules like
17 text/* which will be used when no specific rule is available.
4f40a59d 18 - conf.pl can now configure database backed address books.
19070c0b 19 - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy
20 vulnerability (symlink attack), plus introduces formatting fixes
21 and javadoc-style comments.
5fdc77eb 22 - Bugfix in mailfetch reported by Mateusz Mazur
cb850f18 23 - Administrator plugin. A web based conf.pl replacement.
24 - Removed GLOBALS from conf.pl
25 - HTML messages optimization.
e2b6aa40 26
c4db9729 27Version 1.2.4 -- 25 January 2002
28--------------------------------
29 - Fixes a nasty remote arbitrary command execution vulnerability
30 in the spellchecker plugin.
31
7aa617a0 32Version 1.2.3 -- 21 January 2002
33--------------------------------
5be9f195 34 - Fixed focus system on pages that contain forms.
5395f61e 35 - Fixed IMAP code to send different command identifiers as per
36 section 2.2.1 of RFC 2060.
f75e4fe4 37 - Fixed 'sticky priority' so that replies are set to the same
38 priority as the original message.
93f67b01 39 - Fixed Printer Friendly to print HTML messages.
ca6e7f05 40 - Fixed multiple receivers in Sent mailbox (#500910).
21392ee6 41 - Disabled prefs caching under PHP 4.1
42 - Added "Search Memory". Enabling to store up to
43 9 predefined searchs.
c28faaad 44 - Increased security in html message.
8f1ba72b 45 - Added the possibility to specify system-defined css in order to
46 allow users to change the font family and size of SM. Making possible to
47 make it bigger or smaller depending on their screen size. Sysops may add
48 or remove these system-defined css located in themes/css/
84760860 49 - Fixed a bug appearing on some apache virtual hosts
50 - Fixed javascript error (#505255)
125b602f 51 - Fixed the db_prefs so they work again (#499609, thanks to Simon Dick)
84760860 52
0fbbeed6 53Version 1.2.2 -- 1 January 2002
54-------------------------------
b1dde0de 55
56 - Fixed an infinite loop in printer friendly when wrapping option
57 is not in the prefs.
58 Bug reported by Boris Manojlovic <steki@verat.net>
bd9bbfef 59 - Html cleanup, with patch from Dave Huang (#496712)
9cf915f1 60 - Fixed a problem saving prefs when using PHP 4.1
ce861a7b 61 - Russian, Thai, Swedish, Dutch and French update.
e0a50f24 62 - Changed configure invocation from bash to sh. (Bug #496752)
9cb0db5c 63 - Changed conf.pl invocation from '#!/usr/bin/perl' to
e0a50f24 64 '#!/usr/bin/env perl' to help people who have perl somewhere
65 else. (Bug #496753)
c64c33f4 66 - Fixed sorting of folder list, bug #497181
f506bb2c 67 - Fixed wrong behavior of non-javascript select all, bug #496681
68 - Added "Show Pages" link to message list showing all messages
69 (the resultant page of clicking "Show All")
c17a6e06 70 - i18n Fix. Because of different configurations in the gettext system,
71 some installations could not manage correctly SM languages other than
72 English. This has been corrected.
e936f765 73 - Miscellaneous rewrites and improvements.
9cb0db5c 74 - Moved locale files into the ISO-conformant directories.
75 - Moved help files into the ISO-conformant directories.
76 - Moved compilepo and mergepo files from locale/ into po/
77 - Slight i18n fixes and rewrites to accommodate for moved files.
1360e6b5 78 - Fixes for entities in the subject when replying.
7ba2534a 79 - Fixes for entities in the To: header. (Bug #489365)
80 - Fix for incorrect javascript prefs handling (Bug #497688)
edebf177 81 - Added color 15 for themes to separate background and foreground colors.
82 - Added several new themes.
7ba2534a 83
077c0273 84Version 1.2.1 -- 25 December 2001
85---------------------------------
86
24087232 87 - Fixed the bug that kept the create, delete, and rename sections
88 from appearing in the folders page (#496604)
b0929329 89 - Fixed the motd bug not allowing ' (#496616)
24087232 90 - Sorting of addressbook_search fixed, thanks to the patch of
91 Cor Bosman (xs4all)
077c0273 92
f840ae6b 93Version 1.2.0 -- 25 December 2001
94---------------------------------
95
96 - Collapsible Folders
7d11248c 97 - The Paginator!!!
f840ae6b 98 - Hundreds of UI Tweaks
99 - Message Drafts
100 - Rewrite of much of the options pages
101 - Multiple identities
102 - Reply Citations
103 - Better Attachment Handling
1893cac6 104 - Integration of Several Plugins into Core Code (including xmailer,
f840ae6b 105 attachment_common, paginator, priority, printer_friendly, sqclock)
7d11248c 106 - Ability to mark messages as Read/Unread
107 - New themes (including a Christmas theme, and several changing themes)
108 - Rewrite of much of the options pages code
f840ae6b 109 - Improved support for newer versions of PHP
110 - Message lists can be shown with alternating colors for easier reading
111 - Can include/exclude yourself when using the "Reply All"
112 - Message highlighting comes with dozens more easily accessable colors.
113 - Option to set the "Priority" of the message(Normal/High/Low)
114 - Now able to show all messages of an inbox at the same time.
115 - Cleanup of the paginator code, improving display style
116 - Cleanup of configuration file code, a bit
117 - Introduction of sent_subfolders plugin as Official Plugin
118 - Bugfixes..and more Bugfixes!
15e6162e 119
c17f5025 120
15e6162e 121***************************************************************
122*** Squirrelmail Development Series 1.1 and 1.1 Pre-Releases ***
123****************************************************************
7b294953 124
f840ae6b 125Version 1.2.0-rc3 -- 2 December 2001
126------------------------------------
fe3de9b1 127 - Speed improvements and optimizations on much of the code
128 - Comments added, formatting cleaned up for much of the code
129 - Several plugins integrated into the Squirrelmail core
130 (focus change, attachment common, printer friendly, etc)
131 - Several plugins added as "Official Plugins" to the main
132 Squirrelmail distribution
133 - First half of a rewrite of the option pages code
134 - The Paginator!!!
135 - Other stuff that I don't recall (developers, please fill this in!)
6a3509e6 136
137Version 1.1.3 -- (never really released)
f840ae6b 138----------------------------------------
139 - Added major speed improvements to IMAP functions by our
140 friends at XS4ALL
fe3de9b1 141 - Fixed MOTD
142 - Fixed multipart/alternative messages
143 - Updated Dutch translation
144 - Added Indonesian translation
145 - Added Portuguese (Portugal) translation
146 - Added language aliasing
147 - Added Turkish translation
d632bf70 148
c2fabbf4 149Version 1.1.2 -- May 21, 2001
150-----------------------------
fe3de9b1 151 - Many bugs squashed
152 - Several UI tweaks and improvements
153 - Added option (3 -> 14 in conf.pl) to auto create sent and trash folders.
154 - Updated Czech translation
155 - Support for multiple identities
156 - Support for Russian Apache removed. It is now deemed easier to just
157 turn off Charset Recoding in the Russian Apache config. See the file
158 doc/README.russian_apache
60ad318c 159
160Version 1.1.1 -- April 30, 2001
161-------------------------------
fe3de9b1 162 - Added built-in support for gettext if compiled support isn't available
163 - Made validate.php include a few more standard things
164 - Corrected a bug when sending an email properly
ab68b3f6 165
166Version 1.1.0 -- April 21, 2000
167-------------------------------
fe3de9b1 168 - Added option to have signout page redirect to another page (patch from
169 Scott Bronson) This can be configured in conf.pl (Org Prefs)
170 - Much improved SMTP error handling (patch from Jeff Evans)
171 - Preferences are now cached instead of read in every page load.
172 - Improved URL parser
173 - Added ability to read HTML messages by default instead of plain text
174 (Display Options)
175 - Added authenticated SMTP server support (configure in conf.pl)
176 - Rewrote attachment handling code in compose.php
177 - If aliases are typed in To, Cc, or Bcc, they are automatically looked up
80bb6546 178 in the addressbook and converted to the associated addresses.
fe3de9b1 179 - Added collapseable folder listing (an option that can be turned on in
180 Folder Options)
181 - Added alternating row colors to improve interface (Display Options)
ceae39cc 182
7351b45d 183
fe3de9b1 184**************************************
185*** Squirrelmail Stable Series 1.0 ***
186**************************************
7351b45d 187
dbf934ba 188Version 1.0.6 -- April 19, 2001
189-------------------------------
fe3de9b1 190 - Reworked validation for each page. It's now standardized in validate.php
191 - Fixed login bug that resulted from 1.0.5 security updates
192 - Fixed plugin incompatibilities that were introduced in 1.0.5
193 - Added more security checking to preference saving/loading
194 - Updated German translation (thanks to Ronald Bauerschmidt <rb@debian.org>)
195 - Updated Finnish help files
dbf934ba 196
80bb6546 197Version 1.0.5 -- April 17, 2001
198-------------------------------
fe3de9b1 199 - MAJOR security issues addressed. Please upgrade as soon as possible.
200 - Downloading attachments should work better due to a tip by Ray Black III.
201 - Fixed bug with drop-down folder list not containing INBOX
202 - Added Swedish help files Teemu Junnila <teejun@vallcom.com>
203 - Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
204
e40bd151 205Version 1.0.4 -- April 9, 2001
206------------------------------
fe3de9b1 207 - Fixed some bugs with folder creation
208 - Security fix for UW IMAP server to disallow folder paths outside of
209 $folder_prefix
210 - Some problems with header encoding/decoding fixed
211 - Made subject column take up whatever width is available
212 - Added bcc to html addressbook search
e40bd151 213
214Version 1.0.3 -- March 9, 2001
215------------------------------
fe3de9b1 216 - Many i18n enhancements/fixes
217 - Fixed bug with default theme path being set incorrectly
218 - Fixed problem when sending/forwarding multiple attachments
219 - Made folder drop-down list consistant in look to the other drop-downs
220 - Fixed problem where some attachment filenames would not be displayed
221 - Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
222 - Updated Norwegian translation
223 - Updated Brazillian Portuguise translation
49cfb501 224
225Version 1.0.2 -- February 8, 2001
226---------------------------------
fe3de9b1 227 - Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
228 the same workaround for Konqueror and other PHP installations?)
229 - Select All works through the search
230 - Better escaped string handling from POST variables
231 - Many more code cleanups and optimizations
232 - Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
233