[Pkg-owncloud-commits] [php-sabredav] 09/16: Bumping version
David Prévot
taffit at moszumanska.debian.org
Sat Sep 5 15:23:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit 43cbc7c7bd5c7bc19aef69e62abfa3ba5adabdc3
Author: Evert Pot <me at evertpot.com>
Date: Fri Sep 4 17:51:29 2015 +0200
Bumping version
---
ChangeLog.md | 7 +++++++
lib/DAV/Version.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 9fc01e8..5e76b99 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+2.1.7 (2015-??-??)
+------------------
+
+* #705: A `MOVE` request that gets prevented from deleting the source resource
+ will still remove the target resource. Now all events are triggered before
+ any destructive operations.
+
2.1.6 (2015-07-21)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 0721a83..a7c21e4 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.1.6';
+ const VERSION = '2.1.7';
}
--
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