Release commit for 5.9013
[catagits/Catalyst-Manual.git] / Changes
diff --git a/Changes b/Changes
index ed7e281..62c6e4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,88 @@
 Revision history for Catalyst-Manual
 
+5.9013 - 2024-03-22
+    - fix mojibake in metadata
+
+5.9012 - 2024-02-03
+    - fixed some broken links (Graham Knop, Daniel Böhmer)
+
+5.9011 - 2020-07-22
+    - added NGINX Unit deployment documentation
+
+5.9010 - 2019-04-25
+    - updated stale urls
+    - numerous typo fixes
+    - many pod syntax fixes
+    - other pod syntax cleanup
+    - added references to the RT issues queue, mailing list, and irc channel
+
+5.9009 - 2014-12-13
+    - fixed a new error in the manual regarding "component" -> "components"
+      (RT#99131, RT#100597, RT#100767)
+    - typo fix in 09_FormFu.pod (Jason McVeigh, RT#104585)
+
+5.9008 - 2014-07-26
+    - misc small documentation tweaks (thanks Karen Etheridge, Matthew
+      Horsfall, Andreas Marienborg, Dagfinn Ilmari Mannsåker, David
+      Steinbrunner, Gerda Shank, Jesse)
+
+5.9007 2013-05-06
+    - Fix pod warnings (RT#83398 - thanks, Paul Waring!)
+    - Fix repository metadata (thanks, Lars Dɪᴇᴄᴋᴏᴡ)
+
+5.9006 2012-11-08
+    - fix bad =head1 (Kennedy Clark)
+
+5.9005 2012-11-01
+    - Fix minor typos RT 78545, thanks Joe Axford
+    - Update auth class name RT 77322 Thanks Joe Axford
+    - Fix typo RT #77247 Thanks John Deighan
+
+5.9004 4th May 2012
+    - PSGI Compat changes
+    - Small code changes (thanks sockmonk)
+    - Small changes to Manual::Components
+
+5.9003 17 Feb 2012
+    - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn).
+    - Better docs of :Global inspired by RT 74869 (thanks William Blunn)
+    - Highlight the importance of uncommenting the template line in the
+      list action
+    - Clarify docs for nginx in non-root - a trailing slash on the
+      location block is very much needed.
+    - Clarified Data::Dumper usage.  RT#71410 Thanks to Bill Corr
+    - Mention Chef deployment in Manual::Deployment (thanks to Alexey
+      Melezhik)
+
+5.9002 3 Sept 2011
+    - Tutorial
+        - Switch to 'catalyst' vs. 'root' user in VM
+        - Add notes about X Windows installation
+        - Misc small adjustments
+
+5.9001 2 Sept 2011
+    - Tutorial:
+        - Migrate Tutorial to use of a downloadable Virtual Machine
+        - Switch tutorial to Catalyst::Plugin::StatusMessage (vs. flash
+            and query parameters)
+        - Switch to use of local::lib
+        - Add "next chapter links" (RT #31164)
+        - Test all the tutorial code and make sure it's all working
+        - Lots of other Tutorial cleanup
+        - Update to Catalyst 5.9 and latest versions of all modules
+        - Clean up RT ticket queue (#68379, 68377, 68376, etc.)
+    - Other misc fixes/changes
+
+
+5.9000 16 Aug 2011
+    - Copy editing to make more sense in deployment documentation.
+
+5.8901 7 Aug 2011 - TRIAL RELEASE
+    - Added Catalyst::Manual::Deployment containing the documentation
+      which used to be in Catalyst::Engine::*, updated for the
+      new PSGI engine.
+
+5.8008 2 Aug 2011
     - Tutorial chaper 3
       - Remove note about hacking tests to require MyApp so that MyApp->path_to
         works. Application components should compile independently, and