[Pkg-owncloud-commits] [php-sabredav] 06/42: Updated changelog, bumped version.
David Prévot
taffit at moszumanska.debian.org
Fri Nov 28 22:47:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 6c6b874504f9ca814478b1cd83dd6e3606591157
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Oct 29 14:20:18 2014 -0300
Updated changelog, bumped version.
---
ChangeLog.md | 6 ++++++
lib/DAV/Version.php | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 73c64e7..dd7a0e2 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+2.1.0-beta1 (2014-??-??)
+------------------------
+
+* #541: CalDAV PDO backend didn't respect overridden PDO table names.
+
+
2.1.0-alpha2 (2014-10-23)
-------------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index f722a32..0d0591b 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.1.0-alpha2';
+ const VERSION = '2.1.0-beta1';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list