Author: glen Date: Sun Apr 3 13:22:31 2011 GMT Module: packages Tag: HEAD ---- Log message: - default UTF-8 encoding
---- Files affected: packages/apache: apache-httpd.conf (1.55 -> 1.56) , apache-mod_autoindex.conf (1.9 -> 1.10) , apache.spec (1.621 -> 1.622) ---- Diffs: ================================================================ Index: packages/apache/apache-httpd.conf diff -u packages/apache/apache-httpd.conf:1.55 packages/apache/apache-httpd.conf:1.56 --- packages/apache/apache-httpd.conf:1.55 Thu Nov 26 11:25:58 2009 +++ packages/apache/apache-httpd.conf Sun Apr 3 15:22:24 2011 @@ -62,6 +62,7 @@ ServerTokens Full ServerSignature On HostnameLookups Off +AddDefaultCharset UTF-8 TraceEnable Off ================================================================ Index: packages/apache/apache-mod_autoindex.conf diff -u packages/apache/apache-mod_autoindex.conf:1.9 packages/apache/apache-mod_autoindex.conf:1.10 --- packages/apache/apache-mod_autoindex.conf:1.9 Wed Dec 21 14:27:28 2005 +++ packages/apache/apache-mod_autoindex.conf Sun Apr 3 15:22:25 2011 @@ -15,7 +15,7 @@ # IndexOptions: Controls the appearance of server-generated directory # listings. # -IndexOptions FancyIndexing VersionSort +IndexOptions FancyIndexing VersionSort Charset=UTF-8 # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. ================================================================ Index: packages/apache/apache.spec diff -u packages/apache/apache.spec:1.621 packages/apache/apache.spec:1.622 --- packages/apache/apache.spec:1.621 Sat Mar 26 20:54:13 2011 +++ packages/apache/apache.spec Sun Apr 3 15:22:25 2011 @@ -43,7 +43,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.17 -Release: 10 +Release: 11 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2784,6 +2784,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.622 2011/04/03 13:22:25 glen +- default UTF-8 encoding + Revision 1.621 2011/03/26 19:54:13 glen - use apu-1-config with exact db version in libs for build sanity ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-httpd.conf?r1=1.55&r2=1.56&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-mod_autoindex.conf?r1=1.9&r2=1.10&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.621&r2=1.622&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
