[Pkg-owncloud-commits] [php-sabredav] 08/33: Fixes Issue 21
David Prévot
taffit at moszumanska.debian.org
Sat Nov 30 15:43:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag version-1.0.10
in repository php-sabredav.
commit e95c01f2810cc9b4cdd0a014f5386d1816b9d795
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Fri Feb 26 12:58:17 2010 +0900
Fixes Issue 21
---
ChangeLog | 3 +++
lib/Sabre/DAV/Property/Response.php | 2 +-
lib/Sabre/DAV/Version.php | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7f12adf..75a5526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.0.8-stable (2010-??-??)
+ * Fixed: Issue 21: typos causing errors
+
1.0.7-stable (2010-02-24)
* Fixed: Issue 19 regression for MS Office
diff --git a/lib/Sabre/DAV/Property/Response.php b/lib/Sabre/DAV/Property/Response.php
index c643abf..b359903 100644
--- a/lib/Sabre/DAV/Property/Response.php
+++ b/lib/Sabre/DAV/Property/Response.php
@@ -63,7 +63,7 @@ class Sabre_DAV_Property_Response extends Sabre_DAV_Property {
*/
public function getResponseProperties() {
- return $this->responseProperties = $responseProperties;
+ return $this->responseProperties;
}
diff --git a/lib/Sabre/DAV/Version.php b/lib/Sabre/DAV/Version.php
index a4c8261..b76b10c 100644
--- a/lib/Sabre/DAV/Version.php
+++ b/lib/Sabre/DAV/Version.php
@@ -15,7 +15,7 @@ class Sabre_DAV_Version {
/**
* Full version number
*/
- const VERSION = '1.0.7';
+ const VERSION = '1.0.8';
/**
* Stability : alpha, beta, stable
--
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