[Pkg-owncloud-commits] [php-sabredav] 65/75: Actually releasing alpha3 :S
David Prévot
taffit at moszumanska.debian.org
Thu Feb 26 18:51:55 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 2653618d43926cc8997f87798836b31ef73a0e71
Author: Evert Pot <me at evertpot.com>
Date: Wed Feb 25 14:17:33 2015 -0500
Actually releasing alpha3 :S
---
CHANGELOG.md | 11 ++++++++---
lib/DAV/Version.php | 2 +-
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 783f6ef..27dd1fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,22 @@
ChangeLog
=========
-2.2.0-alpha2 (2015-02-25)
+2.2.0-alpha3 (2015-02-25)
-------------------------
-* Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
- `challenge`, which is a more correct and better sounding name.
* Also 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)
+-------------------------
+
+* Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
+ `challenge`, which is a more correct and better sounding name.
+
+
2.2.0-alpha1 (2014-12-10)
-------------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 3a9dd17..d812d54 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-alpha2';
+ const VERSION = '2.2.0-alpha3';
}
--
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