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.
Cheers,
-g
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
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2394411
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2394426
Received on 2009-09-14 06:20:38 CEST