2014-01-29 12:37:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 29 10:39:59 UTC 2014 - alarrosa@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 4.70.
|
|
|
|
|
|
2013-07-27 09:12:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 27 09:09:23 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 4.19, complete new code
|
|
|
|
|
|
2011-12-26 12:53:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 26 12:48:22 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.40:
|
|
|
|
|
* added EXPERIMENTAL JSON Pointer support
|
|
|
|
|
* improved inactivity timeouts by allowing them to be disabled
|
|
|
|
|
* improved class detection of inflate command
|
|
|
|
|
* fixed small bug in Mojo::IOLoop::Server that prevented TLS tests from
|
|
|
|
|
running parallel
|
|
|
|
|
* fixed repository to not favor specific editors
|
|
|
|
|
|
|
|
|
|
- changes from 2.39:
|
|
|
|
|
* deprecated all keep_alive_timeout attributes and parameters in favor of
|
|
|
|
|
inactivity_timeout
|
|
|
|
|
* added EXPERIMENTAL error event to Mojo::UserAgent
|
|
|
|
|
* added EXPERIMENTAL local_address attribute to Mojo::UserAgent
|
|
|
|
|
* added EXPERIMENTAL local_address option to Mojo::IOLoop::Client->connect
|
|
|
|
|
* added EXPERIMENTAL close method to Mojo::IOLoop::Stream
|
|
|
|
|
* added "hello.pl" and "fast.pl" to example scripts
|
|
|
|
|
* removed log attribute from Mojo::UserAgent
|
|
|
|
|
* removed MOJO_STATIC_CLASS and MOJO_TEMPLATE_CLASS environment variables
|
|
|
|
|
* fixed Morbo to ignore hidden directories
|
|
|
|
|
* fixed small argument bug in client method of Mojo::IOLoop
|
|
|
|
|
* fixed small memory leak in Mojo::IOLoop::Stream
|
|
|
|
|
* fixed multiple small error reporting bugs in Mojo::UserAgent
|
|
|
|
|
* fixed online tests to not be affected by geographical location
|
|
|
|
|
|
|
|
|
|
- changes from 2.38:
|
|
|
|
|
* changed Mojo::IOLoop->client arguments from ($loop, $stream, $err) to
|
|
|
|
|
($loop, $err, $stream)
|
|
|
|
|
* improved resilience of Mojo::IOLoop::Stream
|
|
|
|
|
* fixed memory leaks caused by named capture groups bug in Perl
|
|
|
|
|
* fixed small cleanup bug in Mojo::Asset::File
|
|
|
|
|
* fixed small multipart bug in Mojo::Message
|
|
|
|
|
* fixed missing status method in Mojo::Headers
|
|
|
|
|
* fixed small Mojo::IOLoop::Stream timeout bug
|
|
|
|
|
|
2011-12-12 06:29:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 12 06:27:30 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.37:
|
|
|
|
|
* removed cleanup_interval attribute from Mojo::IOLoop
|
|
|
|
|
* deprecated Mojo::IOLoop->timeout in favor of Mojo::IOLoop::Stream->timeout
|
|
|
|
|
* added EXPERIMENTAL timeout event to Mojo::IOLoop::Stream
|
|
|
|
|
* added EXPERIMENTAL timeout attribute to Mojo::IOLoop::Stream
|
|
|
|
|
* changed default keep alive timeout of Mojo::UserAgent from 15 to 20 seconds
|
|
|
|
|
* improved unicode tests.
|
|
|
|
|
* fixed inline template double encoding bug
|
|
|
|
|
|
|
|
|
|
- changes from 2.36:
|
|
|
|
|
* changed default heartbeat timeout of Hypnotoad from 5 to 10 seconds
|
|
|
|
|
* fixed default keep alive timeout of Hypnotoad
|
|
|
|
|
|
2011-12-03 23:16:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 03 23:21:08 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.35:
|
|
|
|
|
* added EXPERIMENTAL etag method to Mojo::Headers
|
|
|
|
|
* fixed one-byte payload bug in Mojo::Transaction::WebSocket
|
|
|
|
|
* fixed body event in Mojo::Content to work more reliably in CGI environments
|
|
|
|
|
* fixed small portability issue in loader test
|
|
|
|
|
|
2011-11-30 22:37:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 30 22:40:57 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.34:
|
|
|
|
|
* added "websocket.pl" to example scripts
|
|
|
|
|
* fixed small bugs in example scripts
|
|
|
|
|
|
|
|
|
|
- changes from 2.33:
|
|
|
|
|
* improved Mojo::EventEmitter performance slightly
|
|
|
|
|
* fixed a few small inline template issues
|
|
|
|
|
* fixed small WebSocket handshake bug
|
|
|
|
|
|
|
|
|
|
- changes from 2.32:
|
|
|
|
|
* added EXPERIMENTAL error event to Mojo::IOWatcher
|
|
|
|
|
* updated jQuery to version 1.7.1
|
|
|
|
|
* improved Mojo::IOLoop performance by changing the default cleanup interval
|
|
|
|
|
from 0 to 0.025 seconds
|
|
|
|
|
|
2011-11-21 23:05:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-20 17:08:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-18 23:27:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-11 00:29:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-09 07:44:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-06 22:35:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-03 23:42:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-03 08:48:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-01 09:51:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-10-31 13:04:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-10-30 09:26:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-10-30 09:24:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 30 08:50:34 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.15
|
|
|
|
|
|
2011-06-14 23:14:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-06-09 20:57:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-06-04 23:31:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-05-22 21:36:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-05-17 23:35:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-05-08 20:30:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-05-02 20:47:33 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-05-06 07:01:19 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-05-02 20:47:33 +00:00
|
|
|
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
|
|
|
|
|
|
2011-04-28 16:31:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-04-20 06:24:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-04-16 00:34:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-03-17 19:49:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-03-14 22:06:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-03-11 00:47:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-02-18 22:40:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 18 22:38:47 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial version (1.11)
|
|
|
|
|
|