Skip to content

Commit

Permalink
[jan] Fix throwing exceptions from Lock backend (Bug #14520).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 15, 2016
1 parent 65e1389 commit 1172bcb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion framework/Dav/lib/Horde/Dav/Locks.php
Expand Up @@ -11,7 +11,8 @@
* @package Dav
*/

use \Sabre\DAV\Locks;
use Sabre\DAV;
use Sabre\DAV\Locks;

/**
* A locking backend.
Expand Down
17 changes: 16 additions & 1 deletion framework/Dav/package.xml
Expand Up @@ -1104,12 +1104,27 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-12-03</date>
<date>2016-04-05</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix down migration of database schema.
</notes>
</release>
<release>
<version>
<release>1.1.4</release>
<api>1.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-15</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix throwing exceptions from Lock backend (Bug #14520).
* [jan] Mark PHP 7 as supported.
* [jan] Update to SabreDAV 1.8.12 (Only redirect client to HTTP and HTTPS urls; Support empty user names and passwords in basic authentication).
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
Expand Down

0 comments on commit 1172bcb

Please sign in to comment.