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