X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=be0ba9a886fc04a92652f3bfdb1465cc3ee1a7f0;hb=f7de4f5cd712ebad26eab6ec06c60a3d753a1461;hp=5efde8e80a2a36343c2f876b36f6f61a2a5ea925;hpb=39fc2ce1e456c4e2a272204aa8fe67896984b3a6;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 5efde8e..be0ba9a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,26 @@ # This file documents the revision history for Perl extension Catalyst. -5.8000_05 + - Clarify that request arguments aren't unescaped automatically + (Simon Bertrang) (Closes RT#41153) + +5.8000_06 2009-02-04 21:00 + - Disallow writing to config after setup (rafl) + - Disallow calling setup more than once (rafl) + - Documentation fix regarding overloading of Engine and Dispatcher + instances (rafl) + - Several documentation typo fixes (rafl) + - Stop Makefile.PL from warning about versions that fixed a conflict + (t0m) + - Improved upgrading documentation (t0m, rafl) + - Seed the RNG in each FastCGI child process (Andrew Rodland) + - Properly report dynamic bind port for the development server (rafl) + (Closes RT#38544) + - Use the way documented by IO::Socket::INET to get the error message + after trying to create a listening socket (rafl) (Closes RT#41828) + - Don't ignore SIGCHLD while handling requests with the dev server + (rafl) (Closes RT#42962) + +5.8000_05 2008-29-01 00:00 - Text::SimpleTable's go as wide as $ENV{COLUMNS} (jhannah) Patch written by Oleg Kostyuk - Improve docs for visit (mateu)