From 8518399f5ab1198ee7ffbd5cd10ccb447b673a99 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 10 Aug 2026 08:16:44 +0200 Subject: [PATCH] 2026-08-10 version 1.0.3 - FIX: protect against a non-existing or unreadable ZDB (#579). The timezone16.bin has to be placed into the variable configured as TZDATADB in config.mk, assuming WITH_TZ is yes. For the Docker image, TZDATADB=/config/timezone16.bin meaning the file is searched in the /config volume. (New installations get that automatically, containers created pre version 1.0.2 might need manual intervention. --- Changelog | 8 ++++++++ version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5f1af2a..3893c0f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,12 @@ +2026-08-10 version 1.0.3 +- FIX: protect against a non-existing or unreadable ZDB (#579). + The timezone16.bin has to be placed into the variable configured as + TZDATADB in config.mk, assuming WITH_TZ is yes. For the Docker image, + TZDATADB=/config/timezone16.bin meaning the file is searched in the + /config volume. (New installations get that automatically, containers + created pre version 1.0.2 might need manual intervention. + 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) diff --git a/version.h b/version.h index e8119d7..113bcae 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.0.2" +#define VERSION "1.0.3"