diff --git a/ChangeLog b/ChangeLog index dbe47c927de..98dcd4e6734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ QGIS Change Log ------------------------------------------------------------------------------ Version 0.6 'Simon' .... development version +2004-11-20 [timlinux] 0.5.0devel28 +** Added the capability to interrupt the rendering of the currently drawing map +layer by pressing the escape key. Repeat and rinse to interrupt drawing of all +vector layers. Not implemented for raster layers yet. + 2004-11-11 [gsherman] 0.5.0devel27 ** First pass at a PostgreSQL query builder. This is not entirely functional yet. Fields for a table are displayed and sample or all diff --git a/configure.in b/configure.in index 5716280cd07..478695e2f3a 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=5 MICRO_VERSION=0 -EXTRA_VERSION=27 +EXTRA_VERSION=28 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else