From: Aaron Trevena Date: Thu, 17 Apr 2008 19:56:17 +0000 (+0000) Subject: fix for threaded X-Git-Tag: 2.13~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=e69af388d40cb7499114dc501394aad4dcf91a89 fix for threaded git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@586 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 5ea8bec..8724d1d 100644 --- a/Changes +++ b/Changes @@ -4,12 +4,18 @@ For information about current developments and future releases, see: -2.13 October 2007 +2.13 April 2008 SVN Revision Bug Fixes : DBD::SQLite no longer required by Makefile.PL CGI handler now produces response for fatal error (bug 29981) + Fix to link macro + Fix to redirect_request in Apache::MVC + Fix to mime detection by file extension + Fixed MODIFY_CODE_ATTRIBUTES and FETCH_CODE_ATTRIBUTES to work with mod_perl threaded model + - Patch from Ben Hutchings http://rt.cpan.org/Public/Bug/Display.html?id=29984 + Improvements : link macro now takes a target argument, and has slightly better pod