Revisions of perl-Mojolicious

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 290787 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 13)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 288319 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 286118 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
- updated to 5.79
   - Fixed bug in Mojo::Reactor::Poll that caused excessive idle CPU usage.
 
 5.78  2015-02-12
   - Replaced expires method in Mojo::Cookie::Response with an attribute.
   - Added split_cookie_header function to Mojo::Util.
   - Updated IO::Socket::SSL requirement to 1.94.
   - Relaxed RFC 822/1123 and RFC 850/1036 handling in Mojo::Date.
   - Improved Mojo::Reactor::Poll performance significantly.
   - Improved text method in Mojo::Message to use default_charset as well.
   - Improved design of built-in templates.
   - Fixed bug in Mojo::DOM that made parsing a requirement.
   - Fixed warnings in Mojo::URL.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 284654 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 10)
- updated to 5.77
   - Added content_security_policy method to Mojo::Headers.
   - Fixed canonicalize in Mojo::Path to not remove parts with more than three
     dots.
 
 5.76  2015-02-02
   - Emergency release for a critical security issue that can expose files on
     Windows systems, everybody should update!
   - Increased default max_message_size from 10MB to 16MB in Mojo::Message.
   - Reduced default max_line_size from 10KB to 8KB in Mojo::Headers and
     Mojo::Message.
   - Improved Hypnotoad load balancing by calling srand() after starting a new
     worker in Mojo::Server::Prefork.
   - Improved design of built-in templates.
   - Fixed bug in Mojo::IOLoop where the accept limit was applied too broadly.
   - Fixed bug in Mojo::Server::Prefork where the TTOU signal would not always
     stop a worker.
   - Fixed bug in Mojo::DOM::CSS where combinators needed to be surrounded by
     whitespace.
 
 5.75  2015-01-26
   - Added healthy method to Mojo::Server::Prefork.
   - Improved all built-in web servers to die if group or user assignment
     failed.
   - Improved Hypnotoad to wait for new workers to be ready before stopping the
     old ones during hot deployment.
   - Improved commands and log messages to use less punctuation.
   - Fixed bug in Mojo::IOLoop where the callback passed to next_tick would
     receive the wrong invocant.
   - Fixed race condition and memory leak in Mojo::Server::Prefork.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 283053 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
- updated to 5.74
   - Improved parser errors to be more consistent with connection errors in
     Mojo::Message::Request and Mojo::Message::Response.
   - Fixed "0" value bug in Mojo::Parameters.
   - Fixed bug where placeholder default values would not always have
     precedence.
   - Fixed proxy detection in get command.
 
 5.73  2015-01-24
   - Deprecated Mojolicious::Routes::Route::bridge in favor of
     Mojolicious::Routes::Route::under.
   - Deprecated Mojolicious::Controller::render_exception in favor of
     reply->exception helper.
   - Deprecated Mojolicious::Controller::render_not_found in favor of
     reply->not_found helper.
   - Removed deprecated object-oriented Mojo::JSON API.
   - Removed deprecated stringification support from Mojo::Collection.
   - Removed deprecated support for data arguments from Mojo::JSON::Pointer.
   - Removed deprecated AUTOLOAD and pluck methods from Mojo::Collection.
   - Removed deprecated AUTOLOAD and val methods from Mojo::DOM.
   - Moved tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial.
   - Added term_escape method to Mojo::ByteStream.
   - Added term_escape function to Mojo::Util.
   - Improved get command to use the user agent of the application.
   - Improved diagnostics information for MOJO_DAEMON_DEBUG,
     MOJO_USERAGENT_DEBUG and MOJO_WEBSOCKET_DEBUG environment variables.
   - Fixed tag helpers to generate correct HTML5. (batman, sri)
   - Fixed JSON Pointer escaping bug.
   - Fixed portability bug in monkey_patch tests.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 281081 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
- updated to 5.72
   - Added EXPERIMENTAL support for case-insensitive attribute selectors like
     [foo="bar" i] to Mojo::DOM::CSS.
   - Added max_lines attribute to Mojo::Headers.
   - Improved Mojo::Reactor::EV to update the current time before starting a
     timer.
   - Improved error messages for start-line and header limits.
   - Fixed bug in Mojo::Headers where max_line_size was not checked correctly.
   - Fixed whitespace bug in Mojo::DOM::CSS.
 
 5.71  2015-01-01
   - Updated Net::DNS::Native requirement to 0.15 for some important bug fixes.
   - Updated jQuery to version 2.1.3.
   - Improved Mojo::URL performance.
   - Fixed fragment and userinfo normalization bugs in Mojo::URL.
   - Fixed query charset bug in Mojo::URL.
   - Fixed a few merge bugs in Mojo::Parameters.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 265681 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 7)
