New release.

This commit is contained in:
Andrew McMillan 2006-12-03 18:55:36 +13:00
parent 22eeabcdd2
commit d1da6c2efb
2 changed files with 20 additions and 1 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
rscds (0.5.0) unstable; urgency=low
* We now support a basic authentication hook to allow external sources of
authentication and user information.
* Some simple ability has been added to the admin interface to list
calendars and events.
* When an event is added to a non-existent calendar, the calendar is
automatically created (if $c->collections_always_exist is true).
* The permissions architecture has been changed to allow extension towards
the DAV access standards in due course.
* Allow RSCDS to operate as a subdirectory in an existing virtual host.
* The PHP register_globals directive need not be enabled any longer.
* The RSCDS include directory need not be specified any longer.
* RSCDS should now work without generating errors even with E_ALL set in php.ini
* Add a Netherlands translation.
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 3 Dec 2006 18:43:47 +1300
rscds (0.4.0) unstable; urgency=low
* Added initial Russian translation from Nick Khazov.

View File

@ -224,6 +224,7 @@
<item url="dba/patches/1.1.5.sql" uploadstatus="1" />
<item url="docs/website/wikiheader.css" uploadstatus="1" />
<item url="htdocs/collection.php" uploadstatus="1" />
<item url="inc/CalDAVRequest.php" />
<item url="inc/CalDAVRequest.php" uploadstatus="1" />
<item url="po/nl_NL.po" />
</project>
</webproject>