mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-28 13:09:24 +00:00
Release 0.9.5
This commit is contained in:
parent
394b879e19
commit
1bedbc9c62
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rscds (0.9.5) unstable; urgency=low
|
||||
|
||||
* Allow users to delete their own relationships, not just admin.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 07 May 2008 21:08:21 +1200
|
||||
|
||||
rscds (0.9.4.5) unstable; urgency=low
|
||||
|
||||
* Fix quoting in create database script.
|
||||
|
||||
@ -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];
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user