[Pkg-owncloud-commits] [php-sabredav] 06/16: Updated changelog, bumped version.
David Prévot
taffit at moszumanska.debian.org
Sat Sep 5 15:23:56 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 6042d8c42ceea60631408b4df88e22d2a3f8fb4c
Author: Evert Pot <me at evertpot.com>
Date: Fri Sep 4 16:25:01 2015 +0200
Updated changelog, bumped version.
---
ChangeLog.md | 8 ++++++++
lib/DAV/Version.php | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 2516ceb..e5c05c5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,14 @@
ChangeLog
=========
+2.0.9 (2015-09-04)
+------------------
+
+* #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.0.8 (2015-07-11)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 240ce19..47f09d1 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.0.8';
+ const VERSION = '2.0.9';
}
--
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