[QGIS Commit] r10161 - in branches/Version-1_0: . doc src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 13 09:14:53 EST 2009


Author: timlinux
Date: 2009-02-13 09:14:53 -0500 (Fri, 13 Feb 2009)
New Revision: 10161

Modified:
   branches/Version-1_0/CMakeLists.txt
   branches/Version-1_0/doc/index.html
   branches/Version-1_0/src/app/qgisapp.cpp
Log:
Bumped version up to 1.0.1

Modified: branches/Version-1_0/CMakeLists.txt
===================================================================
--- branches/Version-1_0/CMakeLists.txt	2009-02-13 14:09:29 UTC (rev 10160)
+++ branches/Version-1_0/CMakeLists.txt	2009-02-13 14:14:53 UTC (rev 10161)
@@ -1,7 +1,7 @@
 
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "0")
-SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
 SET(RELEASE_NAME "Kore")
 SET(PROJECT_VERSION ${COMPLETE_VERSION})

Modified: branches/Version-1_0/doc/index.html
===================================================================
--- branches/Version-1_0/doc/index.html	2009-02-13 14:09:29 UTC (rev 10160)
+++ branches/Version-1_0/doc/index.html	2009-02-13 14:14:53 UTC (rev 10161)
@@ -10,7 +10,7 @@
   </td>
   <td valign="center">
     <span class="header">Quantum GIS Documentation</span><br>
-    <span class="subheader">Version 1.0.0 <i>Kore</i></span><br>
+    <span class="subheader">Version 1.0.1 <i>Kore</i></span><br>
     <span class="warning">Please read this entire document for important information about this release.</span>
   </td>
 </tr>
@@ -21,6 +21,10 @@
 -->
 <!-- This documentation describes the Quantum GIS (QGIS) application. More
 information on QGIS is available on the web page at http://qgis.org. -->
+<h2>Whats new in Version 1.0.1?</h2>
+<p>This is a bugfix release only. A list of closed issues can be found at 
+<a href="https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1">The 1.0.1 Milestone on QGIS trac</a>
+
 <h2>Whats new in Version 1.0.0?</h2>
 <p>
 </p>

Modified: branches/Version-1_0/src/app/qgisapp.cpp
===================================================================
--- branches/Version-1_0/src/app/qgisapp.cpp	2009-02-13 14:09:29 UTC (rev 10160)
+++ branches/Version-1_0/src/app/qgisapp.cpp	2009-02-13 14:14:53 UTC (rev 10161)
@@ -1805,8 +1805,13 @@
     abt->setVersion( versionString );
     QString whatsNew = "<html><body>" + tr( "Version" ) + " ";
     whatsNew += QGis::QGIS_VERSION;
+    whatsNew += "<h3>" + tr( "Changes" ) + "</h3>" +
+                tr( "QGIS 1.0.1 is a bug fix release for the stable version of QGIS."
+                    "A summary of the improvements can be found at "
+                    "https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1"
+                    );
     whatsNew += "<h3>" + tr( "New features" ) + "</h3>" +
-                tr( "This release candidate includes over 265 bug fixes and enchancements "
+                tr( "The QGIS 1.0 release includes over 265 bug fixes and enchancements "
                     "over the QGIS 0.11.0 release. In addition we have added "
                     "the following new features:" );
     whatsNew += "<ul><li>"



More information about the QGIS-commit mailing list