diff --git a/VERSION b/VERSION index 50e07997..b0bb8785 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4.5 +0.9.5 diff --git a/debian/changelog b/debian/changelog index 60f1a912..f45f771f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rscds (0.9.5) unstable; urgency=low + + * Allow users to delete their own relationships, not just admin. + + -- Andrew McMillan Wed, 07 May 2008 21:08:21 +1200 + rscds (0.9.4.5) unstable; urgency=low * Fix quoting in create database script. diff --git a/inc/always.php b/inc/always.php index dbf80ec9..28948227 100644 --- a/inc/always.php +++ b/inc/always.php @@ -96,7 +96,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.4.5'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.5'; // The actual version # is replaced into that during the build /release process if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) { $c->code_major = $matches[1]; $c->code_minor = $matches[2]; diff --git a/po/messages.po b/po/messages.po index 3c61d3da..b4c71b47 100644 --- a/po/messages.po +++ b/po/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-05 15:42+1200\n" +"POT-Creation-Date: 2008-05-07 21:08+1200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/testing/tests/regression-suite/Create-Database.result b/testing/tests/regression-suite/Create-Database.result index cad29c5d..327f2b86 100644 --- a/testing/tests/regression-suite/Create-Database.result +++ b/testing/tests/regression-suite/Create-Database.result @@ -1,29 +1,10 @@ - new_db_revision ------------------ - t -(1 row) - - new_db_revision ------------------ - t -(1 row) - Supported locales updated. CalDAV functions updated. Database permissions updated. - setval --------- - 10 -(1 row) +NOTE +==== +* The password for the 'admin' user has been set to 'nimda'" - setval --------- - 1000 -(1 row) +Thanks for trying DAViCal! Check in /usr/share/doc/rscds/examples/ for +some configuration examples. For help, visit #davical on irc.oftc.net. - setval --------- - 10 -(1 row) - -The password for the 'admin' user has been set to 'nimda'