mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-11 12:50:51 +00:00
Release 0.9.6.1
This commit is contained in:
parent
4ae71bf848
commit
f221f3775b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
davical (0.9.6.1) unstable; urgency=low
|
||||
|
||||
* Fix LOCK timeout handling.
|
||||
* Handle match on calendar-home-set in principal-property-search REPORT.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 02 Nov 2008 23:17:12 +1300
|
||||
|
||||
davical (0.9.6) unstable; urgency=low
|
||||
|
||||
* Corect debian/control dependencies.
|
||||
|
||||
@ -101,7 +101,7 @@ awl_set_locale($c->default_locale);
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.6'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.6.1'; // 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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user