Next | Query returned 154 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2017-10-17 12:25:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Mojolicious: update to 7.47.

7.47  2017-10-05
  - Added multipart content generator to Mojo::UserAgent::Transactor.
  - Fixed a bug in Mojo::File where parts of a path could get accidentally
    upgraded from bytes to characters.
   2017-09-27 18:01:43 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Mojolicious: update to 7.46.

7.46  2017-09-12
  - Fixed support for versions of IO::Socket::SSL older than 1.965 again.

7.45  2017-09-06
  - Fixed support for versions of IO::Socket::SSL older than 1.965. (mudler,
    foursixnine, genio, sri)

7.44  2017-09-02
  - Reverted a previous change to Mojo::Loader that allowed for load_class to be
    called on the same class multiple times, since it had very bad side effects.
  - Improved Mojo::IOLoop::TLS to use a little less memory.
  - Fixed a bug where Mojolicious controllers like \ 
"MyApp::Controller::Foo::Bar"
    would disappear if loading the controller "MyApp::Controller::Foo" was
    attempted but failed.

7.43  2017-08-18
  - Improved Mojo::Base role support with the ability to rebless objects.

7.42  2017-08-17
  - Improved Mojo::Base role support with shorthands.
      MyClass->with_roles('MyClass::Role::Foo')
    becomes
      MyClass->with_roles('+Foo')

7.41  2017-08-15
  - Added with_roles method to Mojo::ByteStream, Mojo::Collection, Mojo::DOM and
    Mojo::File.

7.40  2017-08-14
  - Added support for Role::Tiny extensions to all classes based on Mojo::Base.
    (dotan)
  - Added with_roles method to Mojo::Base. (dotan)
  - Added the guide Mojolicious::Guides::Testing. (scottw)
  - Replaced systemd detection in Mojo::Log with the MOJO_LOG_SHORT environment
    variable, since there is no reliable way to detect systemd.

7.39  2017-08-03
  - Removed experimental close_idle_connections method from
    Mojo::Server::Daemon.
  - Increased default graceful_timeout from 60 to 120 seconds in
    Mojo::Server::Prefork.
  - Improve Mojo::Server::Daemon to log request errors.
  - Fixed a bug where Mojo::Server::Daemon would close connections too quickly
    and interrupt requests.

7.38  2017-07-30
  - Added extra attribute to Mojolicious::Static. (jabberwok)
  - Improve Mojo::URL performance significantly.
  - Fixed memory leak in Mojo::URL that was caused by a Perl 5.24 bug.

7.37  2017-07-21
  - Added slugify method to Mojo::ByteStream. (Grinnz)
  - Added slugify function to Mojo::Util. (Grinnz)
  - Fixed bugs in Mojo::IOLoop and Mojo::Reactor::Poll that would prevent a
    reset from clearing events.

7.36  2017-07-09
  - Fixed basename method in Mojo::File to work with relative paths. (jberger)
  - Fixed a bug where Mojo::Log could not correctly identify if it was deployed
    with systemd.
  - Fixed Mojo::HelloWorld to actually be a Mojolicious subclass.

7.35  2017-07-05
  - Removed deprecated watch attribute from Mojo::Server::Morbo.
  - Added spare attribute to Mojo::Server::Prefork.
  - Added -s option to prefork command.
  - Added fd option to Mojo::IOLoop::Server::listen.
  - Added fd parameter to Mojo::Server::Daemon::listen.
  - Added spare setting to Hypnotoad.
  - Increased default graceful_timeout from 20 to 60 seconds and
    heartbeat_timeout from 20 to 30 seconds in Mojo::Server::Prefork.

7.34  2017-07-02
  - Added short attribute to Mojo::Log.
  - Improved Mojo::Log to print log messages without timestamps to STDERR when
    deployed with systemd.
  - Improved Mojo::DOM performance slightly.
   2017-06-14 15:24:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Mojolicious to 7.33.

