2004-02-07 22:06:30 +00:00
< html >
2004-10-04 00:53:49 +00:00
< head >
< LINK REL = "STYLESHEET" HREF = "qgisdoc.css" >
< / head >
< body >
< table >
< tr >
< td >
< a href = "http://qgis.org" > < img src = "images/qgis_new_80pct.png" border = 0 > < / a >
< / td >
< td valign = "center" >
< span class = "header" > Quantum GIS Documentation< / span > < br >
2007-12-07 03:28:13 +00:00
< span class = "subheader" > Version 0.9.1 < i > Ganymede< / i > < / span > < br >
2005-11-05 17:15:37 +00:00
< span class = "warning" > Please read this entire document for important information about this release.< / span >
2004-10-04 00:53:49 +00:00
< / td >
< / tr >
< / table >
2005-11-05 17:15:37 +00:00
<!-- comment out the links so you'll read the whole thing - we hope
2004-10-04 00:53:49 +00:00
< a href = "install.pdf" class = "bar" > Installation Guide< / a >
< a href = "userguide.pdf" class = "bar" > User Guide< / a > < br >
2005-11-05 17:15:37 +00:00
-->
2004-10-04 00:53:49 +00:00
<!-- This documentation describes the Quantum GIS (QGIS) application. More
information on QGIS is available on the web page at http://qgis.org. -->
2007-12-03 14:53:34 +00:00
< h2 > Whats new in Version 0.9?< / h2 >
< p >
Version 0.9.0 brought some very interesting new features and updates to you.
< / p >
2007-08-29 04:42:59 +00:00
< 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.
< / li >
< li >
Removed automake build system - QGIS now needs CMake for compilation.
< / 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 >
2004-10-04 00:53:49 +00:00
< / ul >
2005-11-05 17:15:37 +00:00
2007-12-03 14:53:34 +00:00
< p >
Version 0.9.1 concentrates on stabilization and feature enhancement.
< / p >
< ul >
< li >
2007-12-07 03:28:13 +00:00
70 bugfixes and feature improvements
2007-12-03 14:53:34 +00:00
< / 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
< / li >
< / ul >
2007-08-29 04:42:59 +00:00
2006-12-28 23:51:44 +00:00
< dl > < dt > < span class = "subheader" > Special Requirements
2005-11-05 17:15:37 +00:00
< ul class = "normal" >
2007-01-02 16:55:21 +00:00
< li > < a href = "http://www.trolltech.com/developer/downloads/qt/index" > Qt 4.2.2< / a > is required.
2005-11-05 17:15:37 +00:00
< li > The < a href = "http://expat.sourceforge.net/" > Expat XML Parser< / a > is required for the GPS plugin. This vastly improves the speed and memory management when loading GPX files.
< li > The raster georeferencer plugin requires the < a href = "http://www.gnu.org/software/gsl/" > GNU Scientfic Library< / a > (GSL).
< / ul >
< span class = "normal" >
GSL and Expat are optional and required only if you want to use the georeferencer or GPS plugins respectively. SQLite is always required.
< / span >
< / dl >
< dl > < dt > < span class = "subheader" > Known Issues in this Release
< dd >
General
< ul class = "normal" >
2006-12-28 23:51:44 +00:00
< li > Project files from previous versions of QGIS will likely not work.
< li > Some internationalization (translation) files may be incomplete.
2007-08-29 04:42:59 +00:00
< li > QGIS is not bug free - we make no assertions as to its fitness for
use for any particular purpose. Use entirely at your own risk.
2005-11-05 17:15:37 +00:00
< / ul >
< / dd >
< dd >
OS X Specific
< ul class = "normal" >
< li > Due to a limitation in the Quicktime graphics engine, there is a limit on the number points allowed per feature. See the Readme that comes with the OS X dmg
< / ul >
< / dd >
< dd >
Windows
< ul class = "normal" >
2006-12-28 23:51:44 +00:00
< li >
2005-11-05 17:15:37 +00:00
< / ul >
< / dd >
< / dt >
< / dl >
< dl > < dt > < span class = "subheader" > Reporting Bugs
< dd >
If think you have found a bug, please consider reporting it to the development team. The steps to report a bug are:
< ol class = "normal" >
2006-12-28 23:51:44 +00:00
< li > Go to the Bug Tracker at < a href = "https://svn.qgis.org/trac" > https://svn.qgis.org/trac< / a >
< li > Read < a href = "https://svn.qgis.org/trac/wiki/UsingTracWithQuantumGis" > Using Trac With QGIS< / a > to learn about the submission process
< li > Review the list of current issues to make sure your bug has not already been submitted. If it has, review the submission and see if there is anything you can add to the bug report to aid the developers
< li > If your bug has not been reported, create a new ticket, making sure to either login to trac or provide your email address. Tickets lacking contact information are subject to deletion.
2005-11-05 17:15:37 +00:00
< / ol >
< / dd >
< / dt >
2004-10-04 00:53:49 +00:00
< dl > < dt > < span class = "subheader" > Installation Guide
2007-01-09 02:39:15 +00:00
< dd > How to build and install QGIS. The guide is available as part of the
< a href = "userguide.pdf" > User Guide< / a > .< / dd >
2004-10-04 00:53:49 +00:00
< / dt >
< / dl >
2005-11-05 17:15:37 +00:00
< dl > < dt > < span class = "subheader" > User Guide
2007-01-09 02:39:15 +00:00
< dd > The definitive guide to using QGIS (be sure to read this!). The User Guide is available in
2004-10-04 00:53:49 +00:00
< a href = "userguide.pdf" > pdf< / a > format.< / dd >
< / dt >
< / dl >
All documents are installed in the qgis share/doc subdirectory.
< / body >
2004-02-07 22:06:30 +00:00
< / html >