Accepting request 393811 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/393811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2016-05-20 05:23:01 +00:00
committed by Git OBS Bridge
parent b94297981f
commit e9a84e4b6f
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu May 5 08:55:47 UTC 2016 - coolo@suse.com
- updated to 2.083
see /usr/share/doc/packages/perl-Config-Model/Changes
2.083 2016-04-20
Functional improvements:
* backend parameters: added auto_delete parameter so
that a config file can be removed when it no longer
contains data
* attributes specified in a model plugin can override
attributes of the base model.
Bug fixes:
* BackendMgr: do not remove links to config files
* Fix ini backend to parse values that contain '='
Doc updates:
* Improved instructions to specify a backend in
Config::Model::BackendMgr doc
* Added instructions to create your own backend in
Config::Model::Backend::Any doc
* updated model creation intro doc
* Mentions Itself generated doc as reference doc
* update CreateModelFromDoc to use cme meta edit
-------------------------------------------------------------------
Mon Apr 4 09:23:53 UTC 2016 - coolo@suse.com