File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
SET (CPACK_PACKAGE_VERSION_MAJOR "1" )
3
3
SET (CPACK_PACKAGE_VERSION_MINOR "0" )
4
- SET (CPACK_PACKAGE_VERSION_PATCH "0 " )
4
+ SET (CPACK_PACKAGE_VERSION_PATCH "1 " )
5
5
SET (COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR} .${CPACK_PACKAGE_VERSION_MINOR} .${CPACK_PACKAGE_VERSION_PATCH} )
6
6
SET (RELEASE_NAME "Kore" )
7
7
SET (PROJECT_VERSION ${COMPLETE_VERSION} )
Original file line number Diff line number Diff line change 10
10
</ td >
11
11
< td valign ="center ">
12
12
< span class ="header "> Quantum GIS Documentation</ span > < br >
13
- < span class ="subheader "> Version 1.0.0 < i > Kore</ i > </ span > < br >
13
+ < span class ="subheader "> Version 1.0.1 < i > Kore</ i > </ span > < br >
14
14
< span class ="warning "> Please read this entire document for important information about this release.</ span >
15
15
</ td >
16
16
</ tr >
21
21
-->
22
22
<!-- This documentation describes the Quantum GIS (QGIS) application. More
23
23
information on QGIS is available on the web page at http://qgis.org. -->
24
+ < h2 > Whats new in Version 1.0.1?</ h2 >
25
+ < p > This is a bugfix release only. A list of closed issues can be found at
26
+ < a href ="https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1 "> The 1.0.1 Milestone on QGIS trac</ a >
27
+
24
28
< h2 > Whats new in Version 1.0.0?</ h2 >
25
29
< p >
26
30
</ p >
Original file line number Diff line number Diff line change @@ -1805,8 +1805,13 @@ void QgisApp::about()
1805
1805
abt->setVersion ( versionString );
1806
1806
QString whatsNew = " <html><body>" + tr ( " Version" ) + " " ;
1807
1807
whatsNew += QGis::QGIS_VERSION;
1808
+ whatsNew += " <h3>" + tr ( " Changes" ) + " </h3>" +
1809
+ tr ( " QGIS 1.0.1 is a bug fix release for the stable version of QGIS."
1810
+ " A summary of the improvements can be found at "
1811
+ " https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1"
1812
+ );
1808
1813
whatsNew += " <h3>" + tr ( " New features" ) + " </h3>" +
1809
- tr ( " This release candidate includes over 265 bug fixes and enchancements "
1814
+ tr ( " The QGIS 1.0 release includes over 265 bug fixes and enchancements "
1810
1815
" over the QGIS 0.11.0 release. In addition we have added "
1811
1816
" the following new features:" );
1812
1817
whatsNew += " <ul><li>"
You can’t perform that action at this time.
0 commit comments