From 3b03172e88b5f016a0bc9b9518294283146d174d Mon Sep 17 00:00:00 2001 From: timlinux Date: Sun, 20 Jun 2004 20:30:28 +0000 Subject: [PATCH] Fix anoying mapcanvas isnt freezing during raster layer add bug git-svn-id: http://svn.osgeo.org/qgis/trunk@1643 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 10 +++++++--- configure.in | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48bc226d756..cc759f33a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ QGIS Change Log -ChangeLog,v 1.139 2004/06/20 12:53:52 mhugent Exp +ChangeLog,v 1.140 2004/06/20 20:30:28 timlinux Exp ------------------------------------------------------------------------------ Version 0.3 'Madison' .... development version -2004-06-16 [ts] 0.3.0devel42 +2004-06-20 [ts] 0.3.0devel43 + +** Fix anoying 'mapcanvas isnt freezing while loading rasters' bug + +2004-06-19 [ts] 0.3.0devel42 ** Add white buffer around scalebar text...buffer around lines to come... @@ -807,4 +811,4 @@ July 6, 2002 the ability to define a PostGIS connection and display the spatially enabled tables that could be loaded. - This is the initial import of the code base into CVS on Sourceforge.net. \ No newline at end of file + This is the initial import of the code base into CVS on Sourceforge.net. diff --git a/configure.in b/configure.in index 9573386914e..2fefef6eaa7 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.141 2004/06/19 12:41:29 timlinux Exp +dnl configure.in,v 1.142 2004/06/20 20:30:28 timlinux Exp AC_INIT @@ -25,7 +25,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=3 MICRO_VERSION=0 -EXTRA_VERSION=42 +EXTRA_VERSION=43 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else