forked from rsrchboy/Config-Tiny
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Changelog.ini
349 lines (306 loc) · 10.3 KB
/
Changelog.ini
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
[Module]
Name=Config-Tiny:
Changelog.Creator=Module::Metadata::Changes V 2.12
Changelog.Parser=Config::IniFiles V 3.000003
[V 2.30]
Date=2023-10-12T17:17:08
Comments= <<EOT
- As of V 2.30, this module supports an array syntax for cases where you wish to
assign an array of values to a key.
- See the new POD section called ARRAY SYNTAX.
- See also the updated question in the FAQ: What happens if a key is repeated?
- See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
- In each case, search for the word greetings to find the new code samples.
- This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
EOT
[V 2.29]
Date=2023-04-05T12:53:00
Comments= <<EOT
- Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again.
Thanx to Andrew Daugherity for the patch.
- Update versiojnn # in t/02.main.t.
EOT
[V 2.28]
Date=2022-01-04T15:47:58
Comments= <<EOT
- Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles
with my variables. With thanx.
- Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with
some slight modifications, from Grinnz.
- Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
- Thanx to Grinnz aka Dan Book for the prompting.
EOT
[V 2.27]
Date=2021-09-21T15:48:00
Comments= <<EOT
- Add the option of passing a hashref to the constructor, where it is turned into an
object of the class. See POD under new([$config]) for details.
This patch to the code and POD includes the new test t/08.constructor.t.
The patch was provided by D Hauke, with thanx.
- Move test.conf back into t/, where it was years ago, before someone tried to remove
all uses of File::Spec. But since File::Spec is used often now, there is no point
in keeping test.conf in the root directory of the distro.
EOT
[V 2.26]
Date=2021-02-01T17:11:00
Comments= <<EOT
- Update POD to change RT to github.
- Reformat Makefile.PL.
EOT
[V 2.25]
Date=2021-01-31T20:29:00
Comments= <<EOT
- Merge in clean-up patches from Karen Etheridge, with thanx.
- Add back file t/0. Who deleted it? It is required for t/05.zero.t.
- Update Makefile.PL to switch issue tracker from rt.cpan.org to github.
EOT
[V 2.24]
Date=2019-06-11T15:30:00
Comments= <<EOT
- Delete from caveats in documentation where it used to say:
'Config::Tiny will only recognize the first time an option is set in a config file.'
'Any further attempts to set the same option later in the config file are ignored.'
In reality the code uses the 2nd and subsequent values to overwrite earlier values.
- Make this topic a new FAQ.
- Add corresponding test t/06.repeat.key.t.
- Update POD to clarify trailing comment options.
- Add corresponding test t/07.trailing.comment.t.
- Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide char in print'.
- Move xt/pod.t to xt/author/pod.t.
- Adopt new repo structure. See
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Move require 5.008001 from Tiny.pm into Makefile.PL.
EOT
[V 2.23]
Date=2015-10-14T09:11:00
Comments= <<EOT
- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
version of the code will have to be released.
- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
Many thanx to Gregory Kidrenko for the report and patch.
- Add t/05.zero.t and t/0 to test the new code.
- Reformat the source slightly.
EOT
[V 2.22]
Date=2015-02-17T08:32:00
Comments=- Fix licence info in Makefile.PL to say Perl.
[V 2.21]
Date=2015-02-16T08:59:00
Comments= <<EOT
- Patch Makefile.PL to refer to the current repo, which is on github, and not the original one,
which is on Adam's web site. See RT#102125.
- Remove Build.PL because Karen Etheridge tells me Module::Build is no longer in core.
See RT#102126.
- Edit line lengths in this file to a max of 100 chars.
- Edit line lengths in the docs the same way.
- Expand the See Also section of the docs.
EOT
[V 2.20]
Date=2013-11-24T10:52:00
Comments=- Relax pre-req version requirements
[V 2.19]
Date=2013-09-15T09:16:00
Comments= <<EOT
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
Reported by Jean-Louis Morel. See RT#88670.
EOT
[V 2.18]
Date=2013-09-14T10:03:00
Comments= <<EOT
- Remove obsolete and wrong version # from Makefile.PL.
Reported by Jean-Louis Morel. See RT#88658.
- Implement Kevin Ryde's suggestion to test if read() will return undef.
If so, set an error message and (still) return undef.
EOT
[V 2.17]
Date=2013-09-13T12:41:00
Comments= <<EOT
- Remove the file tests -efr during calls to read(). The open() tests for any error.
Also, the -f test was reporting /dev/null as a directory, not a file.
Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
- Clean up some error messages slightly.
EOT
[V 2.16]
Date=2013-09-06T11:54:00
Comments= <<EOT
- Replace Path::Tiny with File::Spec, because the former's list of dependencies is so long :-(.
Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
See: RT#88435 (for Tree::DAG_Node) for an explanation.
EOT
[V 2.15]
Date=2013-08-04T14:59:00
Comments= <<EOT
- Clean up the shambolic dates in this file.
- Add a note under Caveats about setting options more that once. Only the first case is
respected. Thanx to Kimmel K. See RT#69795.
- Add a $encoding parameter to read_file() and write_file(). See docs for details.
Add t/04.utf8.t and t/04.utf8.txt.
Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
- For BSD-based systems, when writing a file during tests, use:
my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift
char.
- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
- Add an FAQ to the docs.
- Clean up the docs.
- As of this version, maintanence is by Ron Savage.
EOT
[V 2.14]
Date=2011-03-24T12:00:00
Comments= <<EOT
- Resolved #63080: module can write multiline values but not read them
- Removed -w from tests to allow tests with tainting on
EOT
[V 2.13]
Date=2010-09-03T12:00:00
Comments= <<EOT
- Resolved #60703: Display glitch in Config::Tiny 2.12 POD
- Resolved #40585: member 'set;' doesn't exist
- Resolved #30479: does not warn or die when writing data it
cannot later.
EOT
[V 2.12]
Date=2007-11-01T12:00:00
Comments=- Converting build script from Module::Install to tinier EU:MM
[V 2.10]
Date=2006-09-20T12:00:00
Comments= <<EOT
- This release contains only build-time changes
- Did a little housekeeping on Makefile.PL and the unit tests
- Upgrading to Module::Install 0.64
EOT
[V 2.09]
Date=2006-07-15T12:00:00
Comments= <<EOT
- This release contains only build-time changes
- Added a dependency on ExtUtils::MakeMaker 6.11
Module::Install may have an issue with older EU:MM installs
EOT
[V 2.08]
Date=2012-07-15T00:00:00
Comments= <<EOT
- This release contains only build-time changes
- Upgraded to Module::Install 0.63
EOT
[V 2.07]
Date=2006-05-10T12:00:00
Comments= <<EOT
- This release contains only build-time changes
- AutoInstall is only needed for options, so remove auto_install
EOT
[V 2.06]
Date=2006-04-23T12:00:00
Comments= <<EOT
- No functional changes.
- Moved test.conf to the root dir, removing last use of File::Spec
- It also means we don't need FindBin, so removed that too
- Upgrading to Module::Install 0.62
EOT
[V 2.05]
Date=2006-02-23T12:00:00
Comments= <<EOT
- No functional changes.
- Moved over from the old CVS repository to the new SVN one
- Updated tests for the new release system
- Upgrading to a newer Module::Install
EOT
[V 2.04]
Date=2005-12-31T12:00:00
Comments= <<EOT
- No functional changes.
- Upgrading to a newer Module::Install to address Cygwin problem
EOT
[V 2.03]
Date=2005-12-30T12:00:00
Comments= <<EOT
- No functional changes.
- POD Change: CPAN #15143 Clear things up about $! after
unsuccessful read()? (flatworm)
- Upgraded Makefile.PL to use Module::Install
EOT
[V 2.02]
Date=2005-06-19T12:00:00
Comments= <<EOT
- Add trimming of whitespace from the section names so that we can
use section tags like [ section ] and have it Do What You Mean.
- Cleaned up the POD a little more.
EOT
[V 2.01]
Date=2005-03-24T12:00:00
Comments= <<EOT
- Lars Thegler noted in CSS::Tiny that 3-argument open is not
supported by 5.005. Added a small fix to change it to 2-argument
open.
EOT
[V 2.00]
Date=2004-07-16T12:00:00
Comments=- Final tweaks to round out complete 5.004 and Win32 compatibility
[V 1.9]
Date=2004-07-07T12:00:00
Comments=- Applied some small optimisations from Japheth Cleaver
[V 1.8]
Date=2004-06-30T12:00:00
Comments= <<EOT
- Fixed a bug whereby trying to load an empty file returned an error,
when it should be valid (if an empty object)
EOT
[V 1.7]
Date=2004-06-22T12:00:00
Comments= <<EOT
- Added a little more flexibility in the 'read' and 'read_string' methods
to handle being called in unexpected, but recoverable, ways.
EOT
[V 1.6]
Date=2004-03-01T12:00:00
Comments=- Bug fix: Sections without keys didn't appear at all in the parsed struct
[V 1.5]
Date=2004-01-07T12:00:00
Comments=- Updating documentation to provide a correct location to send bug reports
[V 1.4]
Date=2003-12-24T12:00:00
Comments= <<EOT
- Caught a warning when trying to parse an undefined string.
Returns undef in that case.
- Merry Christmas and a productive New Year to you all!
EOT
[V 1.3]
Date=2003-11-07T12:00:00
Comments= <<EOT
- Slightly altered a regex so that trailing whitespace in properties
is dropped.
EOT
[V 1.2]
Date=2003-08-12T15:51:12
Comments= <<EOT
- Applied a variety of small changed designed to reduce the number of
opcodes generated, without changing the functionality.
This should save a few K in load overhead.
EOT
[V 1.1]
Date=2003-04-23T22:56:21
Comments= <<EOT
- When reporting a bad line, put single quotes around the
lines contents in the error message.
- Small updates to the pod documentation
EOT
[V 1.0]
Date=2002-12-21T11:53:51
Comments= <<EOT
- Removed file locking, since we read/write virtually atomically now
- Removed mode support from ->write() it was erroneous
- Removed dependency on Fcntl
- Added the read_string() method
- Other minor tweaks to shrink the code
EOT
[V 0.3]
Date=2002-12-09T00:44:21
Comments= <<EOT
- Upgraded tests to Test::More, to deep test the structs
- Added Fcntl to the required modules
EOT
[V 0.2]
Date=2002-11-26T21:51:34
Comments=- Don't import Fcntl symbols
[V 0.1]
Date=2002-11-13T16:50:23
Comments=- original version