From cvs-return-5552-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Sun Mar 07 21:15:05 2004 Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 95449 invoked from network); 7 Mar 2004 21:15:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Mar 2004 21:15:05 -0000 Received: (qmail 55850 invoked by uid 500); 7 Mar 2004 21:14:54 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 55751 invoked by uid 500); 7 Mar 2004 21:14:53 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 55737 invoked from network); 7 Mar 2004 21:14:53 -0000 Date: 7 Mar 2004 21:15:04 -0000 Message-ID: <20040307211504.95413.qmail@minotaur.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/03/07 13:15:04 Modified: . CHANGES Log: Synch with 0.9 branch. Revision Changes Path 1.453 +24 -2 apr/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apr/CHANGES,v retrieving revision 1.452 retrieving revision 1.453 diff -w -d -u -r1.452 -r1.453 --- CHANGES 1 Mar 2004 21:05:44 -0000 1.452 +++ CHANGES 7 Mar 2004 21:15:04 -0000 1.453 @@ -117,6 +117,28 @@ Changes with APR 0.9.5 + *) Various build fixes: thread_rwlock.c on some Solaris platforms + (PR 22990); filestat.c on ReliantUnix (PR 22990); config.status + on IRIX (PR 19251). [Various] + + *) Use NI_NAMEREQD instead of NI_NUMERICHOST in + APR_CHECK_GETNAMEINFO_IPV4_MAPPED. PR 24469. [Justin Erenkrantz] + + *) Ensure that apr_sockaddr_info_get() does not return anything + other than AF_INET and AF_INET6 addresses. [Joe Orton] + + *) Clarify that apr_dir_read() does not guarantee order of returned + entries as previously claimed. [Joe Orton] + + *) The whole codebase was relicensed and is now available under + the Apache License, Version 2.0 (http://www.apache.org/licenses). + [Apache Software Foundation] + + *) Define apr_off_t as long rather than as off_t on platforms with a + 32-bit off_t to prevent incompatibility with packages such as + Perl which redefine the size of off_t via _FILE_OFFSET_BITS on + some platforms. [Ben Reser ] + *) apr_socket_connect(): allow app to make subsequent call on non-blocking socket. [Jeff Trawick] @@ -127,8 +149,8 @@ Changes with APR 0.9.4 - *) fix apr_file_dup() and apr_file_dup2() to dup the ungetchar - member [Stas Bekman] + *) win32: fix apr_file_dup() and apr_file_dup2() to dup the + ungetchar member [Stas Bekman] *) Preserve leading '../' segments as when merging to an empty and unrooted path - fixes a bug observed in SVN with Win32/Netware/OS2.