File: Changelog.ini

package info (click to toggle)
libconfig-tiny-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 164 kB
  • ctags: 8
  • sloc: perl: 292; makefile: 2
file content (244 lines) | stat: -rw-r--r-- 6,632 bytes parent folder | download
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
[Module]
Name=Config-Tiny:
Changelog.Creator=Module::Metadata::Changes V 2.05
Changelog.Parser=Config::IniFiles V 2.82

[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 soooo 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.
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