From da6ea70c32bed99ca040a5e04d83c0edd5dfc615 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Sep 2016 19:42:08 -0400 Subject: 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. --- src/tools/RELEASE_CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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 -- cgit v1.2.3