From c968d2f33302c32c2887136973c4e4bd62409299 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 2 Jun 2007 12:22:36 +1200 Subject: [PATCH] Release 0.8.0 --- VERSION | 2 +- debian/changelog | 17 ++++++++++++----- inc/always.php | 4 ++-- rscds.webprj | 11 ++++++++--- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index d29cb6e9..a3df0a69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0~rc2 +0.8.0 diff --git a/debian/changelog b/debian/changelog index bc1a886a..bbc2df60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,25 @@ -rscds (0.7.2~rc3) unstable; urgency=low +rscds (0.8.0) unstable; urgency=low * Check whether a URL missing a trailing '/' might still be a collection. * Fix for REPORT to exclude PRIVATE events. * Show a list of the user's relationships in the admin page. * Add XML with MKCALENDAR support. - * Add polish language support from Rafał Ślubowski + * Add Polish language support from Rafał Ślubowski * Patch to support reporting of "Busy" for confidential events (Maxime Delorme). * Allow hiding of alarms for calendars which are not ours (Maxime Delorme). - * Allow uploading of a whole calendar .ics from within user maintenance - (Maxime Delorme). + * Allow uploading whole calendars (Maxime Delorme). * Basic LDAP authentication (Maxime Delorme) + * Add Hungarian (Magyar) language support from Dávid Takács + * Ensure username is case-insensitive. + * Improve security on viewing other's calendar entries. + * Add basic support for installation in a Windows environment. + * Add support for automatically creating a user's home calendar. + * Add a primary key to the calendar_item table for performance. + * Only process the filter criteria on a REPORT once. + * Add a basic client library. - -- Andrew McMillan Sat, 05 May 2007 18:26:33 +1200 + -- Andrew McMillan Wed, 23 May 2007 08:09:45 +1200 rscds (0.7.1) unstable; urgency=low diff --git a/inc/always.php b/inc/always.php index 7b9721ff..95d7aaf3 100644 --- a/inc/always.php +++ b/inc/always.php @@ -77,7 +77,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.8.0~rc3'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.8.0'; // 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[1]; @@ -106,7 +106,7 @@ if ( $qry->Exec("always") && $row = $qry->Fetch() ) { $_known_users = array(); function getUserByName( $username ) { // Provide some basic caching in case this ends up being overused. - if ( isset( $_known_users[$username] ) ) return $_known_users[$username] ; + if ( isset( $_known_users[$username] ) ) return $_known_users[$username] ); $qry = new PgQuery( "SELECT * FROM usr WHERE lower(username) = lower(?) ", $username ); if ( $qry->Exec('always',__LINE__,__FILE__) && $qry->rows == 1 ) { diff --git a/rscds.webprj b/rscds.webprj index 7b884028..e86099f7 100644 --- a/rscds.webprj +++ b/rscds.webprj @@ -38,7 +38,6 @@ - @@ -226,11 +225,17 @@ - - + + + + + + + +