[Pkg-owncloud-commits] [php-sabre-vobject] 04/08: Updated changelog, bumped version.
David Prévot
taffit at moszumanska.debian.org
Sat Sep 5 15:23:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 3
in repository php-sabre-vobject.
commit 98162177fd8723179ee940b66944e6cfb688702f
Author: Evert Pot <me at evertpot.com>
Date: Fri Aug 28 23:01:09 2015 +0200
Updated changelog, bumped version.
Fixes #249, #253
---
ChangeLog.md | 7 +++++++
lib/Version.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 08de99d..c594918 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+3.4.7 (????-??-??)
+------------------
+
+* #253: Handle `isInTimeRange` for recurring events that have 0 valid
+ instances. (@DominikTo, @migrax).
+
+
3.4.6 (2015-08-06)
------------------
diff --git a/lib/Version.php b/lib/Version.php
index 8dd682e..e227555 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.4.6';
+ const VERSION = '3.4.7';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list