X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=6ce1235165474372215cc13e6f2d4b54a709fbb7;hb=6142318960928725ed3e2fe88ced7b5eb5397b0a;hp=a683c31080ab5d1cfa37b0cf6fd5034b5f6d027e;hpb=d9ca5b409fd27d7b000f382ae93f3bacbabb5f59;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index a683c310..6ce12351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ -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 +- Added French translation of help files by gore K +- Added Finnish translation by Teemu Junnila +- Updated Sweedish translation +- Updated Russian translation Version 1.0pre3 -- January 22, 2001 -----------------------------------