Skip to content

Commit

Permalink
Updated changelogs and versions etc for 0.9.2rc1 release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8067 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 29, 2008
1 parent 19841c3 commit ede437b
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 71 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
@@ -1,5 +1,18 @@
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
------------------------------------------------------------------------------
Version 0.9.2rc1 'Ganymede'
** This release candidate includes over 40 bug fixes and enchancements
** over the QGIS 0.9.1 release. In addition we have added
** the following new features:
** Imrovements to digitising capabilities.
** Supporting default and defined styles (.qml) files for file based
** vector layers. With styles you can save the symbolisation
** and other settings associated with a vector layer and they
** will be loaded whenever you load that layer.
** Improved support for transparency and contrast stretching
** in raster layers. Support for color ramps in raster layers.
** Support for non-north up rasters. Many other raster
** improvements 'under the hood'.
Version 0.9.1 'Ganymede'
** This is a bug fix release
** 70 Bugs closed
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
@@ -1,3 +1,20 @@
qgis (0.9.2rc1) gutsy; urgency=low

* This release candidate includes over 40 bug fixes and enchancements
* over the QGIS 0.9.1 release. In addition we have added
* the following new features:
* Imrovements to digitising capabilities.
* Supporting default and defined styles (.qml) files for file based
* vector layers. With styles you can save the symbolisation
* and other settings associated with a vector layer and they
* will be loaded whenever you load that layer.
* Improved support for transparency and contrast stretching
* in raster layers. Support for color ramps in raster layers.
* Support for non-north up rasters. Many other raster
* improvements 'under the hood'.

-- Tim Sutton <tim@linfiniti.com> Mon, 28 Jan 2008 23:00:41 -0200

qgis (0.9.1) gutsy; urgency=low

* This is a bug fix release
Expand Down
57 changes: 14 additions & 43 deletions doc/index.html
Expand Up @@ -21,55 +21,26 @@
-->
<!-- This documentation describes the Quantum GIS (QGIS) application. More
information on QGIS is available on the web page at http://qgis.org. -->
<h2>Whats new in Version 0.9?</h2>
<h2>Whats new in Version 0.9.2rc1?</h2>
<p>
Version 0.9.0 brought some very interesting new features and updates to you.
</p>
<ul>
<li>
Python bindings - This is the major focus of this release
it is now possible to create plugins using python. It is also
possible to create GIS enabled applications written in python
that use the QGIS libraries.
This release candidate includes over 40 bug fixes and enchancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:
<ul><li>
Imrovements to digitising capabilities.
</li>
<li>
Removed automake build system - QGIS now needs CMake for compilation.
Supporting default and defined styles (.qml) files for file based
vector layers. With styles you can save the symbolisation
and other settings associated with a vector layer and they
will be loaded whenever you load that layer.
</li>
<li>
Many new GRASS tools added (with thanks to http://faunalia.it/)
</li>
<li>
Map Composer updates
</li>
<li>
Crash fix for 2.5D shapefiles
</li>
<li>
The QGIS libraries have been refactored and better organised.
</li>
<li>
Improvements to the GeoReferencer
</li>
</ul>

<p>
Version 0.9.1 concentrates on stabilization and feature enhancement.
</p>
<ul>
<li>
70 bugfixes and feature improvements
</li>
<li>
New window arrangement feature for the Georeferencer
</li>
<li>
New locale tab in the options dialog
</li>
<li>
Download progress information for WMS and WFS data
</li>
<li>
More GRASS modules added to the GRASS toolbox
Improved support for transparency and contrast stretching
in raster layers. Support for color ramps in raster layers.
Support for non-north up rasters. Many other raster
improvements 'under the hood'.
</li>
</ul>

Expand Down
3 changes: 2 additions & 1 deletion scripts/build_debian_package.sh
Expand Up @@ -20,5 +20,6 @@ fi

export DEBFULLNAME="Tim Sutton"
export DEBEMAIL=tim@linfiniti.com
dch -v 0.9.1+svn`date +%Y%m%d`
#dch -v 0.9.1+svn`date +%Y%m%d`
dch -v 0.9.2rc1
fakeroot dpkg-buildpackage
44 changes: 17 additions & 27 deletions src/app/qgisapp.cpp
Expand Up @@ -1504,44 +1504,34 @@ void QgisApp::about()
tr("http://www.gnu.org/licenses") +
"</p>";
abt->setURLs(urls);
QString watsNew = "<html><body>" + tr("Version") + " ";
watsNew += QGis::qgisVersion;
watsNew += "<h3>" + tr("New features") + "</h3>";
watsNew += "<ul><li>"
+ tr("Python bindings - This is the major focus of this release "
"it is now possible to create plugins using python. It is also "
"possible to create GIS enabled applications written in python "
"that use the QGIS libraries."
)
QString whatsNew = "<html><body>" + tr("Version") + " ";
whatsNew += QGis::qgisVersion;
whatsNew += "<h3>" + tr("New features") + "</h3>";
+ tr("This release candidate includes over 40 bug fixes and enchancements "
"over the QGIS 0.9.1 release. In addition we have added "
"the following new features:")
whatsNew += "<ul><li>"
+ tr("Imrovements to digitising capabilities.")
+ "</li>"
+ "<li>"
+ tr("Removed automake build system - QGIS now needs CMake for compilation.")
+ tr("Supporting default and defined styles (.qml) files for file based "
"vector layers. With styles you can save the symbolisation "
"and other settings associated with a vector layer and they "
"will be loaded whenever you load that layer.")
+ "</li>"
+ "<li>"
+ tr("Many new GRASS tools added (with thanks to http://faunalia.it/)")
+ "</li>"
+ "<li>"
+ tr("Map Composer updates")
+ "</li>"
+ "<li>"
+ tr("Crash fix for 2.5D shapefiles")
+ "</li>"
+ "<li>"
+ tr("The QGIS libraries have been refactored and better organised.")
+ "</li>"
+ "<li>"
+ tr("Improvements to the GeoReferencer")
+ "</li>"
+ "<li>"
+ tr("Added locale options to options dialog.")
+ tr("Improved support for transparency and contrast stretching "
"in raster layers. Support for color ramps in raster layers. "
"Support for non-north up rasters. Many other raster "
"improvements 'under the hood'.")
+ "</li>"
//+ "<li>"
//+ tr("X")
//+ "</li>"
+ "</ul></body></html>";


abt->setWhatsNew(watsNew);
abt->setWhatsNew(whatsNew);

// add the available plugins to the list
QString providerInfo = "<b>" + tr("Available Data Provider Plugins") + "</b><br>";
Expand Down

0 comments on commit ede437b

Please sign in to comment.