From 2ce9283532de6473d4ab539ca78f01602035b21f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 8 Sep 2026 09:04:55 -0700 Subject: [PATCH 1/2] Set release date --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 2ed68428..44956a7c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## next release +## 1.14.0 - 2026-09-08 - Bounded the resources that `MMDB_get_entry_data_list()` spends decoding a single entry. A crafted database could nest data-section pointers to shared From 0077fd76d00a1656b9cb3028d467736504794f41 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 8 Sep 2026 09:07:07 -0700 Subject: [PATCH 2/2] Bumped version to 1.14.0 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b557f036..33d8a944 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9...3.30) project(maxminddb LANGUAGES C - VERSION 1.13.3 + VERSION 1.14.0 ) set(MAXMINDDB_SOVERSION 0.0.7) set(CMAKE_C_STANDARD 99) diff --git a/configure.ac b/configure.ac index 33d5f20d..93678976 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libmaxminddb], [1.13.3], [support@maxmind.com]) +AC_INIT([libmaxminddb], [1.14.0], [support@maxmind.com]) AC_CONFIG_SRCDIR([include/maxminddb.h]) AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])