diff --git a/ChangeLog b/ChangeLog index ad336609532..2694e197d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ QGIS Change Log -ChangeLog,v 1.194 2004/10/16 17:09:45 gsherman Exp +ChangeLog,v 1.195 2004/10/18 05:36:30 gsherman Exp ------------------------------------------------------------------------------ Version 0.6 'Simon' .... development version -2004-10-11 [gsherman] 0.5.0devel3 +2004-10-17 [gsherman] 0.5.0devel4 +** OGR provider now uses GEOS to select features when doing identify and + select operations. + +2004-10-16 [gsherman] 0.5.0devel3 ** Fixed OGR filters in the add layer dialog box using fix in qgsproject-branch ** Reverted images in qgisappbase.ui to XPM so QGIS will compile on Qt < 3.x diff --git a/configure.in b/configure.in index ea0ac9d233f..f9e6d45ebc5 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl configure.in,v 1.197 2004/10/16 17:09:45 gsherman Exp +dnl configure.in,v 1.198 2004/10/18 05:36:30 gsherman Exp @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=5 MICRO_VERSION=0 -EXTRA_VERSION=3 +EXTRA_VERSION=4 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else