Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed part about analysis lib since it is not yet in trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10541 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 12, 2009
1 parent 66f184d commit 1b6a45f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/index.html
Expand Up @@ -10,7 +10,7 @@
</td>
<td valign="center">
<span class="header">Quantum GIS Documentation</span><br>
<span class="subheader">Version 1.1.0 <i>Io</i></span><br>
<span class="subheader">Version 1.1.0 <i>Pan</i></span><br>
<span class="warning">Please read this entire document for important information about this release.</span>
</td>
</tr>
Expand All @@ -30,7 +30,7 @@ <h2>Whats new in Version 1.1.0?</h2>
of QGIS from our stable 1.0.x release series.
</p>
<p>
This release includes over 265 bug fixes and enchancements
This release includes many bug fixes and enchancements
over the QGIS 1.1.0 release. In addition we have added
the following new features:
</p>
Expand Down Expand Up @@ -60,13 +60,13 @@ <h2>Whats new in Version 1.1.0?</h2>
Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data.
</li>
<li>
Improvements the the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
</li>
<li>
Mapserver Export improvements for continuous color support.
</li>
<li>
Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. We have also started building an analysis library that will be the basis on to which analytical tools may be incorporated into QGIS in the future.
Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.
</li>
<li>
Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings.
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1893,7 +1893,7 @@ void QgisApp::about()
+ tr("Mapserver Export improvements for continuous color support.")
+ "</li>"
+ "<li>"
+ tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. We have also started building an analysis library that will be the basis on to which analytical tools may be incorporated into QGIS in the future.")
+ tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.")
+ "</li>"
+ "<li>"
+ tr("Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings.")
Expand Down

0 comments on commit 1b6a45f

Please sign in to comment.