2009-05-29 Dominique Dumont v0.107 (unreleased) * lib/Config/Model/Backend/Augeas.pm (all): Use Log::Log4perl for trace with Data::Read and Data::Write categories 2009-05-28 Dominique Dumont * lib/Config/Model/Backend/Augeas.pm: replaced obsolete config_file parameter with file (Config::Model 0.636) (all): ignore Augeas #comment nodes 2009-03-31 Dominique Dumont v0.106 * t/*.t: fixed tests that broke with Config::Model 0.634 (Fixes Debian bug #521968) 2009-01-28 Dominique Dumont v0.105 * t/augeas*.t: Sometimes the Augeas locale bug workaround also needs LC_ALL=C. 2009-01-27 Dominique Dumont v0.104 * lib/Config/Model/Backend/Augeas.pm (write): Do no create directory to store config files. Creating dir for file is Augeas problem in this backend. 2009-01-25 Dominique Dumont v0.103 * t/augeas_backend.t: Added workaround Augeas locale bug so that tests can be run on amd64 arch. The workaround re-run tests with LANG=C environment 2009-01-19 Dominique Dumont v0.102 * lib/Config/Model/Backend/Augeas.pm: Lots of improvement to deal with sshd_config lenses 2008-11-16 Domi * lib/Config/Model/Backend/Augeas.pm (write): Fixed a bug that prevented to write through Augeas even if read through Augeas was not done. 2008-11-13 Dominique Dumont v0.101 * lib/Config/Model/Backend/Augeas.pm: First version