mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
b76a4c8082
commit
4d87e98215
@ -1,8 +1,12 @@
|
|||||||
QGIS Change Log
|
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
|
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
|
2004-06-09 [larsl] 0.3.0devel21
|
||||||
** Hid the "GPS download file importer" tab
|
** Hid the "GPS download file importer" tab
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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
|
AC_INIT
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
|
|||||||
MAJOR_VERSION=0
|
MAJOR_VERSION=0
|
||||||
MINOR_VERSION=3
|
MINOR_VERSION=3
|
||||||
MICRO_VERSION=0
|
MICRO_VERSION=0
|
||||||
EXTRA_VERSION=21
|
EXTRA_VERSION=22
|
||||||
if test $EXTRA_VERSION -eq 0; then
|
if test $EXTRA_VERSION -eq 0; then
|
||||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user