[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.4.4 tarballs up for testing/signing

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-05-17 23:09:05 CEST

Daniel Rall wrote:
> On Thu, 17 May 2007, Malcolm Rowe wrote:
>
>> On Thu, May 17, 2007 at 07:41:22AM -0400, C. Michael Pilato wrote:
>>> Malcolm Rowe wrote:
>>>> On Wed, May 16, 2007 at 10:44:40PM +0200, David Anderson wrote:
>>>>> Greetings programs!
>>>>>
>>>>> 1.4.4 tarballs are ready for testing.
>>>>> The magic revision is r25046.
>>>>>
>>>>> http://natulte.net/pub/svn/1.4.4/
>>>>>
>>>> The deps tarbals appear to contain APR{,-util} 0.9.7. The 1.4.3 deps
>>>> included 0.9.12, so I suspect this is wrong. (We should probably be
>>>> shipping 0.9.13 instead).
>>>>
>>>> Can we re-roll the deps tarball?
>>> For simplicity, can't we just do:
>>>
>>> cp subversion-deps-1.4.3.tar.gz subversion-deps-1.4.4.tar.gz
>>>
>>> ?
>>>
>> Sure, though it's actually
>>
>> tar zxf subversion-deps-1.4.3.tar.gz
>> mv subversion-1.4.3/ subversion-1.4.4/
>> tar zcf subversion-deps-1.4.4.tar.gz subversion-1.4.4/
>>
>> Or something like that, anyway.
>>
>> Is there anything important in APR 0.9.13 that we should include? (it
>> didn't look like it to me, particularly).
>
> Philip's apr_atomic_cas() fix for 64-bit platforms and Garrett's
> Berekely DB 4.5 support seem most relevant:
>
> -----------------------------------------------
>
> Changes with APR 0.9.13
>
> *) Fix detection of pthread cross-process robust mutexes.
> PR 39833. [Tsuyoshi SASAMOTO <nazonazo miobox.jp>]
>
> *) Correctly retrieve 'empty' environment values with apr_env_get
> on Win32 (e.g. "VAR="), and added validation to testall suite.
> PR 40764. [Issac Goldstand <margol beamartyr.net>]
>
> *) Portably check for EEXIST in mktemp code. PR 40818
> [Kenneth Golomb <KGolomb TradeCard.com>]
>
> *) Fix apr_atomic_cas on platforms with 64 bit longs.
> [Philip Martin <philip codematters.co.uk>]
>
> *) Provide folding in autogenerated .manifest files for Win32 builders
> using VisualStudio 2005 [William Rowe]
>
> http://www.apache.org/dist/apr/CHANGES-APR-0.9
>
> -----------------------------------------------
>
> Changes with APR-util 0.9.13
>
> *) Add support for Berkeley DB 4.5 to the configure scripts.
> [Garrett Rooney]
>
> *) Allow apr_queue.h to be included before other APR headers.
> PR 40891 [Henry Jen <henryjen ztune.net>]
>
> *) Provide folding in autogenerated .manifest files for Win32 builders
> using VisualStudio 2005 [William Rowe]
>
> *) Fix incorrect byte order (PR 37342) and incorrect timestamp type
> in the fallback UUID generator used when no external UUID generator
> is detected by APR.
> [Max Bowsher]
>
> http://www.apache.org/dist/apr/CHANGES-APR-UTIL-0.9

There was also a fix for our issue #1869, something to do with relative
paths on Windows. (Curiously, the issue has been closed, but the
XFAILing tests are still marked as such on trunk.)

-Hyrum

Received on Thu May 17 23:09:16 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.