Skip to content

1.0.3

Latest

Choose a tag to compare

@jpmens jpmens released this 10 Aug 06:23
· 3 commits to master since this release
1.0.3
8518399

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.