Version 1.39
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index c78f9ff..331f076 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 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)
         - Fix leaking temporary files in tests. RT#59166