From 94749ab7fdd8b7ac4b411f9838213addd9429fe4 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 14 Dec 2000 11:41:26 +0000 Subject: [PATCH] Updated docs --- doc/CHANGELOG | 6 +++--- doc/RELEASE-NOTES | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5c7f7f37b5..4a51dfb7d5 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -26,10 +26,10 @@ - Added in feature for frames. This can be a user preference, or a global option for the admin to disable, allow, or force. - Added in a few preformace tweaks that will use serialize() and unserialize() for - preferences, config + dropping the phpgw_info array into the session table durring login. - Changed a few of the icons to our news ones. - - Fixed 12 am/pm problem in calendar. - - Added default filter to calendar preferences. + - Fixed 12 am/pm problem in calendar. + - Added default filter to calendar preferences. [0.9.7] - Fixed SQL error in tts - Fixed table locking in admin -> edit account diff --git a/doc/RELEASE-NOTES b/doc/RELEASE-NOTES index 0474aaf334..54752dfb08 100755 --- a/doc/RELEASE-NOTES +++ b/doc/RELEASE-NOTES @@ -1,8 +1,2 @@ -This version is our first beta version. This means that the API is now stable enough to use for add on apps. -There will be bugs, but the structure should change very much from this point on. - -This version contains a great deal of database changes. We applogize for so many changes, but it is required -to make things work correctly and to start rolling in support for Oracle. - -You will need to run the new phpgroupware/setup/index.php program. Right now its kind of limited, but -in the future it might auto update database tables. \ No newline at end of file +This version will NOT work with PHP 4.0.3pl1. This is due to the PHP devteam breaking serialize() and +unserialize(). There is no known work around.