[Pkg-owncloud-commits] [php-sabredav] 70/163: Bumped version. Updated changelog

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 6a54ea6fabf20cd36fb2ac2048afeec9a7a5b81f
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Apr 14 14:28:21 2014 -0400

    Bumped version. Updated changelog
---
 ChangeLog.md              | 2 ++
 lib/Sabre/DAV/Version.php | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 954cf06..140459d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -13,6 +13,8 @@ ChangeLog
   files. Not really a chance for data-loss, but incorrect nevertheless.
 * Fixed: Issue #428: Etag check with `If:` fails if the target is a collection.
 * Removed: `Sabre\DAV\Server::NODE_*` constants.
+* Moved all precondition checking into a central place, instead of having to
+  think about it on a per-method basis.
 
 1.9.0-alpha2 (2014-01-14)
 -------------------------
diff --git a/lib/Sabre/DAV/Version.php b/lib/Sabre/DAV/Version.php
index 13f1c47..9d43c67 100644
--- a/lib/Sabre/DAV/Version.php
+++ b/lib/Sabre/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
     /**
      * Full version number
      */
-    const VERSION = '1.9.0alpha2';
+    const VERSION = '1.9.0alpha3';
 
 }

-- 
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