- New upstream release 1.34
- Fix memory corruption (GH#52)
- Fix for handling circular aliases (GH#53)
- Unconditionally include stdlib.h in syck.h (GH#56)
- Switch changelog to a more parsable format
- Update github CI to use a cpanfile
- Update Devel::PPPort to 3.62
- Stop depending on constants dropped from Perl 5.28 (GH#50)
- New upstream release 1.32
- Interface Change: Change default for LoadBlessed to false
- Remove YAML::Syck tests that parse META.yml
- Switch to github actions for testing
- Remove 'use vars' from code in favor of 'our'
- New upstream release 1.31
- Switch to ExtUtils::MakeMaker for builder
- Switch official issue tracker and repo to github
- MANIFEST warning is now fixed; also shipping additional tests because of
this
- Make sure <stdlib.h> and <string.h> are included, quietens lots of warnings
- 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