X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=331f076f4fddac5cdd5a4ad0f9d2a68ac370ea7f;hb=f4fdfd3ec11f76de89708285c3df9befe1a4e702;hp=3a9cb0d3ee4d5506881932a2b797ac393c61a801;hpb=7f41e3416d7dd4861f669eaeaeaaa583a5c52148;p=catagits%2FCatalyst-Devel.git diff --git a/Changes b/Changes index 3a9cb0d..331f076 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.39 2013-06-14 12:44:17 + - Write =encoding utf8 into generated Pod files so that things + work as expected for people with utf-8 characters in their unix + username as returned by getpwuid (RT#84613) + - Fix unbalanced parenthesis in comptest.tt (RT#85661) + +1.38 2013-04-11 20:54:00 + - Remove all PAR based deployment options, as they're unsupported + and don't even pretend to work on 5.9 RT#83936 + +1.37 2012-05-19 11:19:00 + - Add x_authority metadata to the distribution for PAUSE. + + - Fix restarter regex to apply to files being created/changed, + not just those being deleted. + + - Use iomode => ":raw" to stop PNG files getting corrupted + when being slurped on windows as noted on the mailing list. + 1.36 2011-10-24 17:58:00 - New apps send an X-Catalyst header by default (this can be disabled by changing the config in the generated app)