SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Dancer-1.352.100-lp155.1.1.noarch.rpm :

* Thu Feb 09 2023 Tina Müller - updated to 1.3521 see /usr/share/doc/packages/perl-Dancer/Changes 1.3521 2023-02-05 [BUG FIXES] - Fix test failures in t/14_serializer/04_request_xml.t (GH #1239, cromedome, thanks to gregoa & Debian team) 1.3520 2023-01-01 Previous trial releases promoted to stable. [BUG FIXES] - Test failures with HTTP::Message >= 6.44 (GH #1237, thanks to gregoa & Debian team) [ENHANCEMENTS] - Allow send_error from before hooks (GH #1234) - Let `before_error_render` hooks modify token values (GH #1218) 1.3514_04 2022-06-29 22:38:57+01:00 Europe/London (TRIAL RELEASE) 1.3514_03 2020-10-06 22:22:51+01:00 Europe/London (TRIAL RELEASE) 1.3514_02 2020-10-02 21:39:34+01:00 Europe/London (TRIAL RELEASE) 1.3514 2020-06-29 17:38:54+01:00 Europe/London (TRIAL RELEASE)
* Thu Jan 30 2020 - updated to 1.3513 see /usr/share/doc/packages/perl-Dancer/Changes 1.3513 2020-01-29 21:00:41+00:00 Europe/London [BUG FIXES] - Fix test failures since YAML.pm 1.30 (GH #1208) - More test failures with proxy env var set (GH #1204)
* Wed Apr 03 2019 Stephan Kulow - updated to 1.3512 see /usr/share/doc/packages/perl-Dancer/Changes 1.3512 2019-03-31 20:10:08+01:00 Europe/London Promoting previous trial release 1.3511 to stable. 1.3511 2019-03-29 11:16:08+00:00 Europe/London (TRIAL RELEASE) [BUG FIXES] - More session cookie handling fun - avoid causing test failures in dependencies in some cases (e.g. RT #128911 and others) [ENHANCEMENTS] - hold session in SharedData, to avoid reading the session contents every time anything is requested, could be a performance win 1.3510 2019-03-19 14:42:26+00:00 Europe/London Promoting previous trial release 1.3501 to stable. Fix #1204 - more proxy-related test failure fun 1.3501 2019-03-14 19:19:49+00:00 Europe/London (TRIAL RELEASE) [BUG FIXES] Fix \"too late to set cookie\" errors if you access a session within an after hook after using send_file(). 1.3500 2018-10-12 21:31:46+01:00 Europe/London Promoting previous trial releases to stable. 1.3403 2018-10-11 23:41:11+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - request->address now respects behind_proxy - if behind_proxy is set, then request->address looks at HTTP_X_FORWARDED_FOR, so you get the user\'s IP, not the proxy. (PR-1199, bigpresh) - restore ability to use load_settings_from_yaml() without passing YAML parser class (PR-1198, snakpak) - Fixing some spurious cpantesters test failures by subclassing HTTP::Tiny in our tests and disabling proxying for 127.0.0.1 - otherwise smokers with HTTP proxy env vars set fail tests (PR-1197, bigpresh) - Tidied POD for Tutorial (PR-1196, manwar) 1.3402 2018-10-10 11:42:07+01:00 Europe/London (TRIAL RELEASE) 1.3401 2018-10-01 12:49:53+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - Avoid test failures on perls without \'.\' in AATTINC - censor cookie_key in dumps (PR-1193, thefatphil) - spelling fixes in POD from Debian Perl Group, PR-1191 1.3400 2018-06-15 23:08:34+01:00 Europe/London Promoting previous trial releases to stable. 1.3205 2018-06-13 22:59:32+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - require MIME::Types 2.17, as 2.16 has some funny ideas, like responding to a ZIP file with \'application/vnd.easykaraoke.cdgdownload\' - Fix YAML-related test failures if YAML::XS not installed (GH 1184, PR 1189, bigpresh) [BUG FIXES] - Avoid accidental route matches if a previous successful match had left %+ populated (GH 1187, PR 1188, bigpresh, reported by skington) 1.3204 2018-05-23 14:40:33+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - Try to use 127.0.0.11 for listen tests, fall back to 127.0.0.1 on systems that don\'t have 127/8, e.g. FreeBSD (GH 1183, PR 1185, bigpresh) 1.3203 2018-05-20 20:44:30+01:00 Europe/London (TRIAL RELEASE) [DOCUMENTATION] - Add environment var hint to cookbook (PR 1161, castaway) [ENHANCEMENTS] - Make it possible to switch out YAML for YAML::XS for config parsing and serialisation (there was already an attempt at this in place, and it was documented as posisble, but didn\'t work) (PR 1164, 1nickt) - New test method response_redirect_like (PR 1159, 1nickt) - New config option raw_request_body_in_ram, which controls whether the raw request body is available via request->body or not. See Issue #1140 for the problems the previous approach, of getting it from the temp file that HTTP::Body might (or might not) have written it to. - Validate session IDs read from client - GH #1172 - potential security risk if the session provider in use passes the session ID in a way where injection is possible. 1.3301 2016-02-16 [BUG FIXES] - Reverted session ID validation (PR-1155) as it breaks Dancer::Session::Cookie (bigpresh) 1.3300 2016-02-15 [BUG FIXES] - More temp directory handling fixes (Issue #1147) - Avoid request body truncation in hand-assembled requests in tests (PR 1148, skington) - Avoid tests failing when \"localhost\" doesn\'t resolve (PR 1142, gbarco) - Avoid test failures due to race condition in selecting a port to listen on by using 127.0.0.10 instead (more of a hacky workaround than a fix, but should help (bigpresh) - Fix YAML session handler under taint mode (chrisjrob) - Make request->body work again for URL-encoded POST requests - Issue 1140 reported by miyagawa (bigpresh) - Validate session IDs read from cookies before passing to session engine, to protect against any engine that might feed that value straight to a file path for security - Issue 1118 (bigpresh) [DOCUMENTATION] - Better doc for forward_for_address (PR 1146, Relequestual) [ENHANCEMENTS] - Let Dancer::Test::dancer_response() handle supplying multiple params with the same name - Issue 1116 (bigpresh)
* Sun Nov 08 2015 cooloAATTsuse.com- updated to 1.3202 see /usr/share/doc/packages/perl-Dancer/Changes 1.3202 2015-11-07 - Re-releasing 1.3200 again now CPAN perms should be fully sorted. 1.3201 2015-11-07 - Re-releasing 1.3200 now I should have the required permissions. (Can\'t re-upload as 1.3200 even though it wasn\'t indexed due to PAUSE restrictions) 1.3200 2015-11-06 [BUG FIXES] - Fix temporary directory handling in serialiser tests (PR 1133, nanis) [ENHANCEMENTS] - Promoting 1.3144 to stable. Only one odd, rare failure remains on CPAN Testers, which I cannot reproduce. - Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy build hosts (PR 1136, thanks to AATTredbaron) - More efficient handling of large requests - don\'t store the raw request body, but fish it out of the HTTP::Body object\'s temp file if required (PR 1134, David Precious (bigpresh)) [NEW FEATURES] - Allow mixd named params and splats in route definitions (PR 1086, veryrusty) 1.3144 2015-11-04 [ENHANCEMENTS] - Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy build hosts (PR 1136, thanks to AATTredbaron) 1.3143 2015-10-26 - Note: new release manager for Dancer1: David Precious (BIGPRESH) [BUG FIXES] - Fix temporary directory handling in serialiser tests (PR 1133, nanis) [ENHANCEMENTS] - More efficient handling of large requests - don\'t store the raw request body, but fish it out of the HTTP::Body object\'s temp file if required (PR 1134, David Precious (bigpresh)) [NEW FEATURES] - Allow mixd named params and splats in route definitions (PR 1086, veryrusty)
* Sun Sep 20 2015 cooloAATTsuse.com- updated to 1.3142 see /usr/share/doc/packages/perl-Dancer/Changes 1.3142 2015-09-14 - Promotion to stable release. [ STATISTICS ] - code churn: 1 file changed, 15 insertions(+), 8 deletions(-) 1.3141 2015-09-07 [ BUG FIXES ] - Dancer::Logger::Abstract now always try to convert to the configured charset. (GH#1125, ironcamel) - Fix test that was failing on Windows because of platform-specific directory separators. (GH#1122, nanis) [ STATISTICS ] - code churn: 11 files changed, 52 insertions(+), 37 deletions(-) 1.3140 2015-07-03 - Promote 1.3139 to non-trial release. [ STATISTICS ] - code churn: 1 file changed, 17 insertions(+), 9 deletions(-) 1.3139 2015-06-25 [ BUG FIXES ] - Reverted caching of session, as it can cause problem when the user is using \'session->destroy\' (GH#1120). - Reverted loading config from hash. (GH#1121) [ STATISTICS ] - code churn: 9 files changed, 55 insertions(+), 249 deletions(-) 1.3138 2015-06-12 - Promote 1.3137 to non-trial release. [ STATISTICS ] - code churn: 1 file changed, 1796 insertions(+), 1754 deletions(-) 1.3137 2015-06-05 [ BUG FIXES ] - Dancer::Logger->init invocation was using `setting()` instead of `settings()`. (GH#1103, jwittkoski) - Skip utf8 tests on cygwin. (GH#1046, mokko) - Dancer::Session::YAML now refuse cookies that aren\'t alphanumerical. (yanick) [ ENHANCEMENTS ] - Provide a way to load settings directly from hash. (GH#1113, fgabolde) - Remove \'auto-reload\' feature. (GH#1058, alambike) - Add methods to interact with TT\'s wrappers. (GH#1034, David Zurborg) [ STATISTICS ] - code churn: 13 files changed, 277 insertions(+), 212 deletions(-) 1.3136 2015-05-24 [ DOCUMENTATION ] - Remove mention of format \'with_id\' from Dancer::Logger::Abstract. (GH#112, Fabrice Gabolde) [ ENHANCEMENTS ] - Cache sessions such that they are only retrieved once per request. (GH#1105, GH#992, Yanick Champoux) [ STATISTICS ] - code churn: 7 files changed, 119 insertions(+), 16 deletions(-)
* Thu Apr 23 2015 cooloAATTsuse.com- updated to 1.3135 see /usr/share/doc/packages/perl-Dancer/Changes 1.3135 2015-04-22 [DOCUMENTATION] - Document how to work with Dist::Zilla and the \'devel\' branch. [ENHANCEMENTS] - Deprecate \'auto_reload\' and document alternatives. (GH#1106, isync) - Change YAML tests to be in line with new specs. (GH#1108, Slaven Rezić) [STATISTICS] - code churn: 12 files changed, 150 insertions(+), 50 deletions(-)
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 1.3134 see /usr/share/doc/packages/perl-Dancer/Changes
* Mon Jun 10 2013 cooloAATTsuse.com- updated to 1.3115, see CHANGES (huge amount of it)
* Thu May 31 2012 cooloAATTsuse.com- updated to 1.3095 [ BUG FIXES ]
* Small fix to skip tests when YAML is not available. (Sawyer X) [ ENHANCEMENTS ]
* Added \'info\' log level for messages that should always go to the logs but aren\'t really debug, warning or error messages (Ovid) [ BUG FIXES ]
* GH #763: Fix exceptions in ajax routes clobbering layout (ilmari)
* GH #748 & GH 647: Don\'t force override environment from PLACK_ENV (jwittkoski)
* GH #762: fix param parsing lacking limit on split (leejo)
* GH #758: Fix Dancer::Test: make sure the request is properly converted to a response. (Ovid)
* GH #729: Fix dancer exception composition, and message pattern application (Damien Krotkine)
* GH #752: Exceptions raised in hooks were not propagated back to the route code, but instead canceleld and replaced by a Dancer halt exception. That was wrong. Now it is fixed, exceptions raised in hooks can be properly caught in route code. (Damien Krotkine)
* Be more flexible in single vs. mutliple values in key hiding. (Sam Kington)
* Use isa() for checking relationships instead of ref() in Dancer::Test. (Ovid) [ ENHANCEMENTS ]
* Added \'strict_config\' option to have the config return an object instead of a hashref. (Ovid)
* GH #708: Added support for query strings in dancer_request (Jacob Rideout)
* It\'s possible for the user to set the environments directory using a new environment variable (DANCER_ENVDIR) or using `set envdir => $path`
* Sort hash keys when serializing references in log messages (Ovid). [ DOCUMENTATION ]
* Explain in POD that if there are multiple fields with the same name, params(\'fieldname\') returns an arrayref of them (alexrj).
* GH #750: Fix in Dancer::Deployment: appdir needs to be set before calling load_app (Paul Johnson)
* Update \'before\' hook document (David Cantrell).
* Wed Dec 14 2011 pascal.bleserAATTopensuse.org- update to 1.3090:
* GH #685: set VERSION for Dancer::Plugin::Ajax
* GH #698: document further TT init options
* fix bug that made system() fail with -1 under Dancer
* support for \'content_type\' option on send_file when sending a system wide file
* support HTTP_X_FORWARDED_HOST in behing proxy
* deserialize PATCH requests
* encode log messages properly if charset UTF-8 is set
* continuations-style exception system!
* the ability for dancer_response to send file contents for file uploads as a scalar, instead of reading from file on disk
 
ICM