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

Re: svn commit: r39283 - in trunk: . tools/dist

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Tue, 15 Sep 2009 23:47:58 +0200

2009-09-14 06:20:14 Greg Stein napisaƂ(a):
> On Sun, Sep 13, 2009 at 22:26, Arfrever Frehtes Taifersar Arahesis
> <Arfrever.FTA_at_gmail.com> wrote:
> > Author: arfrever
> > Date: Sun Sep 13 19:26:48 2009
> > New Revision: 39283
> >
> > Log:
> > Support Neon 0.29.
> >
> > * configure.ac
> > (NEON_ALLOWED_LIST): Allow Neon 0.29.
> > (NEON_RECOMMENDED_VER): Recommend Neon 0.29.0.
> >
> > * tools/dist/construct-rolling-environment.sh: Use Neon 0.29.0.
> >
> > Modified:
> > trunk/configure.ac
> > trunk/tools/dist/construct-rolling-environment.sh
> >
> > Modified: trunk/configure.ac
> > URL: http://svn.collab.net/viewvc/svn/trunk/configure.ac?pathrev=39283&r1=39282&r2=39283
> > ==============================================================================
> > --- trunk/configure.ac Sun Sep 13 18:54:42 2009 (r39282)
> > +++ trunk/configure.ac Sun Sep 13 19:26:48 2009 (r39283)
> > @@ -86,8 +86,8 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
> >
> > # Either a space-separated list of allowable Neon versions, or "any" to
> > # mean allow anything.
> > -NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28"
> > -NEON_RECOMMENDED_VER=0.28.6
> > +NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29"
> > +NEON_RECOMMENDED_VER="0.29.0"
> > NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
> > dnl You can skip the neon version check only if you know what you are doing
> > AC_ARG_ENABLE(neon-version-check,
> >
> > Modified: trunk/tools/dist/construct-rolling-environment.sh
> > URL: http://svn.collab.net/viewvc/svn/trunk/tools/dist/construct-rolling-environment.sh?pathrev=39283&r1=39282&r2=39283
> > ==============================================================================
> > --- trunk/tools/dist/construct-rolling-environment.sh Sun Sep 13 18:54:42 2009 (r39282)
> > +++ trunk/tools/dist/construct-rolling-environment.sh Sun Sep 13 19:26:48 2009 (r39283)
> > @@ -7,7 +7,7 @@ SWIG=swig-1.3.36
> >
> > APR=apr-1.3.8
> > APR_UTIL=apr-util-1.3.9
> > -NEON=neon-0.28.6
> > +NEON=neon-0.29.0
> > SERF=serf-0.3.0
> > ZLIB=zlib-1.2.3
> > SQLITE_VERSION=3.6.17
> >
> Normally, we would not change the "recommended" version a single day
> after its release, ... but given that this is trunk and won't be
> foisted upon our users for a good many months, then ... *shrug*
>
> Backporting this to 1.6.x? I'd prefer to see some mileage on 0.29
> before recommending it.

I have been using Neon trunk (which recently was copied to 0.29.x branch)
for many months without any problems.

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2395261

Received on 2009-09-15 23:45:58 CEST

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.