浏览代码

minor version changes and updates

Luke Ehresman 24 年之前
父节点
当前提交
46f6a04943
共有 2 个文件被更改,包括 9 次插入3 次删除
  1. 8 2
      ChangeLog
  2. 1 1
      functions/strings.php

+ 8 - 2
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

+ 1 - 1
functions/strings.php

@@ -201,7 +201,7 @@
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "1.0pre3 [cvs]";
+   $version = "1.0.1 [cvs]";
 
 
    function find_mailbox_name ($mailbox) {