Skip to content

Commit 3ad3304

Browse files
authored
Merge pull request #337 from maxmind/greg/1.8.1
Release 1.9.0
2 parents 4d3d0a8 + c796899 commit 3ad3304

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9)
22

33
project(maxminddb
44
LANGUAGES C
5-
VERSION 1.8.0
5+
VERSION 1.9.0
66
)
77
set(MAXMINDDB_SOVERSION 0.0.7)
88
set(CMAKE_C_STANDARD 99)

Changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([libmaxminddb], [1.8.0], [support@maxmind.com])
5+
AC_INIT([libmaxminddb], [1.9.0], [support@maxmind.com])
66
AC_CONFIG_SRCDIR([include/maxminddb.h])
77
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
88

0 commit comments

Comments
 (0)