pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Mojolicious
Module Name: pkgsrc
Committed By: mspo
Date: Thu Oct 27 01:28:24 UTC 2011
Modified Files:
pkgsrc/www/p5-Mojolicious: Makefile distinfo
Log Message:
2.11 2011-10-26 00:00:00
- Improved Mojo::IOLoop::Stream to only emit close events once.
- Improved documentation.
2.10 2011-10-25 00:00:00
- Added EXPERIMENTAL send_frame method to
Mojo::Transaction::WebSocket.
- Added EXPERIMENTAL frame event to Mojo::Transaction::WebSocket.
- Changed syntax for binary messages in Mojo::Transaction::WebSocket.
[$bytes] becomes [binary => $bytes]
- Improved documentation.
- Improved tests.
2.09 2011-10-23 00:00:00
- Fixed small environment cleanup bug in Mojo::IOLoop::Server.
2.08 2011-10-23 00:00:00
- Fixed a few more small test bugs.
2.07 2011-10-23 00:00:00
- Improved documentation.
- Fixed a few small test bugs.
2.06 2011-10-23 00:00:00
- Improved documentation.
2.05 2011-10-22 00:00:00
- Added EXPERIMENTAL max_memory_size attribute to
Mojo::Asset::Memory.
- Added EXPERIMENTAL is_file method to Mojo::Asset and
Mojo::Asset::File.
- Improved start_tls method in Mojo::IOLoop by allowing it to accept
more options.
- Improved MOJO_MAX_MEMORY_SIZE handling by moving it from
Mojo::Content::Single to Mojo::Asset::Memory.
- Improved documentation.
- Fixed HTTPS proxy bug in Mojo::UserAgent.
2.04 2011-10-21 00:00:00
- Improved documentation.
- Fixed small HTTP response parser bug.
- Fixed Windows portability issue in "upload_lite_app.t".
2.03 2011-10-20 00:00:00
- Deprecated all is_done methods in favor of is_finished.
- Renamed done event in Mojo::IOLoop::Trigger to finish.
- Added EXPERIMENTAL support for new HTTP status codes from
draft-nottingham-http-new-status.
- Improved documentation.
- Fixed small bug in "upload_lite_app.t".
2.02 2011-10-20 00:00:00
- Merged request and upgrade events in Mojo::Transaction::HTTP.
- Improved Mojolicious::Controller attribute default values.
- Improved documentation.
2.01 2011-10-19 00:00:00
- Added EXPERIMENTAL upgrade event to Mojo::Content::Single.
- Added EXPERIMENTAL part event to Mojo::Content::MultiPart.
- Improved documentation.
- Fixed arguments of upgrade event in Mojo::Transaction::HTTP.
- Fixed small WebSocket upgrade bug in Mojo::Server::Daemon.
2.0 2011-10-17 00:00:00
- Code name "Leaf Fluttering In Wind", this is a major release.
- Increased Perl version requirement to 5.10.1.
- Renamed Mojo::IOLoop::EventEmitter to Mojo::EventEmitter.
- Replaced one_tick method in Mojo::IOWatcher with start and stop
methods.
- Added EXPERIMENTAL contains method to Mojo::Path.
- Added EXPERIMENTAL auto_upgrade attribute to Mojo::Content::Single.
- Added EXPERIMENTAL boundary method to Mojo::Content.
- Added EXPERIMENTAL slice method to Mojo::Collection.
- Added EXPERIMENTAL build and parse methods to
Mojo::IOLoop::Resolver.
- Updated WebSocket implementation to ietf-17.
- Improved many modules to use events instead of callbacks.
- Improved message parser performance slightly.
- Improved Mojo::IOLoop to die if started twice.
- Improved setuidgid in Mojo::Server::Daemon.
- Improved Mojo::IOWatcher backend detection.
- Improved Mojo::IOLoop::Stream to handle unexpected connection close
more gracefully.
- Improved documentation.
- Improved tests.
- Fixed many portability issues.
- Fixed on_finish callback to work consistently with all servers.
- Fixed on_finish callback to work consistently with the user agent.
- Fixed big memory and file descriptor leak in the TLS code of
Mojo::IOLoop::Server.
- Fixed small memory leak in Mojolicious.
- Fixed small memory leak in Mojo::DOM.
- Fixed small memory leak in Mojo::Message.
- Fixed small boundary bug in Mojo::Content::MultiPart.
- Fixed small formatting bug in Mojo::Headers.
- Fixed small proxy message generation bug.
- Fixed small detection bug in Mojolicious::Types.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Mojolicious/Makefile \
pkgsrc/www/p5-Mojolicious/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index