Skip to content

Commit 1b6a45f

Browse files
author
timlinux
committed
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
1 parent 66f184d commit 1b6a45f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</td>
1111
<td valign="center">
1212
<span class="header">Quantum GIS Documentation</span><br>
13-
<span class="subheader">Version 1.1.0 <i>Io</i></span><br>
13+
<span class="subheader">Version 1.1.0 <i>Pan</i></span><br>
1414
<span class="warning">Please read this entire document for important information about this release.</span>
1515
</td>
1616
</tr>
@@ -30,7 +30,7 @@ <h2>Whats new in Version 1.1.0?</h2>
3030
of QGIS from our stable 1.0.x release series.
3131
</p>
3232
<p>
33-
This release includes over 265 bug fixes and enchancements
33+
This release includes many bug fixes and enchancements
3434
over the QGIS 1.1.0 release. In addition we have added
3535
the following new features:
3636
</p>
@@ -60,13 +60,13 @@ <h2>Whats new in Version 1.1.0?</h2>
6060
Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data.
6161
</li>
6262
<li>
63-
Improvements the the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
63+
Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
6464
</li>
6565
<li>
6666
Mapserver Export improvements for continuous color support.
6767
</li>
6868
<li>
69-
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.
69+
Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.
7070
</li>
7171
<li>
7272
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.

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@ void QgisApp::about()
18931893
+ tr("Mapserver Export improvements for continuous color support.")
18941894
+ "</li>"
18951895
+ "<li>"
1896-
+ 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.")
1896+
+ tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.")
18971897
+ "</li>"
18981898
+ "<li>"
18991899
+ 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.")

0 commit comments

Comments
 (0)