Accepting request 704113 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/704113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2019-05-23 12:14:40 +00:00
committed by Git OBS Bridge
parent 9e00fa06f9
commit 3ee80918fb
4 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 20 05:04:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.370
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.370 2019-05-19
UI improvements:
* Add "reload from file" button (gh #10)
* File->reload menu button is renamed to "Reload tree" which
is more accurate
Bug fixes:
* Scroll tree widget after a search so the searched item is seen.
* Fix "hide empty value" button: Now empty elements are also
hidden, which is very practical to edit config of application
featuring a gazillion elements like ssh or systemd.
* Show selected element in tree widget after "Reload tree" button.
Misc changes:
* dist.ini: require perl 5.12
* dist.ini: update copyright year
* Require Config::Model 2.134
-------------------------------------------------------------------
Mon Jan 14 06:04:38 UTC 2019 - Stephan Kulow <coolo@suse.com>