File: Changes

package info (click to toggle)
libyaml-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 144
  • sloc: perl: 2,173; makefile: 2
file content (325 lines) | stat: -rw-r--r-- 10,428 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
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
1.13 Sat Oct 11 18:05:45 CEST 2014
 - Apply PR/140 from @nfg++
 - Disable some warnings in YAML::Any

1.12 Mon Sep 22 08:24:43 PDT 2014
 - Fix https://rt.cpan.org/Ticket/Display.html?id=97870

1.11 Fri Aug 29 20:08:20 PDT 2014
 - Apply PR/139. @ehuelsmann++

1.10 Thu Aug 28 22:53:26 PDT 2014
 - Apply PR/138. @ehuelsmann++

1.09 Tue Aug 19 16:41:13 PDT 2014
 - Replace tabs with spaces

1.08 Mon Aug 18 10:21:48 PDT 2014
 - Dep on Test::YAML 1.05

1.07 Mon Aug 18 08:40:01 PDT 2014
 - Apply PR/8 from shlomif++. Add doc examples for YAML::Any.

1.06 Sat Aug 16 16:51:08 PDT 2014
 - Change testdir to t

1.05 Sat Aug 16 13:03:28 PDT 2014
 - Meta 0.0.2

1.04 Sat Aug 16 04:28:10 PDT 2014
 - Eliminate spurious trailing whitespace

1.03 Sat Aug 16 03:32:35 PDT 2014
 - Eliminate File::Basename from test/

1.02 Fri Aug 15 21:09:54 PDT 2014
 - Add t/000-compile-modules.t

1.01 Thu Aug  7 14:48:24 PDT 2014
 - Dep on patched Test::YAML

1.00 Thu Aug  7 00:35:21 PDT 2014
 - Fix bad encoding in Pod

0.99 Wed Aug  6 17:55:42 PDT 2014
 - Switch to external Test::Base

0.98 Wed Jul 30 12:32:25 PDT 2014
 - Fix indexing of YAML::Any
 - Change IRC to irc.perl.org#yaml

0.97 Wed Jul 16 23:37:04 PDT 2014
 - Move remaining docs to Swim

0.96 Sun Jul 13 22:54:08 PDT 2014
 - Fix Metadata and add Contributing file
 - Change Kwim to Swim

0.95 Sat Jun 14 10:32:08 PDT 2014
 - Fix dumping blessed globs.

0.94 Sat Jun 14 10:32:08 PDT 2014
 - Skip a failing test on 5.8 introduced in 0.93

0.93 Fri Jun 13 22:32:18 PDT 2014
 - Switch to Zilla::Dist
 - Add badges to doc
 - @thorsteneckel++ fixed #18
 - @karenetheridge++ fixed #19

0.92 Wed May 28 23:04:26 EDT 2014
 - https://github.com/ingydotnet/yaml-pm/pull/23

0.91 Tue May 27 17:14:12 EDT 2014
 - https://github.com/ingydotnet/yaml-pm/pull/22

0.90 Mon Feb 10 08:42:31 PST 2014
 - Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client

0.89 Sat Nov  8 12:51:48 PST 2014
 - Fixed tests to work under parallel testing -- kentnl
 - Switched to dzil release process

0.88 Tue Dec  3 05:29:34 UTC 2013
 - Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing
   5.10-specific regex construct. -- hobbs++

0.87 Sat Nov 30 21:51:48 PST 2013
 - Using latest Test::Builder tp fix
   https://rt.cpan.org/Public/Bug/Display.html?id=90847

0.86 Tue Nov 26 16:43:27 UTC 2013
 - Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817

0.85 Sun Nov 24 07:43:13 PST 2013
 - Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where synopsis
   in YAML::Dumper doesn't work as exptected.
 - Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593
 - Upgrade to latest Mo

0.84 Fri Jul 13 18:17:27 GMT 2012
 - Resolve distribution error that caused .git to be shipped in the .tar.gz

0.83 Fri Jul 13 15:44:03 GMT 2012
 - Only call stat() and tell() on a filehandle if fileno existed
 - Explicit tied() call on globs to avoid a 5.16 deprecation warning

0.82 Thu Jul 12 18:49:45 GMT 2012
 - Test scalar @array rather than deprecated defined @array (Sebastian
   Stumpf)

0.81 Thu Apr 19 11:03:38 PDT 2012
 - Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
 - YAML::Mo uses Safe Mo
   https://rt.cpan.org/Public/Bug/Display.html?id=76664

