From 7c558cca81260189e7be6164403432a5455a28fa Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Fri, 22 Jan 2010 01:57:10 +0000 Subject: [PATCH] Incorrect filename for this class --- ChangeLog | 6 ++++-- lib/Sabre.includes.php | 2 +- ...ckTokenMatchesUri.php => LockTokenMatchesRequestUri.php} | 0 3 files changed, 5 insertions(+), 3 deletions(-) rename lib/Sabre/DAV/Exception/{LockTokenMatchesUri.php => LockTokenMatchesRequestUri.php} (100%) diff --git a/ChangeLog b/ChangeLog index a931f1656e..426d84ba7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ -1.0.5-stable (2010-??-??) - * Fixed: Improved unittests +1.0.5-stable (2010-01-22) + * Fixed: Fatal error when a malformed url was used for unlocking, in + conjuction with Sabre.autoload.php due to a incorrect filename. + * Fixed: Improved unittests and build system 1.0.4-stable (2010-01-11) * Fixed: needed 2 different releases. One for googlecode and one for diff --git a/lib/Sabre.includes.php b/lib/Sabre.includes.php index 69a8de606f..590505d1c0 100644 --- a/lib/Sabre.includes.php +++ b/lib/Sabre.includes.php @@ -33,7 +33,7 @@ include 'Sabre/DAV/Exception/FileNotFound.php'; include 'Sabre/DAV/Exception/InsufficientStorage.php'; include 'Sabre/DAV/Exception/Locked.php'; -include 'Sabre/DAV/Exception/LockTokenMatchesUri.php'; +include 'Sabre/DAV/Exception/LockTokenMatchesRequestUri.php'; include 'Sabre/DAV/Exception/MethodNotAllowed.php'; include 'Sabre/DAV/Exception/NotImplemented.php'; include 'Sabre/DAV/Exception/PermissionDenied.php'; diff --git a/lib/Sabre/DAV/Exception/LockTokenMatchesUri.php b/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php similarity index 100% rename from lib/Sabre/DAV/Exception/LockTokenMatchesUri.php rename to lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php