From commits-return-9556-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Wed May 21 15:37:47 2008 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 24117 invoked from network); 21 May 2008 15:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 15:37:45 -0000 Received: (qmail 65850 invoked by uid 500); 21 May 2008 15:37:46 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 65804 invoked by uid 500); 21 May 2008 15:37:46 -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 65795 invoked by uid 99); 21 May 2008 15:37:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 08:37:46 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.191.128.81] (HELO mxout2.iskon.hr) (213.191.128.81) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 May 2008 15:36:52 +0000 Received: (qmail 24656 invoked from network); 21 May 2008 17:37:14 +0200 X-Remote-IP: 213.191.142.123 Received: from unknown (HELO mx.iskon.hr) (213.191.142.123) by mxout2.iskon.hr with SMTP; 21 May 2008 17:37:14 +0200 Received: (qmail 13486 invoked from network); 21 May 2008 17:37:13 +0200 X-AVScan: ClamAV X-Remote-IP: 89.164.39.159 Received: from 39-159.dsl.iskon.hr (HELO ?192.168.0.10?) (89.164.39.159) by mx.iskon.hr with SMTP; 21 May 2008 17:37:13 +0200 Message-ID: <48344199.1090301@apache.org> Date: Wed, 21 May 2008 17:36:57 +0200 From: Mladen Turk User-Agent: Thunderbird 1.5.0.12 (X11/20071129) MIME-Version: 1.0 To: "William A. Rowe, Jr." CC: dev@apr.apache.org, commits@apr.apache.org Subject: Re: svn commit: r658105 - in /apr/apr/trunk: CHANGES shmem/win32/shm.c References: <20080520054037.25DBA23889FF@eris.apache.org> <483418B3.5080105@rowe-clan.net> In-Reply-To: <483418B3.5080105@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe, Jr. wrote: > mturk@apache.org wrote: >> @@ -1,6 +1,10 @@ >> -*- coding: >> utf-8 -*- >> Changes for APR 1.4.0 >> >> + *) Make sure WIN32 behaves the same as posix for file backed >> + shared memory by removing the file on cleanup/remove. >> + [Mladen Turk] >> + > > This is pretty weird, you marked this as an APR 1.4.0 change and then > backported the behavior to 1.2 and 1.3 ... huh? > Well the intention wasn't to mark it as 1.4 (trunk) change. The purpose was to mark the version from which the API implementation is fixed, so I suppose I should backport this note to 1.2.x and 1.3.x as well. Regards -- ^(TM)