Release 0.9.4.5

This commit is contained in:
Andrew McMillan 2008-05-05 16:11:33 +12:00
parent 600603a416
commit a162fc005e
4 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
0.9.4.4
0.9.4.5

8
debian/changelog vendored
View File

@ -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

View File

@ -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];

View File

@ -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"