Skip to content

Commit

Permalink
Updated whats new for 0.9.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_1@7783 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 14, 2007
1 parent c7de58c commit 32afd5d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1437,6 +1437,29 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
watsNew += QGis::qgisVersion;
watsNew += "<h3>" + tr("New features") + "</h3>";
watsNew += "<ul><li>"
+ tr("This is a bug fix release")
+ "</li>"
+ "<li>"
+ tr("70 Bugs closed")
+ "</li>"
+ "<li>"
+ tr("Added locale tab to options dialog so that locale can be overridden")
+ "</li>"
+ "<li>"
+ tr("Cleanups and additions to GRASS tools")
+ "</li>"
+ "<li>"
+ tr("Python Plugin Installer for installing plugins from the PyQGIS repository")
+ "</li>"
+ "<li>"
+ tr("Documentation updates")
+ "</li>"
+ "<li>"
+ tr("Improvements for building under MSVC")
+ "</li>"
+ "</ul>";
watsNew += "<h3>" + tr("New features added in 0.9.0") + "</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 "
Expand Down

0 comments on commit 32afd5d

Please sign in to comment.