Fixed empty .dbf crashing bug. Added transparency slider t raster popup menu.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1541 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-06-09 08:19:42 +00:00
parent b76a4c8082
commit 4d87e98215
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
QGIS Change Log
ChangeLog,v 1.117 2004/06/08 22:18:16 larsl Exp
ChangeLog,v 1.118 2004/06/09 08:19:42 timlinux Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-06-09 [ts] 0.3.0devel22
** Fixed bug that causes qgis to crash when an empty .dbf is encountered.
** Added transparency slider to raster popup menu.
2004-06-09 [larsl] 0.3.0devel21
** Hid the "GPS download file importer" tab

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.120 2004/06/08 22:18:16 larsl Exp
dnl configure.in,v 1.121 2004/06/09 08:19:42 timlinux Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
EXTRA_VERSION=21
EXTRA_VERSION=22
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else