mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break ne
eds some work! Bugfix for raster artifacts. git-svn-id: http://svn.osgeo.org/qgis/trunk@1146 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
48ad73d519
commit
b4d46dbcf7
10
ChangeLog
10
ChangeLog
@ -1,8 +1,16 @@
|
||||
QGIS Change Log
|
||||
ChangeLog,v 1.51 2004/04/02 22:14:27 jobi Exp
|
||||
ChangeLog,v 1.52 2004/04/03 11:05:34 timlinux Exp
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.2 'Pumpkin' .... development version
|
||||
|
||||
2004-04-03 [ts] 0.1.0devel28
|
||||
** Bug fix (still unconfirmed if it cures the bug!) for raster layer rendering
|
||||
artifacts.
|
||||
|
||||
** Added new color ramper for grayscale and pseudcolor grayscale image called
|
||||
freak out (its a bit psycadellic at the moment). Last class break ne
|
||||
eds some work!
|
||||
|
||||
2004-04-02 [jobi] 0.1.0devel27
|
||||
** Added version checks for autoconf, automake and libtool
|
||||
** Small bugfixes
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl configure.in,v 1.50 2004/04/02 22:14:27 jobi Exp
|
||||
dnl configure.in,v 1.51 2004/04/03 11:05:34 timlinux Exp
|
||||
|
||||
AC_INIT
|
||||
|
||||
@ -23,7 +23,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=1
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=27
|
||||
EXTRA_VERSION=28
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user