From 324c74718f1fe98b0b1210a033acafc5fa59f854 Mon Sep 17 00:00:00 2001 From: mcoletti Date: Fri, 19 Nov 2004 22:30:04 +0000 Subject: [PATCH] 0.5devel.26 checked in regarding QgsProject file changes. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2283 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index adb4f04540a..4eefc805ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ QGIS Change Log ------------------------------------------------------------------------------ Version 0.6 'Simon' .... development version +2004-11-19 [mcoletti] 0.5.devel26 +** Changed QgsProject properties interface to be more similar to + QSettings. New properties are emitted to file. There is a known + bug with QStringLists in that thre're redundant copies written to + the file. New properties aren't read yet. Will be adding code + for that over next couple days. + 2004-11-17 [timlinux] 0.5.0devel25 **Added a little checkbox to the bottom right of status bar that when checked will suppress rendering of layers in main canvas diff --git a/configure.in b/configure.in index 72fb2e6f619..b5f732584f8 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=5 MICRO_VERSION=0 -EXTRA_VERSION=25 +EXTRA_VERSION=26 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else