File: ChangeLog

package info (click to toggle)
libconfig-model-backend-augeas-perl 0.118-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 13
  • sloc: perl: 659; makefile: 2
file content (108 lines) | stat: -rw-r--r-- 3,499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
2014-09-06  Dominique Dumont  <domi.dumont@free.fr> v0.118

    * use empty step arg when call set on a checklist
      (Closes Debian #759965)

2014-06-19  Dominique Dumont  <domi.dumont@free.fr> v0.117

    * experience config attribute is deprecated
     (Closes Debian #750339)

2014-04-03  Dominique Dumont  <domi.dumont@free.fr> v0.116

    * Added missing build require on Test::Differences

2014-04-03  Dominique Dumont  <domi.dumont@free.fr> v0.115

    * tweak test to be compatible with Config::Model < and >= 2.052

2013-05-05  Dominique Dumont  <domi.dumont@free.fr> v0.114

    * removed from test unused 'use' statement that tripped smoke tests

2013-04-20  Dominique Dumont  <domi.dumont@free.fr> v0.113

    * removed Any::Moose in favor of Mouse (depends on Mouse now)
    * Depends on Config::Model 2.034 (HEAD, master)
    * added meta-model snippet so config-model-edit can handle
      Augeas backend

2012-07-09  Dominique Dumont  <domi.dumont@free.fr> v0.112

    * tests: Fixe broken test by changing the way the tests retrieve 
      node's backend manager (from $node->{bmgr} to $node->backend_mgr) 
      Closes Debian #680821

2012-05-24  Dominique Dumont  <domi.dumont@free.fr> v0.111

    * In t/*.t: Change the way Augeas version is tested to cope with 0.10.0
      (Closes Debian #674390)
    + build-depends on version 0.77

2011-09-21  Dominique Dumont  <domi.dumont@free.fr> v0.110

        * Moosified C::M::Backend::Augeas (fixes Debian #642156)
        * Build.PL:
          + require Any::Moose
          * require Config::Model 1.255


2010-12-13  Dominique Dumont  <dominique.dumont@hp.com> v0.109

        * updated tests to work with Config::Model 1.236
          (fix Ubuntu bug #749108)

2010-12-13  Dominique Dumont  <dominique.dumont@hp.com> v0.108

        * updated tests to work with Config::Model 1.207
        * C::M::B::Augeas: synopsis is now a model snippet
        
2009-05-29  Dominique Dumont  <dominique.dumont@hp.com> v0.107

	* lib/Config/Model/Backend/Augeas.pm (all): Use Log::Log4perl for
	trace with Data::Read and Data::Write categories

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

	* 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  <dominique.dumont@hp.com> v0.106

	* t/*.t: fixed tests that broke with Config::Model 0.634
	(Fixes Debian bug #521968)

2009-01-28  Dominique Dumont  <dominique.dumont@hp.com> v0.105

	* t/augeas*.t: Sometimes the Augeas locale bug workaround also
	needs LC_ALL=C.

2009-01-27  Dominique Dumont  <dominique.dumont@hp.com> 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  <domi.dumont@free.fr> 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  <dominique.dumont@hp.com> v0.102

	* lib/Config/Model/Backend/Augeas.pm: Lots of improvement to deal
	with sshd_config lenses

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

	* 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  <dominique.dumont@hp.com> v0.101

	* lib/Config/Model/Backend/Augeas.pm: First version