Changelog for
libserd-0-0-0.30.12-4.2.x86_64.rpm :
* Sat Jun 18 2022 Dirk Müller
- update to 0.30.12:
* Fix warnings and build issues with clang 13 and VS 2019
* Fix writing long literals with triple quotes
* Improve documentation style
* Support combining several BSD-style command line flags in serdi
* Write statements with invalid URI characters in lax mode
* Sun Aug 29 2021 Dave Plater - Disabled doc build and test for Leap build
* Sun Jul 04 2021 Dirk Müller - update to 0.30.10:
* Add fallback configuration if documentation theme is unavailable
* Fix SERD_DISABLE_DEPRECATED
* Fix building for older MacOS versions on newer MacOS
* Fix documentation installation directory
* Deprecate serd_uri_to_path()
* Don\'t install API man pages
* Fix potential memory error when serialising URIs
* Move headers to an include directory
* Refuse to write relative URI references to NTriples
* Remove the need for a generated configuration header
* Remove use of C character class functions that may use locale
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
* Mon Sep 28 2020 Dirk Mueller - update to 0.30.6:
* Fix various minor warnings and other code quality issues
* Improve reader error handling
* Make all free functions tolerant of NULL
* Parse prefixed names more strictly
* Tue May 26 2020 Giordano Boschetti - Updated to version 0.30.4
* Thu Apr 16 2020 Martin Pluskal - Update to version 0.30.2:
* Fix GCC 4 build
* Fix colliding blank nodes when parsing TriG
* Fix missing parse error messages
* Fix parsing \"a\" abbreviation without padding whitespace
* Fix parsing TriG graphs with several squashed trailing dots
* Fix resolving some URIs against base URIs with no trailing slash
* Improve build system and CI integration
* Improve documentation
* Fri Sep 21 2018 olafAATTaepfle.de- Use -std=gnu99 to fix compilation of bogus C code
* Fri Aug 24 2018 tchvatalAATTsuse.com- Update to 0.30.0:
* Update bundled waf to 2.0.9
* Fix various typos in comments
* Various fixes in the testsuite
* Mon Jan 08 2018 tchvatalAATTsuse.com- Tweak a bit more py3 dep to not pull whole python but just base- Fix group on one of the subpkgs
* Fri Jan 05 2018 davejplaterAATTgmail.com- Remove python-base dependency and change headers in python scripts to python3