-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
154 lines (96 loc) · 4.91 KB
/
ChangeLog
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
2021-12-29 Dominique Dumont <[email protected]> v0.126
* fix doc related to backend configuration
* fix grammar errors in doc
* fix tests broken by Augeas 1.13.0
* rm dependency on Test::Warn
2018-02-26 Dominique Dumont <[email protected]> v0.125
* fix wiki url
* remove mentions of sourceforge mailing list
* use init_test during tests (require Config::Model::Tester 3.006)
2018-02-26 Dominique Dumont <[email protected]> v0.124
* Handle backend parameter based on Path::Tiny that were
introduced with Config::Model 2.117
* Build.PL: require Config::Model::Itself 2.117
2017-12-30 Dominique Dumont <[email protected]> v0.123
* Build.PL: require Config::Model::Itself 2.116 for tests
* Fix broken tests following deprecation of multi-backends
in Config::Model
2017-10-03 Dominique Dumont <[email protected]> v0.122
* Build.PL: require Config::Model::Itself 2.012 for tests
* Build.PL: remove obsolete dependency on Exception::Class
2017-10-01 Dominique Dumont <[email protected]> v0.121
* changed test backend specification to use rw_config instead of
read_config following the deprecation done in Config::Model 2.111
* Renamed meta model extension to follow the changes done in
Config::Model::Itself 2.012
2017-05-14 Dominique Dumont <[email protected]> v0.120
* tweak test to cope with '.' removal from @INC
2016-08-17 Dominique Dumont <[email protected]> v0.119
* Do not use system Perl to re-run test (RT #116750).
Tx Slaven
2014-09-06 Dominique Dumont <[email protected]> v0.118
* use empty step arg when call set on a checklist
(Closes Debian #759965)
2014-06-19 Dominique Dumont <[email protected]> v0.117
* experience config attribute is deprecated
(Closes Debian #750339)
2014-04-03 Dominique Dumont <[email protected]> v0.116
* Added missing build require on Test::Differences
2014-04-03 Dominique Dumont <[email protected]> v0.115
* tweak test to be compatible with Config::Model < and >= 2.052
2013-05-05 Dominique Dumont <[email protected]> v0.114
* removed from test unused 'use' statement that tripped smoke tests
2013-04-20 Dominique Dumont <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> v0.109
* updated tests to work with Config::Model 1.236
(fix Ubuntu bug #749108)
2010-12-13 Dominique Dumont <[email protected]> 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 <[email protected]> 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 <[email protected]>
* 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 <[email protected]> v0.106
* t/*.t: fixed tests that broke with Config::Model 0.634
(Fixes Debian bug #521968)
2009-01-28 Dominique Dumont <[email protected]> v0.105
* t/augeas*.t: Sometimes the Augeas locale bug workaround also
needs LC_ALL=C.
2009-01-27 Dominique Dumont <[email protected]> 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 <[email protected]> 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 <[email protected]> v0.102
* lib/Config/Model/Backend/Augeas.pm: Lots of improvement to deal
with sshd_config lenses
2008-11-16 Dominique Dumont <[email protected]>
* 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 <[email protected]> v0.101
* lib/Config/Model/Backend/Augeas.pm: First version