From f86e37cd95313b91d7fc192b302c9160c51ba457 Mon Sep 17 00:00:00 2001 From: gsherman Date: Mon, 18 Oct 2004 05:36:30 +0000 Subject: [PATCH] Update changelog and bumped extra_version in configure.in git-svn-id: http://svn.osgeo.org/qgis/trunk@2141 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 8 ++++++-- configure.in | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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