- New upstream release 1.30
- Fix handling carriage return after c-indicator (CPAN RT#41141)
- Fix CHECK_UTF8 SEGV with empty len=0 strings (CPAN RT#61562)
- Add missing function declarations
- Tighten the TODO tests; no passing TODOs now, but still JSON
- SingleQuote and \/ and \u roundtrips do fail
- Drop EL-5 support
- Drop Group: and BuildRoot: tags
- Drop buildroot cleaning in %install
- Drop explicit %clean section
- New upstream release 1.29
- Upstreamed fix for test failures on PPC and ARM (CPAN RT#83825)
- Fix crash in syck_emit on platforms with long long pointers
- Use %license
- New upstream release 1.24
- Implement $JSON::Syck::MaxDepth
- Prevent failure when the same object is seen twice during Dump
- Prevent YAML from being influnced by the previous change
- MinGW64 compatibility (CPAN RT#78363)
- New upstream release 1.23
- Synchronize JSON::Syck with YAML::Syck version number
- Add DumpInto functions (YAML+Syck), which dump into a provided scalar
instead of a newly-allocated one
- Modify DumpFile functions to output directly to the specified
file/filehandle instead of buffering all output in memory
- Avoid modifying numbers into strings when emitting
- Fix error message typo: s/existant/existent/g
- Fix for non-printable character detection
- Quote if non-printable characters are present
- Make sure that LoadBlessed=0 blocks all blessing
- Start listing primary repo as http://github.com/toddr/YAML-Syck
- README refreshed via perldoc -t
- Require perl(XSLoader) at runtime
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Make %files list more explicit