mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
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
This commit is contained in:
parent
b8e3d36db0
commit
3b03172e88
10
ChangeLog
10
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.
|
||||
This is the initial import of the code base into CVS on Sourceforge.net.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user