From 9574beb709499be5b18c4c4ffcc0ca1091b62b64 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 22 Feb 2001 03:55:22 +0000 Subject: [PATCH] Add the correct language tag for interoperation with the Taiwanese versions of MSIE and Netscape. PR: 7142 Submitted by: Clive Lin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88270 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ docs/conf/httpd-std.conf | 1 + docs/conf/httpd-win.conf | 1 + 3 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index e31072ede86..dd6495b65eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.12-dev + *) Add the correct language tag for interoperation with the Taiwanese + versions of MSIE and Netscape. [Clive Lin ] PR#7142 + *) Migrate the perchild MPM to use the new apr signal child, and APR thread functions. [Ryan Bloom] diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index dc2d0c72309..ac6ddc077f9 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -659,6 +659,7 @@ AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw +AddLanguage zh-tw .tw # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 6917a036588..a41ac4702d0 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -585,6 +585,7 @@ AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw +AddLanguage zh-tw .tw # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. -- 2.47.3