You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by sf...@apache.org on 2012/11/19 20:37:46 UTC

svn commit: r991 - /release/apr/.htaccess

Author: sf
Date: Mon Nov 19 19:37:44 2012
New Revision: 991

Log:
add content-type/charset for CHANGES* files

Modified:
    release/apr/.htaccess

Modified: release/apr/.htaccess
==============================================================================
--- release/apr/.htaccess (original)
+++ release/apr/.htaccess Mon Nov 19 19:37:44 2012
@@ -1,6 +1,11 @@
 IndexOptions +FancyIndexing +ScanHTMLTitles DescriptionWidth=*
 
 AddType application/octet-stream .msi
+<Files CHANGES*>
+  DefaultType text/plain
+  AddDefaultCharset UTF-8
+</Files>
+
 AddIcon (SIG,/icons/quill.gif) .asc KEYS
 AddIcon (MD5,/icons/quill.gif) .md5
 AddIcon (TGZ,/icons/compressed.gif) .tar.gz .tar.Z .tar.bz2