File tree Expand file tree Collapse file tree 7 files changed +239
-181
lines changed
Expand file tree Collapse file tree 7 files changed +239
-181
lines changed Original file line number Diff line number Diff line change 1+ # Version 2021.3
2+ Upstream version 2021c released 2021-10-01T21:21:49+00:00
3+
4+ ## Briefly:
5+
6+ Revert most 2021b changes to 'backward'. Fix 'zic -b fat' bug in pre-1970 32-bit
7+ data. Fix two Link line typos. Distribute SECURITY file.
8+
9+ This release is intended as a bugfix release, to fix compatibility problems and
10+ typos reported since 2021b was released.
11+
12+ ## Changes to Link directives
13+
14+ Revert almost all of 2021b's changes to the 'backward' file, by moving Link
15+ directives back to where they were in 2021a. Although 'zic' doesn't care which
16+ source file contains a Link directive, some downstream uses ran into trouble
17+ with the move. (Problem reported by Stephen Colebourne for Joda-Time.)
18+
19+ Fix typo that linked Atlantic/Jan_Mayen to the wrong location (problem reported
20+ by Chris Walton).
21+
22+ Fix 'backzone' typo that linked America/Virgin to the wrong location (problem
23+ reported by Michael Deckers).
24+
25+ ## Changes to documentation
26+
27+ Distribute the SECURITY file (problem reported by Andreas Radke).
28+
29+ ---
30+
131# Version 2021.2.post0
232Upstream version 2021b released 2021-09-24T23:23:00+00:00
333
@@ -76,6 +106,7 @@ Antarctica/Syowa.
76106tzfile.5 better matches a draft successor to RFC 8536
77107< https://datatracker.ietf.org/doc/draft-murchison-rfc8536bis/01/ > .
78108
109+
79110---
80111
81112# Version 2021.2
Original file line number Diff line number Diff line change 1- 2021.2.post0
1+ 2021.3
Original file line number Diff line number Diff line change 1+ # Version 2021.3
2+ Upstream version 2021c released 2021-10-01T21:21:49+00:00
3+
4+ ## Briefly:
5+
6+ Revert most 2021b changes to 'backward'. Fix 'zic -b fat' bug in pre-1970 32-bit
7+ data. Fix two Link line typos. Distribute SECURITY file.
8+
9+ This release is intended as a bugfix release, to fix compatibility problems and
10+ typos reported since 2021b was released.
11+
12+ ## Changes to Link directives
13+
14+ Revert almost all of 2021b's changes to the 'backward' file, by moving Link
15+ directives back to where they were in 2021a. Although 'zic' doesn't care which
16+ source file contains a Link directive, some downstream uses ran into trouble
17+ with the move. (Problem reported by Stephen Colebourne for Joda-Time.)
18+
19+ Fix typo that linked Atlantic/Jan_Mayen to the wrong location (problem reported
20+ by Chris Walton).
21+
22+ Fix 'backzone' typo that linked America/Virgin to the wrong location (problem
23+ reported by Michael Deckers).
24+
25+ ## Changes to documentation
26+
27+ Distribute the SECURITY file (problem reported by Andreas Radke).
Original file line number Diff line number Diff line change 11# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
22# way to translate the version is to use YYYY.n where `n` is a 0-based index.
3- __version__ = "2021.2.post0 "
3+ __version__ = "2021.3 "
44
55# This exposes the original IANA version number.
6- IANA_VERSION = "2021b "
6+ IANA_VERSION = "2021c "
You can’t perform that action at this time.
0 commit comments