[Pkg-owncloud-commits] [php-sabredav] 73/80: Yup! This is it. 3.1 is almost there.
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 3239dd4f771235a9f2ef0069cf1471f0cb0673b6
Author: Evert Pot <me at evertpot.com>
Date: Wed Jan 6 18:16:41 2016 -0500
Yup! This is it. 3.1 is almost there.
---
CHANGELOG.md | 7 +++++--
lib/DAV/Version.php | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8743e85..097e573 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
ChangeLog
=========
-3.1.0-alpha3 (2015-??-??)
--------------------------
+3.1.0 (2016-01-06)
+------------------
* Better error message when the browser plugin is not enabled.
* Added a super minimal server example.
@@ -26,6 +26,9 @@ ChangeLog
don't match the exact capitalization.
* #512: The client now has it's own `User-Agent`.
* #720: Some browser improvements.
+* The zip release ships with [sabre/vobject 4.0.1][vobj],
+ [sabre/http 4.2.1][http], [sabre/event 3.0.0][evnt],
+ [sabre/uri 1.0.1][uri] and [sabre/xml 1.3.0][xml].
3.1.0-alpha2 (2015-09-05)
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 4c690e7..c9d655c 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.1.0-alpha2';
+ const VERSION = '3.1.0';
}
--
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