X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6d7bde7ddbc8546ee25177ec0980e5fe06e8fc71;hb=0d11194afb6d9a7e90f3e05baa7e64756cf4f780;hp=ac9500bcc0bc99e19bbe7d11035cdab09ee88a72;hpb=0ee4d565bae1a09e205208bfce2cf695d761119e;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Changes b/Changes index ac9500b..6d7bde7 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,28 @@ Revision history for Perl extension Catalyst::Engine::Stomp. -0.01 Fri May 15 21:39:30 2009 - Initial CPAN Release + - Clean up use of deprecated dispatcher methods. + - Add an error message in the Catalyst log when we + recieve an unserializeable message. + - Fix the test application to always run with the + correct library paths. + - Fix bug causing alternate serializers to not be found + when using configuration from a config file. -0.02 Sun May 17 00:00:00 2009 - Rename TestApp +0.05 Sun Jun 07 01:38:46 2009 + - Cleanups, tests and documentation additions. + - Add namespace:autoclean + - Handle 'no type' messages better, attempt to reply saying so. + +0.04 Mon Jun 01 09:21:00 2009 + - Remove dependency on Catalyst::Action::REST, use + Data::Serializer directly instead. 0.03 Thu May 21 22:57:00 2009 - Depend on a less hateful Alien::ActiveMQ + - Add Alien::ActiveMQ for real testing. + +0.02 Sun May 17 00:00:00 2009 + - Rename TestApp + +0.01 Fri May 15 21:39:30 2009 + - Initial CPAN Release -0.04 Mon Jun 01 09:21:00 2009 - Remove dependency on Catalyst::Action::REST, use - Data::Serializer directly instead.