summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-27 03:47:20 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-27 03:47:20 +0000
commitfbbc52e626a0f5757a0b256ed01c7faac4842b91 (patch)
tree5602cb3fd8755cec7539b7c9884bb2b41a91fe78
parent130e7172f32a9a0c06a47d2bcc50c49fb05026d4 (diff)
downloadlibapr-fbbc52e626a0f5757a0b256ed01c7faac4842b91.tar.gz
Fix people-name encoding
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@569977 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES25
-rw-r--r--STATUS2
2 files changed, 14 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 9e9628052..8bc7e4094 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ -*- coding: utf-8 -*-
Changes for APR 1.2.10
*) Fix day of year (tm_day) calculation for July. The bug only affects
@@ -71,7 +72,7 @@ Changes for APR 1.2.8
PR 40764. [Issac Goldstand <margol beamartyr.net>]
*) APR_FIND_APR macro no longer checks /usr/local/apache2/.
- PR 40842. [Colm MacCarthaigh]
+ PR 40842. [Colm MacCárthaigh]
*) Portably check for EEXIST in mktemp code. PR 40818
[Kenneth Golomb <KGolomb TradeCard.com>]
@@ -242,7 +243,7 @@ Changes for APR 1.1.0
setting the user and group for new processes. [Mladen Turk]
*) Add APR Multicast functions; including support for
- Source-Specific Multicast from Colm MacCarthaigh. [Paul Querna]
+ Source-Specific Multicast from Colm MacCárthaigh. [Paul Querna]
*) Add a build script to create a solaris package. [Graham Leggett]
@@ -361,7 +362,7 @@ Changes with APR 1.0
memory segment. [Amit Athavale <amit_athavale persistent.co.in>]
*) Add apr_strtoff() function for converting numeric strings into
- apr_off_t values. [André Malo <nd perlig.de>, Joe Orton]
+ apr_off_t values. [André Malo <nd perlig.de>, Joe Orton]
*) Fix stack overflow with IPv6 apr_socket_accept() on Win32.
PR 28471. [inoue <inoue ariel-networks.com>]
@@ -494,10 +495,10 @@ Changes with APR 0.9.5
*) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses
on any platforms.
- [Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]
+ [Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]
*) Support setuid, setgid and sticky file permissions bits on Unix.
- [André Malo]
+ [André Malo]
*) Fix sign error in apr_file_seek(APR_END).
[Greg Hudson <ghudson MIT.EDU>]
@@ -569,7 +570,7 @@ Changes with APR 0.9.4
[Mike Pilato <cmpilato collab.net>, William Rowe]
*) Work around a bug in Darwin when calling getnameinfo() on IPv4-mapped
- IPv6-addresses. [Colm MacCárthaigh <colm stdlib.net>, Jeff Trawick,
+ IPv6-addresses. [Colm MacCárthaigh <colm stdlib.net>, Jeff Trawick,
Justin Erenkrantz]
*) Add apr_temp_dir_get() for getting the most suitable temp directory
@@ -578,7 +579,7 @@ Changes with APR 0.9.4
*) Modify apr_sockaddr_info_get to call the resolver when we
do not have a hostname. Also, fix bugs in the getaddrinfo()
implementation.
- [Colm MacCárthaigh <colm stdlib.net>, Justin Erenkrantz]
+ [Colm MacCárthaigh <colm stdlib.net>, Justin Erenkrantz]
*) Change the behavior of unix process 'trylock's to return
APR_ENOTIMPL instead of segfaulting, consistent with the
@@ -646,7 +647,7 @@ Changes with APR 0.9.4
[Jacob Craig Lewallen <jlewalle cs.ucr.edu>]
*) Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden"
- file attribute on Windows and OS/2. [Branko Cibej]
+ file attribute on Windows and OS/2. [Branko ÄŒibej]
*) SECURITY [CAN-2003-0245]: Fixed a bug that could be triggered
remotely through mod_dav and possibly other mechanisms, causing
@@ -729,7 +730,7 @@ Changes with APR 0.9.2
[Bjoern A. Zeeb <bz zabbadoz.net>, William Rowe, Joe Orton]
*) Define APR_UINT64_T_FMT and APR_UINT64_T_FMT_LEN.
- Define APR_INT64_T_FMT_LEN on Windows and Netware. [Branko Cibej]
+ Define APR_INT64_T_FMT_LEN on Windows and Netware. [Branko ÄŒibej]
*) Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longer
eaten, and apr_file_gets() -> apr_file_puts() moves the contents
@@ -749,14 +750,14 @@ Changes with APR 0.9.2
be a little more robust (and unique). [Jim Jagielski]
*) Add functions apr_env_get, apr_env_set and apr_env_delete for
- manipulating the environment. [Branko Cibej]
+ manipulating the environment. [Branko ÄŒibej]
*) Fix APR_LAYOUT to work with layout files with no preceding blank lines
and emit errors when layout is not found. PR 15679.
[Justin Erenkrantz]
*) Add functions apr_filepath_list_split and apr_filepath_list_merge
- for managing search paths. [Branko Cibej]
+ for managing search paths. [Branko ÄŒibej]
*) Introduce Release mode debugging symbols for Win32 builds of apr.
All library builds gain /Zi for debug symbols (which are discarded
@@ -790,7 +791,7 @@ Changes with APR 0.9.2
[Thom May]
*) Add function apr_filepath_encoding and associated constants.
- [Branko Cibej]
+ [Branko ÄŒibej]
*) Allow apr_hash to have greater than int number of elements.
[Justin Erenkrantz]
diff --git a/STATUS b/STATUS
index ec532bd24..e8fdff578 100644
--- a/STATUS
+++ b/STATUS
@@ -1,4 +1,4 @@
-APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
+APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*- coding: utf-8 -*-
Last modified at [$Date$]
Releases: