The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2012-04-14  Dominique Dumont  <domi.dumont@free.fr> 1.229

    + new runtime dependency: Data::Compare, Path::Class
    + new test dependency: File::Copy::Recursive
    * Depends on Config::Model 2.009

    * config-model-edit:
      + new option -plugin-file option. This option can be used to create model
	plugins: small modification of an existing model that can be distributed
	in a separate file or package.
      * removed capacity to read models from systems files if the model
	is not found locally. This behavior does not work well with model
	plugins. This command can no longer read from one dir and write to
	another for the same reason.
      - removed obsolete option (-verbose -debug). These are now replaced
        by the Log::Log4Perl framework
      * replaced '_' by '-' in options names. Old options are still accepted
        but are not documented
    * Itself model: added use_as_upstream_default parameter
    * Itself backend: do not write empty model file

2011-11-29  Dominique Dumont  <domi.dumont@free.fr> 1.228

    * Requires Config::Model >= 1.263
    * Meta model changes:
        * Itself/CommonElement: enable convert for hash indexes. 
        * Itself/Class, added in ini backend a lot of paramaters to
          cope with various conventions:
          + force_lc_* parameters. 
          + write_boolean_as parameter
          + join_list_value parameter
          + store_class_in_hash section_map split_list_value 
        * Itself/CommonElement: max_index can be used in lists
        * Itself/NonWarpableElement:
          + added write_as parameter (for booleans)

2011-09-15  Dominique Dumont  <domi.dumont@free.fr> 1.227

	* MigratedValue.pl: replaced value can be a string, not only a
	uniline
	* CommonElement.pl: added assert and warn_unless parameters 
	  (requires Config::Model 1.258)

2011-09-02  Dominique Dumont  <domi.dumont@free.fr> 1.226

        * WarpableElement.pl: added duplicates parameter
        * Depends on Config::Model 1.252


2011-06-07  Dominique Dumont  <domi.dumont@free.fr> 1.225

        * Itself.pm:  munge pod text embedded in description 
          to avoid spurious pod formatting in model files
        * WarpableElement.pl: allow default_with_init for list (like hash)
        * MigratedValue.pl: updated undef_is doc: use '' to have an empty string
        * CommonElement.pl: warn parameter is a string and not a uniline
	- Class.pl: name_match parameter is deprecated.

2011-04-04 Dominique Dumont  <domi.dumont@free.fr> 1.224

        * Class.pl: added full_dump parameter for YAML and Perl backend

2011-04-01 Dominique Dumont  <domi.dumont@free.fr> 1.223

        * dump and load annotations in pod doc in config class file
        * Class.pl: added copyright, author, license elements
        * Search backend in all @INC directories (useful for dev)
        * Reduced indentation of generated Perl files.
        * NonWarpableElement: added replace_follow parameter 
        * Build depend on Test::Differences
        * Requires Config::Model 1.236

2011-01-20 Dominique Dumont  <domi.dumont@free.fr> 1.222

        * added migrate_keys_from, undef_is parameters 
        * Above require Config::Model 1.230

2011-01-09 Dominique Dumont  <domi.dumont@free.fr> 1.221

	* Remove unwanted test package file (oops)

2011-01-09 Dominique Dumont  <domi.dumont@free.fr> 1.220

	* config-model-edit: use same log4perl config files as config-edit
	* CommonElement: added warn* parameters 
          (require Config::Model 1.228)
        * Fix class deletion issue
        * Adapted model and test to new style of accept specification

2010-10-15 Dominique Dumont  <domi.dumont@free.fr> 1.219

	* removed obsolete push/pop_no_value_check calls 
	* requires Config::Model 1.212

2010-09-16 Dominique Dumont  <domi.dumont@free.fr> 1.218

	* Fixed missing dependencies in Build.PL (Building from hg
	requires Dist::Zilla and Dist-Zilla-Plugins-CJM >= 3.01)

2010-09-14  Dominique Dumont  <domi.dumont@free.fr> 1.217

	* Added allow_keys_matching parameter in ItselfWarpableElement.pl
	(requires Config::Model 1.207)
	* config-model-edit :doc fix
	* Itself.pm: display hash or list cargo type in dot diagram"
	* BackendDetector.pm: Fixed to handle backend names with embedded
	:: (e.g. Debian::Dep5)

2010-08-13  Dominique Dumont  <domi.dumont@free.fr> 1.216

	* Added accept parameter in Itself/Class.pl
	(requires Config::Model 1.206)
	* Build.PL: added dependency on Tk to avoid CPAN smoke test
	failure

2010-04-06  Dominique Dumont  <dominique.dumont@hp.com> 1.215

	* t/itself.t: Fix skip part to avoid failures when X is not
	available.

2010-03-31  Dominique Dumont  <domi.dumont@free.fr> 1.214

	* config-model-edit (): ensure that model modified by loading data
	or YAML is saved later on by the GUI.

2010-03-25  Dominique Dumont  <dominique.dumont@hp.com> 1.213

	* lib/Config/Model/Itself/BackendDetector.pm (): New class derived
	from Config::Model::Value so config-model-edit can detect
	available read/write plugin backend and propose relevant choice
	for 'backend' model specification.

	* Build.PL: Added dedendency on Pod::POM, depends on Config::Model
	1.001

2010-03-17  Dominique Dumont  <domi.dumont@free.fr>

	* lib/Config/Model/models/Itself/CommonElement.pl: add match
	parameter from Config::Model 1.001

2010-03-16  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit (): can use -force_load when loading data or
	yaml data.
	* Build.PL: depends on YAML::Any

2010-02-26  Dominique Dumont  <dominique.dumont@hp.com>  1.212

	* Build.PL: depends on Config::Model 0.643

2010-02-25  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit: added load_yaml option to load model from a
	YAML file.

2010-02-23  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit: added dump_yaml option to dump models as YAML
	file.

2010-02-02  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit: added -dump -dump_type -load options. Non
	options args are now interpreted as model modifications

2010-01-31  Dominique Dumont  <domi.dumont@free.fr>

	* lib/Config/Model/models/Itself/CommonElement.pl: warp out min and max

2009-06-24  Dominique Dumont  <domi.dumont@free.fr> v1.211

	* Build.PL: depend on Config::Model 0.637 and C::M::TkUI 1.210

2009-06-23  Dominique Dumont  <dominique.dumont@hp.com>

	* lib/Config/Model/models/Itself/*.pl: Changed built_in parameter
	to upstream_default and built_in_list to upstream_default_list

2009-05-30  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit: added -save option.

	* lib/Config/Model/models/Itself/Class.pl: Changed config_file
	parameter to file (Req by Config::Model 0.636)

2009-04-20  Dominique Dumont  <dominique.dumont@hp.com> v1.210

	* config-model-edit: Fixed Log::Log4perl default configuration

2009-04-12  Dominique Dumont  <domi.dumont@free.fr>

	* lib/Config/Model/models/Itself/Class.pl: Added auto_create and
	file parameter to read/write spec (Req by Config::Model
	0.635). Parameter allow_empty is deprecated and will be replaced
	by auto_create when you run config-edit-model

2009-04-03  Dominique Dumont  <dominique.dumont@hp.com>

	* config-model-edit: new -dot_diagram option to get a dot file to
	reprensent the structure of the configuration model

	* lib/Config/Model/Iself.pm (get_dot_diagram): New method to draw a
	diagram of the configuration class with "include" and
	usage (e.g. with "config_class_name" parameter).

	* lib/Config/Model/models/Itself/Element.pl: index_type is now
	mandatory for hash types

2009-03-30  Dominique Dumont  <dominique.dumont@hp.com>

	* lib/Config/Model/models/Itself/Element.pl: Added summary model
	parameter (Config::Model 0.635)

2009-03-12  Dominique Dumont  <dominique.dumont@hp.com>

	* lib/Config/Model/models/Itself/CommonElement.pl: 'choice' is
	also available for 'reference' values

2009-03-10  Dominique Dumont  <dominique.dumont@hp.com>  v1.209

	* t/*.t: Backported mkpath calls to File::Path delivered by perl
	5.8.8

2009-02-24  Dominique Dumont  <dominique.dumont@hp.com>

	* lib/Config/Model/models/Itself/WarpableElement.pl: changed
	auto_create in auto_create_keys and auto_create_ids (required by
	Config::Model 0.634)

2009-01-09  Dominique Dumont  <dominique.dumont@hp.com> v1.208

	* lib/Config/Model/models/Itself/Class.pl: Added allow_empty
	parameter. Minor corrections related to Augeas integration.

2008-10-14  Dominique Dumont  <dominique.dumont@hp.com> v1.207

	* lib/Config/Model/models/Itself/CommonElement.pl: Added ordered
	parameter to checklist. Ordered checklist feature is required by
	Ssh model for Ciphers list (see Config::Model::OpenSsh).

	* Build.PL: Extract version from Config/Model/Itself.pm (hence the
	bump to v 1.207) so that the pm file versions matches the .tgz
	distribution version.

2008-09-23  Dominique Dumont  <dominique.dumont@hp.com> v0.206

	* lib/Config/Model/models/Itself/Class.pl: Added seq_with_lens
	parameter for Augeas backend.

2008-08-01  Dominique Dumont  <dominique.dumont@hp.com>

	* lib/Config/Model/models/Itself/Class.pl: Bug fix on Augeas
	parameters

2008-07-25  Dominique Dumont v0.205

	* lib/Config/Model/models/Itself/Class.pl: Fixed specification of
	Augeas parameters

2008-07-25  Dominique Dumont v0.204

	* lib/Config/Model/models/Itself/*.pl: 
	All the changes described below will be handled by the 
	upgrade facility of Config::Model. I.e. to upgrade your 
	configuration model, load your model in config-model-edit, 
	save it, and you're done.
	Changes:
	- Changed auto read and auto write meta-model (needed by 
	  Config::Model 0.624). 
	- autoread autowrite 'syntax' parameter is replaced by 'backend'. 
	- Added auto-read/write 'augeas' backend. 
	- Added migrate_from in Class so that your own model will be able 
	  to smoothly upgrade configuration data (See upgrade doc in 
	  Config::Model::Value)
	- Added use_eval for more complex string computation when the power 
	  of Perl is needed (See Config::Model::ComputedValue documentation)


2008-05-21  Dominique Dumont  v0.203

	* config-model-edit: Fixed bug that prevented testing of the
	configuration editor when starting from scratch.

2008-05-18  Dominique Dumont  v0.202

	* lib/Config/Model/models/Itself/CommonElement.pl: Added support for 
	built in default list for check_list elements

2008-04-21  Dominique Dumont 

	* config-model-edit: Will now always launch Tk interface which has
	a menu to test the configuration editor from the model under edition.
	(some tests still to be written)

2008-04-16  Dominique Dumont 

	* lib/Config/Model/Itself.pm (list_class_element): new method to
	help model debug

2008-04-14  Dominique Dumont 

	* lib/Config/Model/Itself.pm (read_all): Reworked model to fit with
	new cargo arguments.
	* tests: suppress legacy warnings
	
2008-04-03  Dominique Dumont v0.201

	* lib/Config/Model/models/Itself/Element.pl: Fixed element and
	cargo models. 

2008-03-24  Domi  <domi@bilbo.maison>

	* lib/Config/Model/models/Itself/WarpableElement.pl: added
	description for 'replace' element

2008-03-20  Dominique Dumont

	* lib/Config/Model/models/Itself/WarpableElement.pl: removed
	enum_integer type

	* config-model-edit: Clarified where models are read and
	written. 

2008-03-18  Dominique Dumont  v0.102

	* config-model-edit: Now use Config::Model::TkUI instead of
	Config::Model::TkUi

2008-03-16  Domi  <domi@bilbo.maison>

	* lib/Config/Model/Itself.pm (read_all): Skip svn directory when
	reading model files

2008-03-10  Dominique Dumont  

	* lib/Config/Model/Itself.pm (write_all): can now write
	configuration class created with the editor. Each class created
	will be saved in its own file. I.e. configuration class Foo::Bar
	will be saved in Foo/Bar.pl

2008-02-07  Dominique Dumont  

	* config-model-edit: added possibity to use Tk interface.

	* lib/Config/Model/models/Itself/WarpableElement.pl: added
	'replace' parameter

2007-10-16  Dominique Dumont v0.101

	* All: first version