Skip to content

Commit 2764896

Browse files
committed
Update tzdata to 2021c
1 parent 666975d commit 2764896

File tree

7 files changed

+239
-181
lines changed

7 files changed

+239
-181
lines changed

NEWS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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
232
Upstream version 2021b released 2021-09-24T23:23:00+00:00
333

@@ -76,6 +106,7 @@ Antarctica/Syowa.
76106
tzfile.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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.2.post0
1+
2021.3

news.d/2021c.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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).

src/tzdata/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
-29 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)