7.33  2017-06-05
  - Added EXPERIMENTAL support for :matches pseudo-class and :not pseudo-class
    with compount selectors to Mojo::DOM::CSS.
  - Fixed a few form element value extraction bugs in Mojo::DOM.
  - Fixed version command to use the new MetaCPAN API, since the old one got
    shut down.

7.32  2017-05-28
  - Added -f option to get command.
  - Improved get command with support for passing request data by redirecting
    STDIN.
  - Fixed memory leak in Mojo::IOLoop::Client that sometimes prevented the
    connect timeout from working correctly for TLS handshakes.
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2017-04-27 14:44:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Mojolicious to 7.31.

7.31  2017-04-23
  - Removed deprecated files, slurp and spurt functions from Mojo::Util.
  - Removed deprecated parts attribute from Mojo::Home.
  - Removed deprecated slurp and spurt methods from Mojo::ByteStream.
  - Removed deprecated lib_dir, list_files, parse and rel_dir methods from
    Mojo::Home.
  - Removed deprecated rel_dir method from Mojolicious::Command.
  - Removed deprecated is_status_class method from Mojo::Message::Response.
  - Fixed a bug in the app generator command where the config file name was not
    based on the application moniker.
   2017-04-19 15:49:09 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Mojolicious to 7.30.

7.30  2017-04-04
  - Deprecated Mojo::Server::Morbo::watch in favor of
    Mojo::Server::Morbo::Backend::Poll::watch. (marcus)
  - Added support for pluggable Morbo backends. (marcus)
  - Added Mojo::Server::Morbo::Backend and Mojo::Server::Morbo::Backend::Poll
    modules. (marcus)
  - Added backend attribute to Mojo::Server::Morbo. (marcus)
  - Added -b option to Morbo. (marcus)
   2017-04-05 17:24:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Mojolicious to 7.29.

7.29  2017-03-12
  - Added support for overriding configuration files in applications tested with
    Test::Mojo.
  - Added html_attr_unescape function to Mojo::Util.
  - Fixed unescaping of HTML5 attribute values in Mojo::DOM::HTML.

7.28  2017-03-07
  - Added copy_to, realpath and sibling methods to Mojo::File.
  - Added dir option to list_tree method in Mojo::File.
  - Improved app generator command to generate a config file.
    (tudorconstantin)

7.27  2017-02-27
  - Added support for UNIX domain sockets. (sri, salva)
  - Improved Mojo::UserAgent to complain about unsupported protocols.
  - Fixed a bug in Mojo::URL where invalid host strings could be generated.
  - Fixed blib handling in Mojo::Home.
   2017-02-19 14:03:29 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Mojolicious to 7.26.

Add a comment that distfiles should be uploaded when updating the package.

7.26  2017-02-15
  - Fixed bug in Mojo::IOLoop::Subprocess where starting multiple subprocesses
    at once could cause expcetions. (jberger)
   2017-02-12 04:16:17 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 7.25

Upstream changes:
7.25  2017-02-09
  - Fixed cleanup bugs in Mojo::IOLoop::Stream.

7.24  2017-02-05
  - Added open method to Mojo::File.
  - Added tempfile function to Mojo::File.
  - Fixed bug in Mojo::Asset::File where the slurp method would not work
    correctly for very large files.
   2017-01-30 02:44:44 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 7.23

Upstream changes:
7.23  2017-01-29
  - Added max_request_size attribute to Mojolicious.
  - Added max_response_size attribute to Mojo::UserAgent.
  - Added to_unsafe_string method to Mojo::URL.
  - Added -S option to get command.
  - Fixed a data corruption problem in Mojo::IOLoop::Stream, caused by a
    dependency of IO::Socket::SSL on the internal representation of strings,
    which differs from IO::Socket::IP. (coolo, sri)

Next | Query returned 154 messages, browsing 31 to 40 | Previous