Skip to content

Commit

Permalink
Add changelog entries for #356 and #357
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Nov 8, 2024
1 parent 70abedb commit 80aebfa
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 80aebfa

Please sign in to comment.