File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9)
22
33project (maxminddb
44 LANGUAGES C
5- VERSION 1.8 .0
5+ VERSION 1.9 .0
66)
77set (MAXMINDDB_SOVERSION 0.0.7)
88set (CMAKE_C_STANDARD 99)
Original file line number Diff line number Diff line change 1- ## 1.8.1
1+ ## 1.9.0 - 2024-01-09
22
33* On very large databases, the calculation to determine the search tree
44 size could overflow. This was fixed and several additional guards
55 against overflows were added. Reported by Sami Salonen. GitHub #335 .
6+ * Removed ` sa_family_t ` typedef from the public header on Windows. Pull
7+ request by Noah Treuhaft. GitHub #334 .
8+ * The CMake build was adjusted to allow running builds in parallel.
9+ Pull request by Vladyslav Miachkov. GitHub #332 .
610
711## 1.8.0 - 2023-11-07
812
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.63] )
5- AC_INIT ( [ libmaxminddb] , [ 1.8 .0] , [ support@maxmind.com] )
5+ AC_INIT ( [ libmaxminddb] , [ 1.9 .0] , [ support@maxmind.com] )
66AC_CONFIG_SRCDIR ( [ include/maxminddb.h] )
77AC_CONFIG_HEADERS ( [ config.h include/maxminddb_config.h] )
88
You can’t perform that action at this time.
0 commit comments