Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29F9A108CB for ; Tue, 30 Apr 2013 23:23:57 +0000 (UTC) Received: (qmail 65341 invoked by uid 500); 30 Apr 2013 23:23:57 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 65288 invoked by uid 500); 30 Apr 2013 23:23:56 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 65277 invoked by uid 99); 30 Apr 2013 23:23:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 23:23:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_STOCK2 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 23:23:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 335AB23889E7; Tue, 30 Apr 2013 23:23:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1477871 - /apr/apr/trunk/CHANGES Date: Tue, 30 Apr 2013 23:23:35 -0000 To: commits@apr.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130430232335.335AB23889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sf Date: Tue Apr 30 23:23:34 2013 New Revision: 1477871 URL: http://svn.apache.org/r1477871 Log: remove a few backported items Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1477871&r1=1477870&r2=1477871&view=diff ============================================================================== --- apr/apr/trunk/CHANGES [utf-8] (original) +++ apr/apr/trunk/CHANGES [utf-8] Tue Apr 30 23:23:34 2013 @@ -1,12 +1,6 @@ -*- coding: utf-8 -*- Changes for APR 2.0.0 - *) Fix amd64 assembler version of apr_atomic_xchgptr(). PR 51851. [Mattias - Engdegård ] - - *) Fix PPC atomics to work with gcc 4.0. PR 54840. [Mattias Engdegård - ] - *) Mark apr_dbd_freetds as unsupported, and remove it from all builds [Nick Kew] @@ -16,20 +10,11 @@ Changes for APR 2.0.0 *) Add support code to teach valgrind about APR pools, allocators, and bucket allocators. [Stefan Fritsch] - *) Fix apr_ipsubnet_test() false positives when comparing IPv4 - subnet representation against an IPv6 address. PR 54047. [Joe Orton] - *) apr_socket_accept_filter(): The 2nd and 3rd arguments are now const char * instead of char *. [Jeff Trawick] *) apr_pollset_poll: add z/OS async poll support for sockets [Greg Ames] - *) apr_mcast_hops: Fix EINVAL for IPv6 sockets caused by using byte - instead integer for setsockopt. [Mladen Turk] - - *) apr_file_open: Avoid fcntl() calls if support for O_CLOEXEC works. - PR 48557. [Mike Frysinger ] - *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389. [Armin Müller ]