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:
timlinux 2004-04-03 11:05:34 +00:00
parent 48ad73d519
commit b4d46dbcf7
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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