0.80 Fri Feb 10 12:56:08 PST 2012
 - Patch from https://rt.cpan.org/Ticket/Display.html?id=73702
 - Make YAML::Node subclass YAML::Mo::Object as well as Exporter (MSTROUT)

0.79 Wed Feb  8 17:25:55 PST 2012
 - Peter Scott and others noticed Mo::xxx causing problems on newer perls.
   Removed xxx for now.

0.78 Sun Jan  1 23:53:57 PST 2012
 - Apply patch from ANDK++ to deal with B::Deparse changes.

0.77 Thu Sep 29 18:28:25 CEST 2011
 - Add $VERSION back to all modules.
 - Released from Liz++ and Wendy++ garage attic!

0.76 Wed Sep 28 12:05:08 CEST 2011
 - Removed YAML::import per mst.

0.75 Tue Sep 27 00:46:19 CEST 2011
 - Switch to Mo for OO (YAML::Mo)
 - use_test_base in Makefile.PL.

0.74 Sun Sep 25 22:05:05 CEST 2011
 - Switch to Module::Package
 - Removed extra $VERSION lines from submodules
 - Released from Liz++ and Wendy++'s Tool Basement!

0.73 Tue Apr 19 20:14:59 EST 2011
 - Apply ANDK's patch for 5.14.0

0.72 Wed Sep 1 11:54:00 AEST 2010
 - Upgrade to Module::Install 1.00
 - Upgraded author tests via new ADAMK release automation
 - Normalise Ingy's name to ASCII in Makefile.PL so that we don't have
   Unicode in our own META.yml

0.71 Sun Jan 3 12:25:00 AEST 2010
 - Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434) by Olivier
   Mengue
 - We shouldn't have to care about 5.8.0. Since it's causing CPAN Testers
   failures, bump the minimum Perl to 5.8.1

0.70 Tue Aug 11 02:52:10 AEST 2009
 - Updated Module::Install dependency to 0.91
 - Bumping dependency to 5.8.0 but I think it's only in the test suite.
   However, I can't prove it. So if anyone wants 5.6 compatibility back you
   need to fix or rewrite the test suite.

0.69_02 Mon Aug 10 22:37:37 AEST 2009
 - Developer $VERSION now has eval correction

0.69_01 Sun Jul  9 02:01:12 AEST 2009
 - Added $VERSION to all modules
 - Removed the use of use base
 - Imported into the svn.ali.as repo

0.68 Thu Dec  4 01:00:44 PST 2008
 - Used update Test::Base to ensure Filter::Util::Call

0.67 Mon Dec  1 02:34:21 PST 2008
 - Add YAML::Any
 - Move ysh to YAML::Shell
 - Add doc section explaining YAML::Old

0.66 Thu Sep 27 01:37:16 PDT 2007
 - Blessed code refs with LoadCode=0 still get blessed. rafl++

0.65 Thu Jun 21 17:37:32 PDT 2007
 - \z is really \0
 - Speed up regexp loading. audreyt++

0.64 Thu Jun 21 14:31:20 PDT 2007
 - Better support for loading regexps. audreyt++

0.63 Wed Jun 20 16:03:22 PDT 2007
 - Don't emit nodes blessed into '' in the new tag scheme, and improve
   semantics of loading such nodes.
 - New support for dumping/loading regexps.

0.62 Mon Jul  3 15:41:20 PDT 2006
 - Patch from rgs for Catalyst users

0.61 Sun Jul  2 15:25:08 CDT 2006
 - New CGI.pm made test fail.

0.60 Fri Jun 30 21:55:55 CDT 2006
 - Changed object tag format in non backwards compatible way
 - Removed support for folded scalar emission
 - Added new tests
 - Sync with YAML::Syck

0.58 Tue Feb 14 12:42:34 PST 2006
 - Fixed bug reported by Slaven Rezic on 5.8.0
 - Fixed a ysh bug reported on rt. 17589

0.57 Wed Feb  1 23:06:25 PST 2006
 - Add obligatory '1;' to end of each module.

0.56 Mon Jan 30 10:26:33 PST 2006
 - Add Module::Install::TestBase support

0.55 Sun Jan 29 19:03:35 PST 2006
 - Load YAML::Node because Module::Build expects it to be loaded. We can
   undo this when Module::Build starts loading it for itself.

0.54 Sun Jan 29 17:28:46 PST 2006
 - Remove dependency on Class::Spiffy (and/or Spiffy).

