You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/07/19 14:23:33 UTC

svn commit: r219666 - /httpd/httpd/trunk/CHANGES

Author: nd
Date: Tue Jul 19 05:23:32 2005
New Revision: 219666

URL: http://svn.apache.org/viewcvs?rev=219666&view=rev
Log:
use utf-8 for our CHANGES. We have problems to add international names
otherwise.

Modified:
    httpd/httpd/trunk/CHANGES   (contents, props changed)

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=219666&r1=219665&r2=219666&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [iso-8859-1] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Jul 19 05:23:32 2005
@@ -1,3 +1,4 @@
+                                                        -*- coding: utf-8 -*-
 Changes with Apache 2.1.7
   [Remove entries to the current 2.0 section below, when backported]
   
@@ -195,7 +196,7 @@
      [Jeff Trawick]
 
   *) Correctly export all mod_dav public functions.
-     [Branko Èibej <brane xbc.nu>]
+     [Branko Čibej <brane xbc.nu>]
 
 Changes with Apache 2.1.3
 
@@ -799,7 +800,7 @@
 Changes with Apache 2.0.54
 
   *) mod_cache: Add CacheIgnoreHeaders directive.  PR 30399.
-     [Rüiger Plü <r.pluem t-online.de>]
+     [Rüdiger Plüm <r.pluem t-online.de>]
 
   *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
      the ldap socket connection timeout value.  
@@ -935,10 +936,10 @@
      PR 31036. [André Malo]
 
   *) mod_disk_cache: Do not store aborted content.  PR 21492.
-     [Rüiger Plü <r.pluem t-online.de>]
+     [Rüdiger Plüm <r.pluem t-online.de>]
 
   *) mod_disk_cache: Correctly store cached content type.  PR 30278.
-     [Rüiger Plü <r.pluem t-online.de>]
+     [Rüdiger Plüm <r.pluem t-online.de>]
 
   *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP
      statistics display. PR 29216.  [Graham Leggett]
@@ -1598,7 +1599,7 @@
   *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
      avoid reporting an Internal Server error if it is used without
      having been set in the httpd.conf file. PR: 23748, 24459
-     [Andre Malo, Liam Quinn  <liam htmlhelp.com>]
+     [André Malo, Liam Quinn  <liam htmlhelp.com>]
 
   *) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
      option is set. PR 21668.  [Jesse Tie-Ten-Quee <highos highos.com>]
@@ -2315,7 +2316,7 @@
      [Frederic DONNAT <frederic.donnat zencod.com>]
 
   *) Always emit Vary header if mod_deflate is involved in the
-     request.  [Andre Malo <nd perlig.de>]
+     request.  [André Malo <nd perlig.de>]
 
   *) mod_isapi: Stop unsetting the 'empty' query string result with
      a NULL argument in ecb->lpszQueryString, eliminating segfaults
@@ -6181,7 +6182,7 @@
      but APR needs the check too, and I suspect other applications will
      as well.  APR now defines APR_INADDR_NONE, which is always a valid
      value on all platforms.
-     [Branko Èibej <brane xbc.nu>]
+     [Branko Čibej <brane xbc.nu>]
 
   *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
      [Shuichi Kitaguchi <ki hh.iij4u.or.jp>] 
@@ -6339,7 +6340,7 @@
      [Ryan Bloom]
 
   *) apr_psprintf doesn't understand %lld as a format.  Make it %ld.
-     [Tomas "Ögren" <stric ing.umu.se>]
+     [Tomas Ögren <stric ing.umu.se>]
 
   *) APR pipes on Unix and Win32 are now cleaned up automatically when the 
      associated pool goes away.  (APR pipes on OS/2 were already had this
@@ -6547,11 +6548,11 @@
       -cache result for "struct rlimit"
       -compile all helper programs with native and cross compiler
        and use the native version to generate header file
-     ["Rüdiger" Kuhlmann <Tadu gmx.de>]
+     [Rüdiger Kuhlmann <Tadu gmx.de>]
 
   *) Prepare our autoconf setup for autoconf 2.14a and for cross-
      compiling.
-     ["Rüdiger" Kuhlmann <Tadu gmx.de>]
+     [Rüdiger Kuhlmann <Tadu gmx.de>]
 
   *) Fix a bug where a client which only sends \n to delimit header
      lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED 
@@ -11625,7 +11626,7 @@
      handle multiple Listen directives.  [Marc Slemko] PR#872
 
   *) Inherit a bugfix to fnmatch.c from FreeBSD sources.
-     ["[KOI8-R] áÎÄÒÅÊ þÅÒÎÏ×" <ache nagual.pp.ru>] PR#1311
+     [Андрей Чернов <ache nagual.pp.ru>] PR#1311
 
   *) When a configuration parse complained about a bad directive,
      the logger would use whatever (unrelated) value was in errno.

Propchange: httpd/httpd/trunk/CHANGES
------------------------------------------------------------------------------
    svnmailer:content-charset = utf-8