X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=6ec0bc2d9d46e618135e61cd0b6a0750cf646d37;hp=0a71cb4d262df6e29c69fbb5a1ee25b742cd262a;hb=f6ba9b548282aeef7c4a03e4ae849586d7e3c60b;hpb=8716efe7fd7fc65d79931df525e529482798c717 diff --git a/Changes b/Changes index 0a71cb4..6ec0bc2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ # This file documents the revision history for Perl extension Catalyst. + - Add test case for the bug which is causing the + Catalyst::Plugin::Authentication tests to fail (t0m) + - Fix a bug in uri_for which could cause it to generate paths + with multiple slashes in them. (t0m) + - Add test for this (t0m) + - Fix SKIP block name in t/optional_http-server-restart.t, + stopping 'Label not found for "last SKIP"' error from + Test::More (t0m) + - Workaround max_redirect 0 bug in LWP (andyg) + - Move live_engine_response_print into aggregate (andyg) + - Fix dependency bug, s/parent/base/ in new test (rafl) + - Fix optional tests to run the live tests in the aggregate + dir (andyg) + - Fix Catalyst->go error in remote tests (andyg) + - Fix upload test to work with remote servers, don't check for + deleted files (andyg) + - Fix engine_request_uri tests to work on remote server with + different URI (andyg) + 5.8000_04 2008-12-05 12:15:00 - Silence Class::C3::Adopt::NEXT warnings in the test suite (rafl) - Fix loads of 'used once, possible typo' warnings (rafl)