Package Release Info

perl-Mojolicious-7.77-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Mojolicious

Change Logs

* Wed May 02 2018 coolo@suse.com
- updated to 7.77
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.77  2018-04-28
  - Added support for namespace selectors like "ns|*" to Mojo::DOM::CSS.
    (jberger)
  - Added support for :link and :visited pseudo-classes to Mojo::DOM::CSS.
  - Added support for hyphen-separated list attribute selectors like
    "[heflang|=en]" to Mojo::DOM::CSS.
* Wed Apr 25 2018 coolo@suse.com
- updated to 7.76
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.76  2018-04-23
  - Due to lack of domain experts on the team, Windows is no longer officially
    supported. Moving foward, we will try to keep Mojolicious installable on
    Windows, but cannot make any promises regarding security and/or reliability.
  - Fixed a bug in Mojolicious::Plugin::Config where the config stash value was
    not available when the config_override feature was used. (tim)
* Wed Apr 11 2018 coolo@suse.com
- updated to 7.75
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.75  2018-04-09
  - Deprecated placeholder quoting with "(placeholder)" in favor of
    "<placeholder>".
  - Fixed warnings in Mojo::Collection.
* Tue Apr 10 2018 coolo@suse.com
- updated to 7.74
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.74  2018-04-06
  - Improved unknown placeholder types to match nothing in
    Mojolicious::Routes::Pattern.
* Sat Apr 07 2018 coolo@suse.com
- updated to 7.73
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.73  2018-04-05
  - Added support for routes with placeholder types.
  - Added types attribute to Mojolicious::Routes and
    Mojolicious::Routes::Pattern.
  - Added add_type method to Mojolicious::Routes.
  - Added to_file method to Mojo::Asset, Mojo::Asset::File and
    Mojo::Asset::Memory.
  - Added num placeholder type to Mojolicious::Routes.
  - Removed deprecated use of Mojo::Promise::all and Mojo::Promise::race as
    instance methods.
* Tue Apr 03 2018 coolo@suse.com
- updated to 7.72
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.72  2018-04-02
  - Improved Mojo::Content::MultiPart performance for large numbers of parts.
    (philipspencer)
  - Fixed another problem with ordering of sources for content negotiation in
    Mojolicious::Renderer.
* Sat Mar 17 2018 coolo@suse.com
- updated to 7.71
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.71  2018-03-15
  - Deprecated Mojo::build_tx, Mojo::Config, Mojo::handler and Mojo::log.
  - Added config method to Mojolicious.
  - Fixed exceptions caused by non-UTF-8 files in Mojo::Exception. (Grinnz)
* Fri Mar 02 2018 coolo@suse.com
- updated to 7.70
  see /usr/share/doc/packages/perl-Mojolicious/Changes
* Sun Feb 25 2018 coolo@suse.com
- updated to 7.69
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.69  2018-02-24
  - Improved respond_to method in Mojolicious::Controller and accepts helper in
    Mojolicious::Plugin::DefaultHelpers to no longer limit support for multiple
    MIME types to requests containing an X-Requested-With header, since browsers
    have become smarter about requesting what they actually want.
* Sat Feb 24 2018 coolo@suse.com
- updated to 7.68
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.68  2018-02-22
  - Fixed RFC 7230 compliance bugs in Mojo::Message::Request that prevented
    "GET //foo/bar HTTP/1.1" to be interpreted as a request target in origin
    form.
* Wed Feb 21 2018 coolo@suse.com
- updated to 7.67
  see /usr/share/doc/packages/perl-Mojolicious/Changes
* Thu Feb 15 2018 coolo@suse.com
- updated to 7.66
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.66  2018-02-13
  - This release contains fixes for security issues, everybody should upgrade!
  - Removed origin attribute of Mojo::Cookie::Response.
  - Removed deprecated data and remaining methods from Mojo::IOLoop::Delay.
  - Added host_only attribute to Mojo::Cookie::Response.
  - Improved all method in Mojo::Promise to resolve with no results if no
    promises have been passed.
  - Fixed a bug in Mojo::UserAgent::CookieJar where old cookies could be leaked.
    (exp-innit, sri)
* Mon Feb 12 2018 coolo@suse.com
- updated to 7.65
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.65  2018-02-11
  - Added EXPERIMENTAL timing->begin, timing->elapsed, timing->rps and
    timing->server_timing helpers to Mojolicious::Plugin::DefaultHelpers.
  - Added EXPERIMENTAL server_timing method to Mojo::Headers.
  - Added support for new HTTP status code.
* Wed Feb 07 2018 coolo@suse.com
- updated to 7.64
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.64  2018-02-07
  - Fixed a bug in Mojo::Log where short log messages spanning multiple lines
    would not be formatted properly for systemd.
  7.63  2018-02-06
  - Improved Mojo::Log to use native systemd log levels.
  7.62  2018-02-01
  - Added -u option to get command. (jberger)
  - Added dont_use_nlink option to list_tree method in Mojo::File.
  - Added reverse proxy section to Mojolicious::Guides::Cookbook. (polettix)
  - Fixed a promise resolution bug in Mojo::Promise.
* Tue Jan 16 2018 coolo@suse.com
- updated to 7.61
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.61  2018-01-08
  - Increased default upgrade_timeout from 60 to 180 seconds in
    Mojo::Server::Hypnotoad.
* Thu Jan 04 2018 coolo@suse.com
- updated to 7.60
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.60  2018-01-02
  - Deprecated use of Mojo::Promise::all and Mojo::Promise::race as instance
    methods.
  - Improved all and race methods in Mojo::Promise to be able to handle
    arbitrary then-ables.
  - Improved number detection in Mojo::JSON with a workaround for an upcoming
    breaking change in Perl 5.28. (haarg)
  - Improved HTML Living Standard compliance of Mojo::DOM::HTML.
  - Fixed a bug in Mojo::Base that prevented composition of multiple roles.
    (aferreira, batman)
  - Fixed a bug in Mojolicious::Static where text files from DATA sections would
    not be UTF-8 encoded. (Grinnz)
* Mon Dec 18 2017 coolo@suse.com
- updated to 7.59
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.59  2017-12-15
  - Moved home and ua attributes from Mojo to Mojolicious.
  - Changed Mojo::IOLoop::Client to only start a thread pool with
    Net::DNS::Native on demand. (Grinnz)
  - Improved subprocess method in Mojo::IOLoop to allow for easier role
    composition.
  - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
* Mon Dec 04 2017 coolo@suse.com
- updated to 7.58
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.58  2017-12-02
  - Added websocket_p method to Mojo::UserAgent.
* Sun Nov 19 2017 coolo@suse.com
- updated to 7.57
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.57  2017-11-18
  - Fixed installation problems with some versions of Perl on Windows.
* Fri Nov 17 2017 coolo@suse.com
- updated to 7.56
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  7.56  2017-11-14
  - Added num check to Mojolicious::Validator.
  - Improved built-in templates with high resolution logos.