Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-06-18 07:50:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojolicious.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojolicious"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes        
2014-03-25 13:19:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-06-18 07:53:04.000000000 +0200
@@ -1,0 +2,127 @@
+Tue Jun 17 12:50:17 UTC 2014 - lnus...@suse.de
+
+- update to 5.08
+
+ 5.08  2014-06-17
+   - Added reset method to Mojo::IOLoop.
+   - Added reset method to Mojo::Reactor.
+   - Added reset method to Mojo::Reactor::Poll.
+ 
+ 5.07  2014-06-13
+   - Fixed RFC 7230 compliance bugs in Mojo::Headers.
+ 
+ 5.06  2014-06-11
+   - Added deserialize and serialize attributes to Mojolicious::Sessions.
+   - Improved redirect_to to behave more like url_for.
+   - Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
+     kept alive.
+ 
+ 5.05  2014-06-08
+   - Fixed parsing of header fields with single character names in
+     Mojo::Headers. (crab)
+ 
+ 5.04  2014-06-03
+   - Added expect_close attribute to Mojo::Content.
+   - Improved support for broken responses to CONNECT requests.
+ 
+ 5.03  2014-06-02
+   - Fixed bug where Mojo::DOM::HTML could not handle certain broken tags.
+ 
+ 5.02  2014-05-31
+   - Added multi-name support to cookie and signed_cookie methods in
+     Mojolicious::Controller.
+   - Added multi-name support to cookie and upload methods in Mojo::Message.
+   - Improved Mojolicious::Command::generate::plugin to use better directory
+     names.
+   - Fixed bug where Mojo::DOM::HTML could not handle tags with lots of
+     attributes.
+ 
+ 5.01  2014-05-30
+   - Fixed continuation line handling in Mojo::Headers.
+ 
+ 5.0  2014-05-29
+   - Code name "Tiger Face", this is a major release.
+   - Changed heuristics for number detection in Mojo::JSON to better line up
+     with user expectations.
+   - Changed lock and unlock callbacks in Mojo::IOLoop to not receive an
+     invocant.
+   - Changed return value of path_for method in Mojolicious::Routes::Match.
+   - Changed return value and arguments of error method in Mojo::Message.
+   - Removed deprecated support for "X-Forwarded-HTTPS".
+   - Removed return values from wait method in Mojo::IOLoop::Delay.
+   - Removed list context support from header method in Mojo::Headers.
+   - Removed generate_port method from Mojo::IOLoop.
+   - Replaced reserved stash value partial with render_to_string method.
+   - Replaced format method in Mojo::Log with an attribute.
+   - Replaced check_file method in Mojo::Server::Morbo with check method.
+   - Added with_compression method to Mojo::Transaction::WebSocket.
+   - Added catch method to Mojo::EventEmitter.
+   - Added append method to Mojo::Log.
+   - Updated jQuery to version 2.1.1.
+   - Improved Mojo::IOLoop::Delay to automatically check if the event loop is
+     already running.
+   - Improved Mojo::Parameters to consistently accept arrays.
+   - Improved Mojo::Collection to perform actual boolean checks. (marcus)
+   - Fixed Mojo::DOM::HTML to handle slashes in unquoted attribute values
+     correctly.
+   - Fixed Mojo::IOLoop::Server to work correctly with newer versions of
+     IO::Socket::SSL. (noxxi)
+   - Fixed rendering bug where rewritten arguments could not be localized.
+   - Fixed verification bug in Mojo::IOLoop::Server.
+   - Fixed path generation bug in Mojolicious::Routes::Match.
+   - Fixed warnings in Mojo::IOLoop::Delay.
+ 
+ 4.99  2014-05-12
+   - Added support for performing blocking and non-blocking requests at the
+     same time with Mojo::UserAgent.
+   - Added nb_url method to Mojo::UserAgent::Server.
+   - Improved Mojo::IOLoop::Server and Mojo::Server::Daemon to be able to
+     listen on random ports.
+ 
+ 4.98  2014-05-09
+   - Removed deprecated get_line function from Mojo::Util.
+   - Removed deprecated content_xml, replace_content, text_before, text_after
+     and to_xml methods from Mojo::DOM.
+   - Improved accept performance in Mojo::IOLoop::Server.
+ 
+ 4.97  2014-04-30
+   - Deprecated support for "X-Forwarded-HTTPS" in favor of
+     "X-Forwarded-Proto".
+   - Added multi-name support to param method in Mojo::Parameters.
+ 
+ 4.96  2014-04-28
+   - Improved Mojo::IOLoop to use Mojo::IOLoop::Delay more consistently.
+ 
+ 4.95  2014-04-27
+   - Improved Mojo::IOLoop::Delay with circular reference protection.
+   - Improved Mojo::IOLoop::Delay to allow argument splicing.
+   - Improved Mojo::IOLoop::Server to reuse cipher list from IO::Socket::SSL.
+   - Fixed memory leak in Mojo::UserAgent::Server.
+ 
+ 4.94  2014-04-20
+   - Added reverse_proxy attribute to Mojo::Server::Daemon.
+   - Added reverse_proxy attribute to Mojo::Message::Request.
+   - Added prefork and upgrade_timeout attributes to Mojo::Server::Hypnotoad.
+   - Added configure method to Mojo::Server::Hypnotoad.
+   - Relaxed name handling in Mojo::Headers a little.
+   - Fixed small bug in online tests.
+ 
+ 4.93  2014-04-13
+   - Fixed bug where Mojolicious::Static would not use the correct default MIME
+     type.
+ 
+ 4.92  2014-04-08
+   - Removed deprecated use of hash references for optgroup generation with
+     select_field helper.
+   - Improved dumper helper to escape unprintable characters.
+   - Fixed small handler detection bug in Mojolicious::Renderer.
+ 
+ 4.91  2014-03-29
+   - Added daemonize method to Mojo::Server.
+   - Added ensure_pid_file method to Mojo::Server::Prefork.
+   - Removed deprecated secret method from Mojolicious.
+   - Improved performance of Mojolicious::Plugin::EPRenderer and
+     Mojolicious::Plugin::EPLRenderer.
+   - Improved Mojo::Reactor::Poll portability with POLLPRI support.
+
+-------------------------------------------------------------------

Old:
----
  Mojolicious-4.90.tar.gz

New:
----
  Mojolicious-5.08.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojolicious.spec ++++++
--- /var/tmp/diff_new_pack.366HBW/_old  2014-06-18 07:53:05.000000000 +0200
+++ /var/tmp/diff_new_pack.366HBW/_new  2014-06-18 07:53:05.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Mojolicious
-Version:        4.90
+Version:        5.08
 Release:        0
 %define cpan_name Mojolicious
 Summary:        Real-time web framework

++++++ Mojolicious-4.90.tar.gz -> Mojolicious-5.08.tar.gz ++++++
++++ 9596 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to