From b435ba5fb1b06ef12a80f623b53476ad020341db Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Sun, 8 Sep 2002 19:50:53 +0000 Subject: [PATCH] Updates for SQL Validator and release script --- libraries/sqlvalidator.class.php3 | 1 + scripts/create-release.sh | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/libraries/sqlvalidator.class.php3 b/libraries/sqlvalidator.class.php3 index f081bb2eb..6c8fbda68 100644 --- a/libraries/sqlvalidator.class.php3 +++ b/libraries/sqlvalidator.class.php3 @@ -10,6 +10,7 @@ * * All data is transported over HTTP-SOAP * And uses the PEAR SOAP Module +* You also need the PHP overload module! * * Install instructions for PEAR SOAP * Make sure you have a really recent PHP with PEAR support diff --git a/scripts/create-release.sh b/scripts/create-release.sh index ff65ebf49..88c23179f 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -2,6 +2,9 @@ # # $Id$ # +# 2002-09-08, robbat2@users.sourceforge.net: +# - Tweaked final instruction list +# # 2002-06-17, lem9@users.sourceforge.net: # - I option to tar for bzip2 is deprecated, use j # @@ -119,11 +122,12 @@ Todo now: - in Documentation.html the line "

phpMyAdmin 2.2.2-rc1 Documentation

" - in translators.html - 9. update the demo subdirectory: - - in htdocs, cvs update phpMyAdmin - - and don't forget to give write rights for the updated scripts to the - whole group -11. the end :-) + 9. the end :-) END +# Removed due to not needed thanks to clever scripting by Robbat2 +# 9. update the demo subdirectory: +# - in htdocs, cvs update phpMyAdmin +# - and don't forget to give write rights for the updated scripts to the +# whole group