NEWS: Document changed zic output format
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
redhat-pt-bot/TryBot-32bit |
success
|
Build for i686
|
linaro-tcwg-bot/tcwg_glibc_build--master-arm |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-arm |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 |
success
|
Testing passed
|
redhat-pt-bot/TryBot-still_applies |
warning
|
Patch no longer applies to master
|
Commit Message
Commit 1f94147a79fcb7211f1421b87383cad93986797f ("timezone: sync to
TZDB 2024a") changed the default output format to -b slim, which
causes problems for some current software versions (notably pytz).
---
NEWS | 7 +++++++
1 file changed, 7 insertions(+)
base-commit: a07e000e82cb71238259e674529c37c12dc7d423
@@ -37,6 +37,13 @@ Deprecated and removed features, and other changes affecting compatibility:
<utmpx.h> (except for login_tty) due to locking and session management
problems.
+* The bundled timezone data compiler, zic, now defaults to the “slim”
+ output format. This format does not include 32-bit time zone data in
+ the generated TZif files. If the system time zone database is
+ compiled with the default zic settings, applications that read the
+ timezone database directly and do not process the 64-bit part of the
+ files will treat all time zones as unnamed UTC.
+
Changes to build and runtime requirements:
[Add changes to build and runtime requirements here]