summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-27 03:47:03 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-27 03:47:03 +0000
commit9d36670108c7633efc0c83307ba98c3dd6224f32 (patch)
tree64522a720db5829443c3d4042a06f70df078c229
parentdff7567041893303fd70d4c5ec2c8fd49a99a2b1 (diff)
downloadapr-9d36670108c7633efc0c83307ba98c3dd6224f32.tar.gz
Fix people-name encoding
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@569976 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES39
-rw-r--r--STATUS2
2 files changed, 22 insertions, 19 deletions
diff --git a/CHANGES b/CHANGES
index 7ada1238b..c2dab518e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
+ -*- coding: utf-8 -*-
Changes for APR 1.3.0
+ *) Define the Mac OS/X filesystem_. [Branko ÄŒibej]
+
*) Add table cloning (deep copy) convenience function.
[Davi Arnaut]
@@ -81,7 +84,7 @@ Changes for APR 1.3.0
using VisualStudio 2005 [William Rowe]
*) Utilise Solaris' native atomic_* functions for apr_atomics
- where appropriate. [Colm MacCarthaigh]
+ where appropriate. [Colm MacCárthaigh]
*) Make apr_socket_recvfrom initialize the port field in the from
sockaddr. PR 39325 [Anthony Minessale <anthmct yahoo.com>]
@@ -93,10 +96,10 @@ Changes for APR 1.3.0
PR 38785. [Chris Darroch <chrisd pearsoncmg.com>]
*) APR_FIND_APR macro now supports customisable detailed checks on
- each installed apr. [Justin Erenkrantz, Colm MacCarthaigh]
+ each installed apr. [Justin Erenkrantz, Colm MacCárthaigh]
*) APR_FIND_APR macro no longer checks /usr/local/apache2/
- [Colm MacCarthaigh]
+ [Colm MacCárthaigh]
*) Add APR_POLLSET_NOCOPY option to apr_pollset API to eliminate
O(n)-time lookup in apr_pollset_remove() (currently implemented
@@ -104,17 +107,17 @@ Changes for APR 1.3.0
*) Add apr_file_buffer_set() and apr_file_buffer_size_get() functions
to support variable buffer sizes with APR file handles.
- [Colm MacCarthaigh]
+ [Colm MacCárthaigh]
*) Add apr_file_open_flags_std[err|out|in]() functions.
- [Colm MacCarthaigh]
+ [Colm MacCárthaigh]
*) stdio: apr_file_open_std[err|out|in]() functions now set the APR_WRITE
- or APR_READ flag as appropriate. [Colm MacCarthaigh]
+ or APR_READ flag as appropriate. [Colm MacCárthaigh]
*) multicast: apr_mcast_*() no longer return APR_ENOTIMPL when invoked
for non-UDP/RAW sockets. The caller is expected to ensure that the
- socket-type is suitable for multicast. [Colm MacCarthaigh]
+ socket-type is suitable for multicast. [Colm MacCárthaigh]
*) Add apr_sockaddr_ip_getbuf() function. [Joe Orton]
@@ -283,7 +286,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]
@@ -402,7 +405,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>]
@@ -535,10 +538,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>]
@@ -610,7 +613,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
@@ -619,7 +622,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
@@ -687,7 +690,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
@@ -770,7 +773,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
@@ -790,14 +793,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
@@ -831,7 +834,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 9db685e7d..55747d0ec 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: