Skip to content

Tags: blblack/libmaxminddb

Tags

1.0.2

Toggle 1.0.2's commit message
1.0.2

* Fixed a number of small issues found by Coverity.
* When freeing the MMDB struct in `MMDB_close()` we make sure to set the
  pointers to NULL after freeing the memory they point to. This makes it safe
  to call `MMDB_close` more than once on the same `MMDB_s` struct
  pointer. Before this change, calling this function twice on the same pointer
  could cause the code to free memory that belonged to something else in the
  process. Patch by Shuxin Yang. GitHub PR maxmind#41.

1.0.1

Toggle 1.0.1's commit message
Added missing LICENSE and NOTICE files to distribution.

No code changes.

1.0.0

Toggle 1.0.0's commit message
1.0.0

* Bumped version to 1.0.0. No code changes.

0.5.6

Toggle 0.5.6's commit message
Updated docs for 0.5.6

0.5.5

Toggle 0.5.5's commit message
Bump version

0.5.4

Toggle 0.5.4's commit message
Bump version in configure.ac

0.5.3

Toggle 0.5.3's commit message
Changes for test fix

0.5.2

Toggle 0.5.2's commit message
Changes for next release (and release dates)

0.5.1

Toggle 0.5.1's commit message
Bump package version