4.0.0.0
What's Changed
- security hardening of library (save alternatives to memset(), strcpy(), ...
- support for CMake's FetchContent-API and modernized CMake scripts (e.g. using namespaces ...)
- improved support for large files 2GB-4GB
- split of C and C++ parts into separate libraries
- fix several memory leaks
- additional examples and (automated) tests
- use PROJECT_SOURCE_DIR to enable use as cmake subdirectory by @biojppm in #10
- README: Removed extraneous double quote by @tay10r in #12
- added reading resolution info by @iikka-v in #15
- Fix warnings by @vgrinberg in #22
- fix reader null-dereference GH #19 by @rurban in #25
New Contributors
- @biojppm made their first contribution in #10
- @tay10r made their first contribution in #12
- @iikka-v made their first contribution in #15
- @vgrinberg made their first contribution in #22
- @rurban made their first contribution in #25
Full Changelog: 3.0.0.0...4.0.0.0