minor version changes and updates
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Jan 2001 19:12:02 +0000 (19:12 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Jan 2001 19:12:02 +0000 (19:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@987 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/strings.php

index 27822ba0569434df0315e854e897f715415c883a..1b8a6755265f293f7e1e93370ab99ee31cfb7f39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
-Version 1.0 -- DEVELOPMENT
---------------------------
+Version 1.0.1 -- DEVELOPMENT
+----------------------------
+- 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
index 9f4324102f251ebd7001fbbe01ebda229e8a6d91..78783efe9593517292fe64108b8f27062e809a76 100644 (file)
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "1.0pre3 [cvs]";
+   $version = "1.0.1 [cvs]";
 
 
    function find_mailbox_name ($mailbox) {