- updated to 5.70
   - Improved Mojo::Template performance.
   - Fixed error handling bugs in Mojo::IOLoop::Stream.
   - Fixed a few limit bugs in Mojo::Message.
   - Fixed Windows bug in Mojo::IOLoop::Client. (OlegG)
 
 5.69  2014-12-13
   - Deprecated Mojo::DOM::siblings.
   - Added following, following_siblings, preceding and preceding_siblings
     methods to Mojo::DOM.
   - Added port method to Mojo::IOLoop::Server.
   - Removed deprecated emit_safe method from Mojo::EventEmitter.
   - Removed deprecated render_static method from Mojolicious::Controller.
   - Removed deprecated has_conditions method from Mojolicious::Routes::Route.
   - Updated Net::DNS::Native requirement to 0.14 for some important bug fixes.
   - Improved Mojo::DOM::HTML performance slightly.
   - Fixed parent combinator bug in Mojo::DOM::CSS.
   - Fixed whitespace bug in Mojo::DOM::HTML.
   - Fixed Mojo::UserAgent::Transactor to handle query parameters more like
     most common browsers.
 
 5.68  2014-12-02
   - Improved Mojo::DOM::CSS performance significantly.
   - Fixed deprecation warnings in get command.
   - Fixed bug in Mojolicious::Controller where sending a WebSocket message
     would cause multiple resume events.
 
 5.67  2014-11-27
   - Improved overall performance by deserializing sessions only on demand.
   - Fixed bug where embedded applications would deserialize sessions twice.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 261183 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 6)
- updated to 5.60
Tons of changes, just the peak of the ice berg:
   - Added to_array method to Mojo::Collection.
   - Added xss_escape function to Mojo::Util.
   - Updated Net::DNS::Native requirement to 0.12 for some important bug fixes.
   - Added support for non-blocking name resolution with Net::DNS::Native.
 
 5.58  2014-11-06
   - Improved error handling in Mojo::IOLoop::Client.
 
 5.57  2014-11-02
   - Deprecated stringification support in Mojo::Collection in favor of
     Mojo::Collection::join.
   - Deprecated Mojo::Collection::pluck in favor of Mojo::Collection::map.
   - Deprecated Mojo::DOM::val.
   - Improved map method in Mojo::Collection to be able to call methods.
   - Improved tap method in Mojo::Base to be able to call methods.
 
 5.56  2014-10-29
   - Deprecated Mojo::Collection::AUTOLOAD in favor of Mojo::Collection::pluck.
   - Deprecated Mojo::DOM::AUTOLOAD in favor of Mojo::DOM::children.
 
 5.55  2014-10-28
   - Deprecated support for data arguments in Mojo::JSON::Pointer.
   - Added access_control_allow_origin, content_language, content_location and
     strict_transport_security methods to Mojo::Headers.
 
 5.54  2014-10-23
   - Deprecated object-oriented Mojo::JSON API.
   - Added auto_decompress attribute to Mojo::Content.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 240154 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
- updated to 5.12
   - Fixed a few multipart form handling bugs.
   - Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
     than calling pluck directly.
 
 5.11  2014-07-02
   - Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
   - Added delay and inactivity_timeout helpers to
     Mojolicious::Plugin::DefaultHelpers.
   - Improved error method in Mojolicious::Validator::Validation to return
     field names when called without arguments.
   - Fixed "0" value bug in Mojo::UserAgent::Transactor.
 
 5.10  2014-06-28
   - Added cleanup attribute to Mojo::Server::Prefork.
   - Improved Mojo::Server::Prefork to keep sending heartbeat messages when
     stopping gracefully.
   - Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
     Mojo::IOLoop.
   - Fixed small bug where Hypnotoad would clean up process id and lock files
     too early.
 
 5.09  2014-06-24
   - Improved .ep templates to make the current controller available as $c.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227137 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 2)
- updated to 4.90
   - Removed deprecated to_rel method from Mojo::URL.
   - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in
     IO::Socket::SSL.
   - Improved documentation browser with more accessible links and readable
     inline code.
   - Fixed textarea and title parsing bugs in Mojo::DOM::HTML.
 
 4.89  2014-03-13
   - Added support for template variants.
   - Improved built-in templates with unobtrusive menu bar.
   - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not
     handled correctly.
   - Fixed bug in Mojo::DOM::HTML where <image> was not treated as an alias for
     <img>.
 
 4.88  2014-03-09
   - Added build_controller method to Mojolicious.
   - Added match method to Mojolicious::Routes.
   - Improved Mojo::Server::Daemon to handle setuid/setgid errors more
     gracefully.
   - Improved Mojo::Server::Prefork to handle lock file errors more gracefully.
   - Improved exception page to show better context information for templates.
   - Fixed comment on last line bug in Mojo::Template.
 
 4.87  2014-03-04
   - Improved Mojo::ByteStream to allow more method chaining.
   - Fixed RFC 7159 support in Mojo::JSON.
   - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and
     Test::Mojo.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 215542 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 1)
Real-time web framework perl-Mojolicious.
This package will be needed by openQA in the not too far future.
Displaying revisions 161 - 176 of 176
openSUSE Build Service is sponsored by