Accepting request 447133 from devel:languages:perl:autoupdate

- updated to 5.90114
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90114 - 2016-12-19
    - Fixed regression introduced in the last version (5.90113) which caused 
      application to hang when the action private name contained a string
      like 'foo/bar..html'.  If you are running 5.90113 you should consider this
      a required update.
    - Tweaked travis CI script.

- updated to 5.90113
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90113 - 2016-12-15
    - Fixed issue with $controller->action_for when targeting an action in
      a namespace nested inside the current controller and the current controller
      is a 'root' controller.
    - Enhanced $controller->action_for so that you can reference the 'parent'
      controller via relative path (eg ->action_for('../foo')).
    - Backcompat fix for people that made the mistake of doing $c->{stash}
    - Sort controllers in setup_actions so cross-controller precedence is
      consistent.

OBS-URL: https://build.opensuse.org/request/show/447133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=26
This commit is contained in:
Stephan Kulow
2016-12-21 07:52:14 +00:00
committed by Git OBS Bridge
parent a62914dfed
commit dc43dfccca
5 changed files with 33 additions and 17 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 20 06:08:40 UTC 2016 - coolo@suse.com
- updated to 5.90114
see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
5.90114 - 2016-12-19
- Fixed regression introduced in the last version (5.90113) which caused
application to hang when the action private name contained a string
like 'foo/bar..html'. If you are running 5.90113 you should consider this
a required update.
- Tweaked travis CI script.
-------------------------------------------------------------------
Fri Dec 16 06:08:25 UTC 2016 - coolo@suse.com
- updated to 5.90113
see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
5.90113 - 2016-12-15
- Fixed issue with $controller->action_for when targeting an action in
a namespace nested inside the current controller and the current controller
is a 'root' controller.
- Enhanced $controller->action_for so that you can reference the 'parent'
controller via relative path (eg ->action_for('../foo')).
- Backcompat fix for people that made the mistake of doing $c->{stash}
- Sort controllers in setup_actions so cross-controller precedence is
consistent.
-------------------------------------------------------------------
Tue Jul 26 05:06:52 UTC 2016 - coolo@suse.com