8
0

Accepting request 436628 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/436628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=37
This commit is contained in:
Stephan Kulow
2016-10-22 13:21:04 +00:00
committed by Git OBS Bridge
parent e4121ebe9a
commit c6894c639b
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 21 05:32:47 UTC 2016 - coolo@suse.com
- updated to 0.40067
see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
0.40067 Wed Oct 19, 2016
Fixed Text validation checking, to allow deflations and transformations
to be applied first.
change order of processing 'input_without_param' and 'use_fields_for_input_without_param'
fixes problem with not using default for select field
fix for deflation of undef value, from ether's pull request 122
switch from JSON.pm to JSON::MaybeXS
use coercion on 'options' instead of duplicate code in _load_options
use [PkgVersion]
fix bug in TextCSV field caused by setting error for multiple values in Text field
-------------------------------------------------------------------
Tue Jul 19 05:20:50 UTC 2016 - coolo@suse.com