mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-02 01:33:51 +00:00
Release 0.9.4.5
This commit is contained in:
parent
600603a416
commit
a162fc005e
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,16 @@
|
||||
rscds (0.9.4.5) unstable; urgency=low
|
||||
|
||||
* Fix quoting in create database script.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 05 May 2008 15:42:09 +1200
|
||||
|
||||
rscds (0.9.4.4) unstable; urgency=low
|
||||
|
||||
* Fix dependencies for postgresql-client.
|
||||
* Fix bug with deletion of relationships.
|
||||
* Add updated German translation from Sykosch Arnold.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Fri, 18 Apr 2008 19:54:57 +1200
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 05 May 2008 15:40:25 +1200
|
||||
|
||||
rscds (0.9.4.3) unstable; urgency=low
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ awl_set_locale($c->default_locale);
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.4.4'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.4.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-04-18 19:55+1200\n"
|
||||
"POT-Creation-Date: 2008-05-05 15:42+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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user