From ed362b5c75ac7c26d6863225feca1a184695d898 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 5 Mar 2026 09:44:14 -0800 Subject: [PATCH 1/3] Update submodule to latest main --- t/maxmind-db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/maxmind-db b/t/maxmind-db index 809dd1ca..819f226f 160000 --- a/t/maxmind-db +++ b/t/maxmind-db @@ -1 +1 @@ -Subproject commit 809dd1ca37e5c9d3ebc63bf159f81ec332a4f08e +Subproject commit 819f226fbf8290c2b171ac077e6e050618dd3574 From a42b7385461f88ad6c236fb65532dc2e8689270a Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 5 Mar 2026 09:44:57 -0800 Subject: [PATCH 2/3] Set release date --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index ac58c430..df03c288 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 1.13.3 - 2026-XX-XX +## 1.13.3 - 2026-03-05 - Fixed validation of empty maps and arrays at the end of the metadata section. `MMDB_open` would incorrectly reject databases where a 0-element map or array From 09a0540fea89a16e5c6a9e21e93ee9aece6639e3 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 5 Mar 2026 09:45:09 -0800 Subject: [PATCH 3/3] Bumped version to 1.13.3 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8263aa4e..b557f036 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.2 + VERSION 1.13.3 ) set(MAXMINDDB_SOVERSION 0.0.7) set(CMAKE_C_STANDARD 99) diff --git a/configure.ac b/configure.ac index e5d57139..33d5f20d 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.2], [support@maxmind.com]) +AC_INIT([libmaxminddb], [1.13.3], [support@maxmind.com]) AC_CONFIG_SRCDIR([include/maxminddb.h]) AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])