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

371 lines
15 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Nov 21 22:58:45 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.31:
* improved stacktraces by making them a lot simpler
* improved tests
-------------------------------------------------------------------
Sun Nov 20 17:10:16 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.30:
* deprecated Mojo::IOLoop->on_lock in favor of Mojo::IOLoop->lock
* deprecated Mojo::IOLoop->on_unlock in favor of Mojo::IOLoop->unlock
- changes from 2.29:
* deprecated Mojolicious->on_process in favor of around_dispatch hook
* added EXPERIMENTAL emit_chain method to Mojolicious::Plugins
* added EXPERIMENTAL around_dispatch hook
* fixed small bug in boundary and charset methods of Mojo::Content
-------------------------------------------------------------------
Fri Nov 18 23:28:45 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.28:
* fixed small IPv6 portabilty issue in Mojo::IOLoop::Client
- changes from 2.27:
* deprecated Mojo::IOLoop->connect in favor of Mojo::IOLoop->client
* deprecated Mojo::IOLoop->listen in favor of Mojo::IOLoop->server
* deprecated Mojo::IOLoop->connection_timeout in favor of
Mojo::IOLoop->timeout
* deprecated Mojo::IOLoop->write in favor of Mojo::IOLoop::Stream->write
* deprecated Mojo::IOLoop->connect_timeout in favor of timeout argument
* deprecated on_* methods in Mojo::IOLoop
* removed Mojo::IOLoop::Resolver
* added EXPERIMENTAL connect_timeout attribute to Mojo::UserAgent
* added EXPERIMENTAL is_readable method to Mojo::IOLoop::Stream
* added EXPERIMENTAL charset method to Mojo::Content
* added EXPERIMENTAL write event to Mojo::IOLoop::Stream
* added EXPERIMENTAL connection event to Mojo::Transaction
* improved CSS of some built-in templates
* fixed many small memory leaks
* fixed multiple drain callback bugs
* fixed small attribute selector bug in Mojo::DOM::CSS
-------------------------------------------------------------------
Fri Nov 11 00:24:42 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.26:
* added EXPERIMENTAL upgrade event to Mojo::Asset::Memory
* added EXPERIMENTAL upgrade event to Mojo::Transaction::HTTP
* added EXPERIMENTAL auto_upgrade attribute to Mojo::Asset::Memory
* improved Mojo::Content::Single and Mojo::Content::MultiPart parsers to
reuse events
* fixed small route caching bug
-------------------------------------------------------------------
Wed Nov 09 07:46:02 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.25:
* removed canonicalize method from Mojo::URL
* fixed URL without scheme handling in Mojo::URL
* fixed a few small bugs in Mojo::URL
-------------------------------------------------------------------
Sun Nov 06 22:36:08 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.24:
* added EXPERIMENTAL canonicalize method to Mojo::URL
* fixed small path canonicalization bug in Mojo::URL
* fixed small trailing slash bug in Mojo::Path
- changes from 2.23:
* changed semantics of get_line function in Mojo::Util
* removed experimental status from Mojo::Util
* updated jQuery to version 1.7
* improved empty path element handling in Mojo::URL
* fixed empty path element bug in Mojo::Path
-------------------------------------------------------------------
Thu Nov 03 23:41:44 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.22:
* added EXPERIMENTAL --verbose flag to routes command
* fixed a few attribute without value selector bugs in Mojo::DOM::CSS
* fixed template inheritance bug in Mojolicious::Renderer
-------------------------------------------------------------------
Thu Nov 03 08:48:36 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.21:
* removed profile helper
* removed CSS4 selector subject support from Mojo::DOM::CSS until we actually
know the exact semantics
* improved Mojo::ByteStream to generate most Mojo::Util based methods
automatically
* fixed route pattern bug
-------------------------------------------------------------------
Tue Nov 01 09:52:06 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.20:
* changed semantics of almost all functions in Mojo::Util
* documentation improvements
-------------------------------------------------------------------
Mon Oct 31 13:04:47 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.19:
* deprecated Mojolicious::Plugins->add_hook in favor of
Mojolicious::Plugins->on
* deprecated Mojolicious::Plugins->run_hook in favor of
Mojolicious::Plugins->emit_hook
* deprecated Mojolicious::Plugins->run_hook_reverse in favor of
Mojolicious::Plugins->emit_hook_reverse
* improved documentation
* improved tests
- changes from 2.18:
* fixed small rendering bug
-------------------------------------------------------------------
Sun Oct 30 09:27:38 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.17:
* removed experimental status from Mojo::EventEmitter
* merged unsubscribe and unsubscribe_all methods in Mojo::EventEmitter
-------------------------------------------------------------------
Sun Oct 30 08:50:34 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.15
-------------------------------------------------------------------
Tue Jun 14 23:09:45 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.43:
* improved after_dispatch hook by allowing it to change session data
* fixed a bug in Mojo::Template that caused template blocks to be auto
escaped
-------------------------------------------------------------------
Thu Jun 09 20:52:05 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.42:
* added EXPERIMENTAL support for unquoted wildcard placeholders in
Mojolicious::Routes::Pattern
* added EXPERIMENTAL status code support to rendred method in
Mojolicious::Controller
* updated WebSocket implementation to ietf-08
* improved layout tests
* improved documentation
* fixed a bug that prevented Mojo::Base subclasses from using the "-base"
flag
* fixed a few small default status code bugs
* fixed route suggestion bug in "not_found.development.html.ep"
* fixed typos
-------------------------------------------------------------------
Sat Jun 04 23:26:06 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.41:
* fixed param list bug in Mojolicious::Controller
* fixed overload bug in Mojo::DOM
- changes from 1.4:
* deprecated Mojo::DOM add_after method in favor of the append method
* deprecated Mojo::DOM add_before method in favor of the prepend method
* deprecated all methods containing the word "inner" in favor of ones
containing the word "content"
* added EXPERIMENTAL direct hash access for attributes and child element
accessor support to Mojo::DOM
* added EXPERIMENTAL support for collections to children method and element
accessors in Mojo::DOM
* added EXPERIMENTAL to_xml method to Mojo::DOM collections
* added EXPERIMENTAL eval command
* added EXPERIMENTAL load_app method to Mojo::Server
* added append_content and prepend_content methods to Mojo::DOM
* added HTTP method support to routes command
* improved long poll support
* improved documentation
* improved compatibility with Feersum PSGI web servers
* switched from Storable to JSON serialization for Mojolicious sessions to
increase efficiency
* reduced memory usage of Hypnotoad workers by at least 1MB (each)
* fixed a small Mojo::Loader bug
* fixed small Windows line ending problem in Mojo::Command
* fixed a UTF-8 bug in Mojo::Exception
* fixed "Can't locate object method x via package y" error messages
* fixed woff MIME type
-------------------------------------------------------------------
Sun May 22 21:31:41 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.34:
* fixed nested selector bug in Mojo::DOM
* fixed small Mojo::DOM HTML5 bug
- changes from 1.33:
* added EXPERIMENTAL helper function to Mojolicious::Lite
* updated jQuery to version 1.6.1
* improved Mojo::JSON string escaping to make JSONP easier
* improved reloader slightly
* moved all bundled templates to "lib/Mojolicious/templates"
* fixed reserved GET/POST param handling in Mojolicious::Controller
* fixed small XML semantics bug in Mojo::DOM
* fixed all blocking server bindings to default to a 404 status code
-------------------------------------------------------------------
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)