0.53 Thu Jan 19 06:03:17 PST 2006
 - Depend on Class::Spiffy instead of Spiffy. No source filtering.

0.52 Wed Jan 18 14:25:24 PST 2006
 - Error in Spiffy-0.26 causing problems. Require 0.27

0.51 Sat Jan 14 17:09:09 GMT 2006
 - Tests pass on win32 and cygwin
 - Don't gpg sign the distribution tarball

0.50 Sun Dec 25 11:09:18 PST 2005
 - Major refactoring of YAML.pm
 - Completely OO with same old functional UI
 - Support the $YAML::Stringify option which most be on for objects to get
   stringified. Otherwise dump the object.
 - Can dump overloaded objects now.
 - Completely refactor test suite using Test::Base
 - Create Test::YAML
 - Make test framework compatible with YAML::Syck - Test-Base-0.45
 - Reviewed all rt bugs. fixed many
 - Reviewed all emailed bugs. Fixed many.
 - Helped audrey complete YAML::Syck and worked on interoperability issues
 - Test well known yaml docs like svk and META.yml
 - Eliminate unsafe string evals
 - Can use with autouse. Spiffy-0.25
 - Support YAML::Marshall to help classes that want to do their own
   marshalling
 - Make objects tags configurable
 - -M option for ysh to test other implementations like YAML::Syck

0.39 Tue Apr 12 15:28:40 PDT 2005
 - Need newer Test::More or tests hang.

0.38 Thu Mar 31 01:43:21 PST 2005
 - Deleted Spiffy -XXX artifact :(

0.37 Thu Mar 31 01:56:24 CST 2005
 - All the edge cases with hash key dumping (commas, [], {}, etc) should
   now be covered

0.36 Sun Jan 30 21:00:28 PST 2005
 - Slight changes to the way things are dumped.
 - Fixed bugs dumping "foo\nbar" for svk acceptance

0.32 Sat May 11 19:54:52 EDT 2002
 - Moved error handling into YAML::Error
 - Enabled UseAliases=0 to mean skip Dump checking of alias nodes.
 - Changed Defaults. Indent=2. CompressSeries=1.
 - Deprecated Store() in favor of Dump()
 - Refactored test suite
 - Added key list to SortKeys
 - Added ForceBlock option
 - CONTROL-D can be used to terminate ysh. Ryan King will be happy.
 - Added the ability to direct STDIN to the ysh.

0.27 Tue Jan 15 01:46:18 PST 2002
 - Make '-' chomp all trailing newlines
 - Change folded indicator from '^' to ']'.
 - YAC-010 Allow a map as a sequence entry to be collapsed to one line.
 - Changed the nextline scalar indicators. '^' means folded, and escaping
   ('\') can be applied to folded or blocks. Chomping is now '-'.
 - YAC-013. Generic indentation. This change was big, ugly, hard and it
   really made my brain hurt. But look. It works! :)
 - YAC-012. Added ability to put comments anywhere, at any indentation
   level.
 - Added $YAML::UseBlock and $YAML::UseFold
 - Changed $YAML::PerlCode to $YAML::UseCode
 - Added $YAML::Indent config option
 - YAC-012. Handled all Throwaway Issues. Blank lines and comments can be
   used anywhere, and they will work appropriately.
 - Converted Changes file (this file) to use YAML
 - AC-016. Support "assumed header" (---
 - Added $YAML::UseBlock option
 - YAC-015. Support Top Level Inline nodes
 - Added testing for Store to test suite. (Now there's no excuse not to
   create lot's of new tests. :)

0.26 Wed Jan  9 21:13:45 PST 2002
 - Detect implicit scalars more correctly
 - Refactor test suite
 - Proofed documentation
 - Fix ysh doc. Document flags in the pod.
 - Move test code out of YAML.pm and into testlib
 - Change directives to use
 - Parse regexes
 - YAC-017. Change !perl/ syntax
 - Emit regexes
 - support 'ysh -v' and 'ysh -V' and 'ysh -h'
 - Support blessed globs
 - Make ysh installable
 - Parse CODE leaves
 - Support blessed scalars
 - Test warnings as well as errors
 - Use B::Deparse to serialize code
 - Change 'implicit' to 'simple'

0.25 Wed Dec 19 02:34:38 PST 2001
 - Initial module shipped to CPAN

0.01 Mon Oct 15 19:18:49 2001
 - original version; created by h2xs 1.19