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

Re: svn commit: r989824 - in /subversion/trunk: configure.ac get-deps.sh

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 26 Aug 2010 18:21:44 +0100

On Thu, 2010-08-26, hwright_at_apache.org wrote:
> Log:
> Bump the recommended SQLite version, due to a potential database corruption
> bug in previous versions.

That sounds more serious than it is to us. We don't appear to be using
"incremental vacuum" anywhere (there's no mention in our trunk source
tree), so that bug can't bite us.

The bug is described very briefly at
<http://www.sqlite.org/releaselog/3_7_2.html> and the "news" page has a
fuller human-friendly description of the severity:
<http://www.sqlite.org/news.html>.

Would you mention this in the log msg?

It's fine to recommend this version, of course.

- Julian

> * get-deps.sh
> (SQLITE_VERSION): Bump to 3.7.2.
>
> * configure.ac
> (SQLITE_RECOMMENDED_VER): Bump to 3.7.2.
>
> Modified:
> subversion/trunk/configure.ac
> subversion/trunk/get-deps.sh
>
> Modified: subversion/trunk/configure.ac
> URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=989824&r1=989823&r2=989824&view=diff
> ==============================================================================
> --- subversion/trunk/configure.ac (original)
> +++ subversion/trunk/configure.ac Thu Aug 26 17:04:43 2010
> @@ -153,7 +153,7 @@ SVN_FIND_APACHE(20020903)
>
> dnl Search for SQLite
> SQLITE_MINIMUM_VER="3.4.0"
> -SQLITE_RECOMMENDED_VER="3.6.17"
> +SQLITE_RECOMMENDED_VER="3.7.2"
> SQLITE_URL="http://www.sqlite.org/sqlite-amalgamation-${SQLITE_RECOMMENDED_VER}.tar.gz"
> SVN_LIB_SQLITE(${SQLITE_MINIMUM_VER}, ${SQLITE_RECOMMENDED_VER},
> ${SQLITE_URL})
>
> Modified: subversion/trunk/get-deps.sh
> URL: http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=989824&r1=989823&r2=989824&view=diff
> ==============================================================================
> --- subversion/trunk/get-deps.sh (original)
> +++ subversion/trunk/get-deps.sh Thu Aug 26 17:04:43 2010
> @@ -28,7 +28,7 @@ APR_UTIL=apr-util-1.3.9
> NEON=neon-0.29.0
> SERF=serf-0.6.1
> ZLIB=zlib-1.2.5
> -SQLITE_VERSION=3.6.20
> +SQLITE_VERSION=3.7.2
> SQLITE=sqlite-amalgamation-$SQLITE_VERSION
>
> HTTPD=httpd-2.2.14
Received on 2010-08-26 19:22:41 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.