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.
This commit is contained in:
Jan-Piet Mens
2026-08-10 08:16:44 +02:00
parent 00731471da
commit 8518399f5a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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)
+1 -1
View File
@@ -1 +1 @@
#define VERSION "1.0.2"
#define VERSION "1.0.3"