All strings that have an escape sequence must not be 'string'
[squirrelmail.git] / ChangeLog
index 27822ba0569434df0315e854e897f715415c883a..6ce1235165474372215cc13e6f2d4b54a709fbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-Version 1.0 -- DEVELOPMENT
---------------------------
+Version 1.0.1 -- DEVELOPMENT
+----------------------------
+- Removed unnecessary echo statements by breaking out of PHP
+- Changed evaluation method from using " to ' for speed improvements
+- If no plugin array set in config.php, now handled correctly
+- If subject is > 55 chars, trims it and puts "..." in message list
+- Hundreds of minor changes to remove all verbose PHP warning messages
+
+Version 1.0 -- January 30, 2001 
+-------------------------------
 - Updated config_default.php to include attachment_common plugin (now in distribution)
 - A few minor speed improvements
 - Fixed problems in sqimap_read_body(), made it more reliable