From d1889667d72be6b64a454aa8d7ec42cb9c613a07 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 18 Feb 2021 09:04:11 -0800 Subject: [PATCH] The alloc change didn't make it into 1.5.1. Re-releasing --- Changes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index d638dfd8..3d0c8c91 100644 --- a/Changes.md +++ b/Changes.md @@ -1,9 +1,12 @@ -## 1.5.1 - 2021-02-18 +## 1.5.2 - 2021-02-18 * With `libmaxminddb` on Windows and `mmdblookup` generally, there were instances where the return value of `calloc` was not checked, which could lead to issues in low memory situations or when resource limits had been set. Reported by cve-reporting. GitHub #252. + +## 1.5.1 - 2021-02-18 + * The formatting of the manpages has been improved and the script that generates them now supports `lowdown` in addition to `pandoc`. Pull request by Faidon Liambotis. GitHub #248.