mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
release 1.1.3
This commit is contained in:
parent
398302d554
commit
37e814c647
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,7 +1,8 @@
|
||||
davical (1.1.3~git20140914-1) unstable; urgency=low
|
||||
davical (1.1.3-1) unstable; urgency=low
|
||||
|
||||
[ Andrew McMillan ]
|
||||
* New upstream release (closes: #656395, #702403, #703290, #703383, #703387)
|
||||
* New upstream release (closes: #656395, #702403, #703290, #703383, #703387,
|
||||
#740827)
|
||||
* Updated the control file Vcs-* fields to the new addresses of the
|
||||
canonical git upstream repository.
|
||||
* Removed README.Debian which didn’t contain any useful information.
|
||||
@ -24,7 +25,7 @@ davical (1.1.3~git20140914-1) unstable; urgency=low
|
||||
* Declare compliance with Debian Policy 3.9.6
|
||||
* Upload to Debian (closes: #726577)
|
||||
|
||||
-- Florian Schlichting <fsfs@debian.org> Sun, 14 Sep 2014 15:29:54 +0200
|
||||
-- Florian Schlichting <fsfs@debian.org> Tue, 07 Oct 2014 00:12:13 +0200
|
||||
|
||||
davical (1.1.1-1) unstable; urgency=high
|
||||
|
||||
|
||||
@ -203,8 +203,8 @@ if ( function_exists('awl_set_locale') ) {
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->want_awl_version = '0.54';
|
||||
$c->version_string = '1.1.2'; // The actual version # is replaced into that during the build /release process
|
||||
$c->want_awl_version = ''0.55'';
|
||||
$c->version_string = '1.1.3'; // 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