[Pkg-owncloud-commits] [php-sabredav] 114/148: Fixed changelog. alpha3 was already released earlier.
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 296de0d52322b402c0169636fa6493543ade2123
Author: Evert Pot <me at evertpot.com>
Date: Thu Apr 2 15:19:37 2015 -0400
Fixed changelog. alpha3 was already released earlier.
---
CHANGELOG.md | 10 +++++++---
lib/DAV/Version.php | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 900812c..8e73c9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,23 +1,27 @@
ChangeLog
=========
-2.2.0-alpha3 (2015-02-25)
+2.2.0-alpha4 (2015-04-??)
-------------------------
-* Contains all the changes introduced between 2.1.2 and 2.1.3.
* Complete rewrite of the XML system. We now use our own [sabre/xml][xml],
which has a much smarter XML Reader and Writer.
* BC Break: It's no longer possible to instantiate the Locks plugin without
a locks backend. I'm not sure why this ever made sense.
* Simplified the Locking system and fixed a bug related to if tokens checking
locks unrelated to the current request.
+
+
+2.2.0-alpha3 (2015-02-25)
+-------------------------
+
+* Contains all the changes introduced between 2.1.2 and 2.1.3.
* The zip release ships with [sabre/vobject 3.4.2][vobj],
[sabre/http 4.0.0-alpha1][http], [sabre/event 2.0.1][evnt] and
[sabre/uri 1.0.0][uri].
-
2.2.0-alpha2 (2015-01-09)
-------------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index d812d54..797e88f 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.2.0-alpha3';
+ const VERSION = '2.2.0-alpha4';
}
--
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