diff options
| author | Tom Lane | 2016-09-04 23:42:08 +0000 |
|---|---|---|
| committer | Tom Lane | 2016-09-04 23:42:08 +0000 |
| commit | da6ea70c32bed99ca040a5e04d83c0edd5dfc615 (patch) | |
| tree | 363307fe353079cd0a468a6839b336ebd8ce4899 /src/tools | |
| parent | 5a072244919a92b2c757b2e3985191f02d674627 (diff) | |
Remove vestigial references to "zic" in favor of "IANA database".
Commit b2cbced9e instituted a policy of referring to the timezone database
as the "IANA timezone database" in our user-facing documentation.
Propagate that wording into a couple of places that were still using "zic"
to refer to the database, which is definitely not right (zic is the
compilation tool, not the data).
Back-patch, not because this is very important in itself, but because
we routinely cherry-pick updates to the tznames files and I don't want
to risk future merge failures.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 4f481de12cf..45cd178ae73 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -11,7 +11,7 @@ For All Releases (major, minor, beta, RC) o run spellchecker on result o add SGML markup -* Update timezone data to match latest zic database and new +* Update timezone data to match latest IANA timezone database and new Windows releases, if any (see src/timezone/README) * Translation updates |
