From: Tony Finch Date: Thu, 22 Feb 2001 03:55:22 +0000 (+0000) Subject: Add the correct language tag for interoperation with the Taiwanese X-Git-Tag: 2.0.12~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505ad5977ea2f57b6d08a6e533e042e2257cbdb8;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.