Skip to content

Commit

Permalink
Merge pull request #358 from maxmind/horgh/changelog
Browse files Browse the repository at this point in the history
Add changelog entries for #356 and #357
  • Loading branch information
oschwald authored Nov 11, 2024
2 parents 70abedb + 80aebfa commit cab57f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.12.0

* Fixed memory leaks in `MMDB_open()`. These could happen with invalid
databases or in error situations such as failing to allocate memory. As
part of the fix, `MMDB_get_entry_data_list()` now frees memory it
allocates on additional errors. Previously it failed to clean up when
certain errors occurred. Pull request by pkillarjun. GitHub #356.
* There is now a build target to fuzz the library. Pull request by
pkillarjun. GitHub #357.

## 1.11.0 - 2024-08-21

* When building with CMake, the man pages will now be generated and
Expand Down

0 comments on commit cab57f3

Please sign in to comment.