From 34b13bf4dd2071dfa6694935057735c8e98e2668 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 30 Jan 2001 19:12:02 +0000 Subject: [PATCH] minor version changes and updates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@987 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 10 ++++++++-- functions/strings.php | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27822ba0..1b8a6755 100644 --- 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 diff --git a/functions/strings.php b/functions/strings.php index 9f432410..78783efe 100644 --- a/functions/strings.php +++ b/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) { -- 2.25.1