Skip to content

Commit 97c2863

Browse files
committed
Include cmake_uninstall.cmake.in in dist
Closes #367
1 parent a2894be commit 97c2863

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: Changes.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.12.0 - 2025-01-07
28

39
* Fixed memory leaks in `MMDB_open()`. These could happen with invalid

Diff for: Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818

1919
EXTRA_DIST = doc Changes.md LICENSE NOTICE README.md \
2020
CMakeLists.txt t/CMakeLists.txt bin/CMakeLists.txt \
21-
include/maxminddb_config.h.cmake.in
21+
cmake_uninstall.cmake.in include/maxminddb_config.h.cmake.in
2222

2323
dist-hook:
2424
dev-bin/make-man-pages.pl $(distdir)

0 commit comments

Comments
 (0)