We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2894be commit 97c2863Copy full SHA for 97c2863
Changes.md
@@ -1,3 +1,9 @@
1
+## 1.12.1 - 2025-01-08
2
+
3
+* Added missing `cmake_uninstall.cmake.in` to the source distribution. This
4
+ was missing from 1.12.0, causing CMake builds to fail. Reported by Marcel
5
+ Raad. GitHub #367.
6
7
## 1.12.0 - 2025-01-07
8
9
* Fixed memory leaks in `MMDB_open()`. These could happen with invalid
Makefile.am
@@ -18,7 +18,7 @@ endif
18
19
EXTRA_DIST = doc Changes.md LICENSE NOTICE README.md \
20
CMakeLists.txt t/CMakeLists.txt bin/CMakeLists.txt \
21
- include/maxminddb_config.h.cmake.in
+ cmake_uninstall.cmake.in include/maxminddb_config.h.cmake.in
22
23
dist-hook:
24
dev-bin/make-man-pages.pl $(distdir)
0 commit comments