Skip to content

Releases: fila43/db_converter

v1.0.3

16 Sep 15:24
Compare
Choose a tag to compare

What's Changed

  • Check return values when connecting to/creating a database by @matejmatuska in #2
  • Fix memory handling. In the case of a non-valid input file, the program warned about the situation,
    but in the destructor was accessed uninitialized memory. This leads to a Core dump.

New Contributors

Full Changelog: v1.0.2...v1.0.3

supports CFLAGS

29 Aug 13:07
Compare
Choose a tag to compare

Added support for CFLAGS in Makefile

v1.0.1

24 Aug 08:21
Compare
Choose a tag to compare

This release adds the possibility to link libdb statically

v1.0.0

15 Aug 08:20
Compare
Choose a tag to compare

Initial release