Removed part about analysis lib since it is not yet in trunk

git-svn-id: http://svn.osgeo.org/qgis/trunk@10541 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2009-04-12 07:17:18 +00:00
parent d9d5da2977
commit e8e5325bf8
2 changed files with 5 additions and 5 deletions

View File

@ -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>
@ -30,7 +30,7 @@ then cool new and untested features, we recommend that you use a copy
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>
@ -60,13 +60,13 @@ the following new features:
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.

View File

@ -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.")