9
0
Files
perl-Mojolicious/perl-Mojolicious.changes

164 lines
6.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue May 17 23:32:10 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.32:
* updated IO::Socket::SSL requirement to 1.43 due to bugs in older versions
* improved reloading slightly by allowing it to clean up the main namespace
* fixed enabling of Perl 5.10 features in Mojo::Base and Mojolicious::Lite
* fixed render_later to prevent delayed rendering warning
-------------------------------------------------------------------
Sun May 08 20:26:33 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.31:
* reverted deprecation of Perl 5.8.x support, by popular demand
* added FAQ entry to clarify the Perl 5.8.x situation
* improved documentation
* fixed case sensitivity of Mojo::DOM in XML mode
* fixed pseudo class case handling in Mojo::DOM
-------------------------------------------------------------------
Fri May 06 06:57:25 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.3:
* deprecated Perl 5.8.x support.
* deprecated Mojolicious::Renderer get_inline_template method in favor of the
get_data_template method
* added EXPERIMENTAL before_render hook.
* added EXPERIMENTAL hook function to Mojolicious::Lite
* added workaround for uWSGI bug
* improved Mojo::Template and Mojolicious::Routes exception handling
* improved debug log messages for template rendering
* updated Mojo::Base and Mojolicious::Lite to enable Perl 5.10 features if
available
* updated jQuery to version 1.6
* fixed PSGI read error handling
* fixed 64bit WebSocket message bug
-------------------------------------------------------------------
Mon May 02 20:38:51 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.22:
* deprecated Mojo::IOLoop on_tick method in favor of the recurring method
* deprecated Mojo::IOLoop on_hup method in favor of the on_close method
* deprecated on_build_tx methods in favor of on_transaction methods
* deprecated on_handler methods in favor of on_request methods
* updated WebSocket implementation to ietf-07
* renamed on_idle method in Mojo::IOLoop to idle
* reduced memory requirements of cached templates by up to 50%
* fixed controller specific render_exception and render_not_found methods
* fixed Mojo::JSON string size limit
* fixed small memory leak
* fixed small stack localization bug
* fixed small tag helper escaping bug
-------------------------------------------------------------------
Thu Apr 28 15:22:30 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.21:
* improved temporary file handling to avoid a very unlikely race condition
* fixed "multipart/form-data" generation bug in Mojo::UserAgent
- changes from 1.20:
* improved size limit handling
-------------------------------------------------------------------
Wed Apr 20 06:20:38 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.19:
* fixed size limits in message parser
- changes from 1.18:
* added support for "X-Forwarded-HTTPS" and "X-Forwarded-Host" headers
* added argument localization to the include helper
* improved documentation
- changes from 1.17:
* deprecated Mojolicious process method in favor of the on_process attribute
* added Failraptor
* added support for MOJO_CERT_FILE and MOJO_KEY_FILE environment variables
* added EXPERIMENTAL xml attribute to Mojo::DOM
* added EXPERIMENTAL build_url method to Test::Mojo
* added EXPERIMENTAL dnt (Do Not Track) method to Mojo::Headers
* added WOFF mime type
* updated WebSocket implementation to ietf-06
* updated jQuery to version 1.5.2
* improved HTML healing capabilities of Mojo::DOM
* improved Mojo::DOM to ignore useless end tags
* improved Mojo::DOM inline DTD support
* improved Mojo::DOM text extraction
* improved Mojolicious::Plugin::I18n default lexicon handling
* improved a Mojo::IOLoop workaround
* moved all bundled static files to "lib/Mojolicious/public"
* fixed small CGI/FastCGI header generation bug
* fixed readonly handle support in Mojo::IOLoop
* fixed a Mojo::IOLoop resolver bug
* fixed small Mojo::Asset::File bug
* fixed small Mojo::DOM selector bug
* fixed small Mojo::DOM namespace detection bug
* fixed small route pattern escaping bug
* fixed small reload bug
* fixed small perldoc browser bug
* fixed cookbook recipe
-------------------------------------------------------------------
Sat Apr 16 00:31:13 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.16:
* emergency release for a critical security issue that can expose files on
your system, everybody should update!
- changes from 1.15:
* changed default log level in "production" mode from "error" to "info"
* improved lookup method in Mojo::IOLoop
* fixed a serious Mojo::DOM bug
-------------------------------------------------------------------
Thu Mar 17 19:46:06 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.14:
* added support for multiple dns servers to Mojo::IOLoop
* added config helper to Mojolicious::Plugin::Config
* changed resolv.conf parser in Mojo::IOLoop to use the first nameserver
* changed lookup method in Mojo::IOLoop to pick records randomly
* fixed small optional tag bugs in Mojo::DOM
* fixed JavaScript/CSS bug in Mojo::DOM
-------------------------------------------------------------------
Mon Mar 14 22:04:26 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.13:
* deprecated Mojo::Client in favor of the much sleeker Mojo::UserAgent
* made the most common Mojo::IOLoop methods easier to access for the
singleton instance
-------------------------------------------------------------------
Fri Mar 11 00:41:46 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.12:
* relicensed all artwork to CC-SA, so the whole distribution can be
considered "open" again
* deprecated MOJO_JSON_CONFIG environment variable in favor of MOJO_CONFIG
* added EXPERIMENTAL support for IPv6
* added more Perl-ish configuration plugin
* added drain callback support for WebSockets
* added line numbers to Mojo::JSON error messages
* removed experimental status from hypnotoad and Mojolicious::Plugin::TagHelpers
* removed experimental status from many attributes and methods all over
Mojolicious
* improved attribute support of the select_field tag helper
* improved text_field tag helper
* improved tag helper attribute escaping
* improved attrs method in Mojo::DOM
* updated to jQuery to version 1.5.1
* fixed XSS issue in link_to helper
* fixed route unescaping bug
* fixed small Mojo::DOM bug
* fixed small documentation bug
-------------------------------------------------------------------
Fri Feb 18 22:38:47 CET 2011 - pascal.bleser@opensuse.org
- initial version (1.11)