Jitka Plesnikova
9b3bf45f2f
Update to 0.76
2019-01-02 16:11:14 +01:00
Paul Howarth
a68a1af095
Update to 0.75
...
- New upstream release 0.75
- Implement $LoadCode
2018-11-03 16:56:40 +00:00
Paul Howarth
4ecbf506a3
Update to 0.74
...
- New upstream release 0.74
- Fix tests on older perls
- Support back to perl 5.8.1
2018-09-03 11:17:01 +01:00
Jitka Plesnikova
9a931db77c
Update to 0.72
2018-07-09 11:05:28 +02:00
Paul Howarth
b1a62dbead
Update to 0.70
...
- New upstream release 0.70
- Fix format specifier/argument mismatch (GH#79)
- Travis CI: Test on Perl 5.26 (GH#80)
- Fix a C90-compatibility issue (GH#81)
2018-06-10 13:12:38 +01:00
Paul Howarth
4448021e7e
Update to 0.69
...
- New upstream release 0.69
- Security fix: Add $LoadBlessed option to turn on/off loading objects
(GH#73, GH#74)
2017-12-28 17:20:18 +00:00
Paul Howarth
3f6a7847d0
Update to 0.68
...
- New upstream release 0.68
- Fix regex roundtrip (GH#69, GH#70)
- Fix loading of many regexes (GH#64, GH#71)
2017-12-19 11:43:45 +00:00
Jitka Plesnikova
9dd49aa017
0.67 bump
2017-11-16 09:28:04 +01:00
Paul Howarth
7ca25387bd
Update to 0.66
...
- New upstream release 0.66
- Dump() was modifying original data, adding a PV to numbers (GH#32, GH#55)
2017-08-18 10:33:08 +01:00
Paul Howarth
3fbe9337d7
Update to 0.65
...
- New upstream release 0.65
- Prevent warning about unused variables (GH#59)
- Clarify documentation about exported functions
2017-05-19 14:54:47 +01:00
Paul Howarth
ffaaebdf98
Update to 0.64
...
- New upstream release 0.64
- use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets
removed from @INC (GH#54)
- Use the latest libyaml sources
- Lazy load B::Deparse for faster startup time (GH#52, GH#53)
- Drop redundant Group: tag
- Add provide for bundled(libyaml)
2017-04-09 12:16:22 +01:00
Paul Howarth
db1ac6b6df
Revert to 0.63; the 0.71 release was unauthorized
2017-03-07 10:13:38 +00:00
Paul Howarth
107ab8bcc4
Update to 0.71
...
- New upstream release 0.71
- Merge with libyaml 0.1.7 upstream
- cperl fixes for fake_signatures
- libyaml fix C++-compat errors
- Improve Makefile for Win32
- Improve ppport_sort.h
- Implement new NonStrict mode (for perl5 compat)
- libyaml reformat, minor optimizations, fix warnings
- Update documentation
- Use error codes, return undef on error
- Abstract the loader functionality to load_impl(), dump_impl() not yet
- Rearrange static funcs (not decl in header)
- DumpFile,LoadFile is now XS only, and do accept mg pv, io objects and
fileglobs; support filename in error messages
- Support $YAML::XS::NonStrict loader
- Add dumper options Indent, BestWidth, Canonical, Unicode, Encoding,
LineBreak, OpenEnded (kept defaults)
- Add loader option NonStrict, Encoding (kept defaults)
- Fix default emitter_set_width (2 ⇒ 80)
- Fix the tests for the new default IndentlessMap=0 and check also
IndentlessMap=1
- Enable 2 more test/glob.t tests
- Fix dump_yaml in test/TestYAMLTests.pm
- Avoid duplicate checks against NULL
- This release by RURBAN → update source URL
2016-09-08 19:59:19 +01:00
Paul Howarth
40d37e317f
Update to 0.63
...
- New upstream release 0.63
- Fix memory leaks (GH#48)
- Simplify find command using -empty
2016-07-08 22:04:47 +01:00
Paul Howarth
c0847ec58b
Update to 0.62
...
- New upstream release 0.62
- Fix for detecting filehandles (GH#42)
- This release by TINITA → update source URL
2016-02-22 18:36:54 +00:00
Paul Howarth
0452a353b1
Update to 0.61
...
- New upstream release 0.61
- Allow reading from and writing to IO::Handle (and derived) objects (GH#37)
2016-02-21 11:16:49 +00:00
Jitka Plesnikova
75b3a74856
0.60 bump
2016-02-10 10:31:50 +01:00
Paul Howarth
ce5f7169f4
Update to 0.59
...
- New upstream release 0.59
- Better scalar dump heuristics (PR/23)
- More closely match YAML.pm
2015-01-27 10:41:28 +00:00
Paul Howarth
e2930bced2
Update to 0.58
...
- New upstream release 0.58
- Add a VERSION statement to YAML::LibYAML (GH#8)
- This release by INGY → update source URL
2015-01-21 20:33:35 +00:00
Paul Howarth
c6d19a89b8
Update to 0.57
...
- New upstream release 0.57
- Update copyright year
- Use Swim cpan-tail block functions in doc
- Format string fixes (PR#21, CPAN RT#46507, CVE-2012-1152)
- This release by NAWGLAN → update source URL
- Drop patch for format string fixes, upstreamed at long last
2015-01-16 14:35:05 +00:00
Paul Howarth
4a9ce9d375
Update to 0.55
...
- New upstream release 0.55
- Get YAML::XS using latest libyaml
2014-12-24 11:38:33 +00:00
Paul Howarth
b6c7bcd356
Update to 0.54
...
- New upstream release 0.54
- Fix for an edge case in scanner that results in an assert() failing
(https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure )
- Drop upstreamed patches for CVE-2013-6393 and CVE-2014-2525
2014-11-30 18:09:28 +00:00
Paul Howarth
b732361a8d
Update to 0.52
...
- New upstream release 0.52
- Fix e1 test failure on 5.21.4
2014-08-24 19:59:52 +01:00
Paul Howarth
294e189421
Update to 0.51 (various minor tidy-ups, no functional changes)
2014-08-18 20:30:44 +01:00
Paul Howarth
22429aaa7c
Update to 0.47
...
- New upstream release 0.47:
- Fix swim errors
- Include upstream license file
2014-08-09 20:42:05 +01:00
Jitka Plesnikova
6b411ca664
0.46 bump
2014-08-06 14:32:20 +02:00
Jitka Plesnikova
543e56abb8
0.45 bump
2014-08-05 13:54:34 +02:00
Jitka Plesnikova
5746ee9e42
0.44 bump
2014-07-14 15:55:09 +02:00
Paul Howarth
0c4fe663d7
Update to 0.41
...
- New upstream release 0.41:
- Removed C++ // style comments, for better portability
2013-03-14 00:51:17 +00:00
Paul Howarth
0b7d2f5f15
Update to 0.39
...
- New upstream release 0.39:
- Using the latest libyaml codebase
(https://github.com/yaml/libyaml/tree/perl-yaml-xs )
- Changes have been made to start moving libyaml to 1.2
2013-02-12 09:56:09 +00:00
Marcela Mašláňová
d37a3cb469
bump to 0.38
2012-01-13 15:00:54 +01:00
Petr Sabata
3638c5f428
0.37 bump
2011-09-30 13:15:07 +02:00
Petr Sabata
6fc83b5854
0.35 bump, removing buildroot stuff
2011-04-04 13:21:09 +02:00
Marcela Mašláňová
d3310af87e
- udpate
2010-09-24 13:30:25 +02:00
Marcela Mašláňová
5af87d1787
- update
2010-06-03 09:05:49 +00:00
Marcela Mašláňová
78400b8e98
- add BR
2009-05-04 08:13:10 +00:00
Dennis Gilmore
8588b46196
Setup of module perl-YAML-LibYAML
2009-05-01 21:02:23 +00:00