[Pkg-owncloud-commits] [php-sabredav] 05/09: Encoding uris
David Prévot
taffit at moszumanska.debian.org
Mon Jun 1 22:42:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-beta2
in repository php-sabredav.
commit 468333ef0389bc65591f016f4da93f08f33780fe
Author: Evert Pot <me at evertpot.com>
Date: Tue May 26 13:34:48 2015 -0400
Encoding uris
---
CHANGELOG.md | 6 ++++++
lib/DAV/Version.php | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 712579d..5eda377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+3.0.0-beta2 (2015-??-??)
+------------------------
+
+* Some uris were not correctly encoded in notifications.
+
+
3.0.0-beta1 (2015-05-25)
------------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 2aa0e14..6eded1a 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.0.0-beta1';
+ const VERSION = '3.0.0-beta2';
}
--
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