From 31066474f55ddc11aaae390fddf0a31fab0e0f60 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 9 Aug 2026 09:16:27 +0200 Subject: [PATCH] 2026-08-09 version 1.0.2 - FIX: Makefile / config.mk.in remove dup libs - UPD: packages will henceforth be built with WITH_KILL=no per default (#573) - FIX: ocat --dump will not dump internal db names (#572) - FIX: add referrer meta tag to maps (#570, #571) - FIX: option --noskipdemo was incorrectly written as --skipdemo - NEW: Support for Ubuntu 25.10 - NEW: Lookup timezone when a new location is recorded and store it (#561) - UPD: old package signing key has been removed (#551) --- Changelog | 10 ++++++++++ version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 6e1d4cc..5f1af2a 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,14 @@ +2026-08-09 version 1.0.2 +- FIX: Makefile / config.mk.in remove dup libs +- UPD: packages will henceforth be built with WITH_KILL=no per default (#573) +- FIX: ocat --dump will not dump internal db names (#572) +- FIX: add referrer meta tag to maps (#570, #571) +- FIX: option --noskipdemo was incorrectly written as --skipdemo +- NEW: Support for Ubuntu 25.10 +- NEW: Lookup timezone when a new location is recorded and store it (#561) +- UPD: old package signing key has been removed (#551) + 2025-08-12 version 1.0.1 - FIX: ocat JSON output now supports emitting fields which are arrays/lists (#542) - FIX: Add proper error message to revgeo lookup (#541) diff --git a/version.h b/version.h index 380630a..e8119d7 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.0.1" +#define VERSION "1.0.2"