fixed mistype, added translation to i18n.php
[squirrelmail.git] / ChangeLog
index a51ab3af3fa17bf42080d25d1d822d2c1df17035..8756b7b534b00812ee73603a3d71c8a50bacee04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
-Version 1.0pre1 -- DEVELOPMENT
+Version 1.0pre3 -- DEVELOPMENT
 ------------------------------
+- Finally fixed the IE/SSL download problem!!
+- Updated Polish translation
+- Added Danish translation by Claus Rasmussen <claus@webclaus.com>
+
+
+Version 1.0pre2 -- January 15, 2000 
+-----------------------------------
+- A number of security fixes
+- Replaced error messages with better, formatted, and meaningful messages.
+- Fixed "reply all" so that it works intelligently now
+- Made deleted (but not expunged) messages easier to detect (only if $auto_expunge = false)
+- Fixed bug that didn't display size correctly in search results
+- Major memory management and speed improvements with downloading of attachments
+- Made $auto_expunge variable actually do something
+- Fixed bug that didn't display login failure message
+- Fixed minor bug in sqimap_mailbox_list
+- Added sqimap_capability function to check capabilities of server.
+- Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to get delimiter.
+- Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
+- Added Taiwan translation by "ching" <ching@kiwa.com.tw>
+
+Version 1.0pre1 -- December 14, 2000 
+------------------------------------
+- Fixed bug in sending messages with a blank line with a "."
+- Folder displays have been changed to be more readable in drop-down lists
+- For security, login verification happens, then we're redirected to webmail.php
+- Folder sorting now case insensative
+- added config option to set IMAP folder delimiter rather than always detecting it
 - Made session cookie parameter use PHP's settings rather than making assumptions
 - Select/Deslect all implemented using only HTML (not Javascript)
 - Fixed default charset that is sent with outbound messages (now user's preferred charset)
@@ -20,6 +48,7 @@ Version 1.0pre1 -- DEVELOPMENT
 - Added Polish translation of Help from Krystian Kanabrodzki <krys@voruta.eu.org>
 
 
+
 Version 0.5 -- September 25, 2000 
 ---------------------------------
 - Fixed some problems with downloading attachments in IE