Changes.md (libmaxminddb-1.5.0) | : | Changes.md (libmaxminddb-1.5.2) | ||
---|---|---|---|---|
## 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. | ||||
## 1.5.0 - 2021-01-05 | ## 1.5.0 - 2021-01-05 | |||
* A CMake build script has been added for Windows builds. The Visual | * A CMake build script has been added for Windows builds. The Visual | |||
Studio project files in `projects` are now considered deprecated and will | Studio project files in `projects` are now considered deprecated and will | |||
be removed in a future release. | be removed in a future release. | |||
## 1.4.3 - 2020-08-06 | ## 1.4.3 - 2020-08-06 | |||
* On Windows, always call `CreateFileW` instead of `CreateFile`. | * On Windows, always call `CreateFileW` instead of `CreateFile`. | |||
`CreateFile` could be mapped to `CreateFileA` and not work as expected. | `CreateFile` could be mapped to `CreateFileA` and not work as expected. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 13 lines changed or added |