[Openvas-commits] r6093 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 8 11:34:25 CET 2009
Author: mwiegand
Date: 2009-12-08 11:34:23 +0100 (Tue, 08 Dec 2009)
New Revision: 6093
Modified:
trunk/gsa/CMakeLists.txt
trunk/gsa/ChangeLog
trunk/gsa/VERSION
trunk/gsa/src/html/src/about.htm4
Log:
Preparing the gsa 0.8.2 release.
* VERSION: Set to 0.8.2.
* CMakeLists.txt: Updated CPACK_PACKAGE_VERSION_PATCH.
* src/html/src/about.htm4: Updated.
Modified: trunk/gsa/CMakeLists.txt
===================================================================
--- trunk/gsa/CMakeLists.txt 2009-12-08 10:20:22 UTC (rev 6092)
+++ trunk/gsa/CMakeLists.txt 2009-12-08 10:34:23 UTC (rev 6093)
@@ -86,7 +86,7 @@
# TODO: Parse version numbers from file VERSION (see also below)
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "8")
-SET(CPACK_PACKAGE_VERSION_PATCH "2.SVN")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-08 10:20:22 UTC (rev 6092)
+++ trunk/gsa/ChangeLog 2009-12-08 10:34:23 UTC (rev 6093)
@@ -1,3 +1,13 @@
+2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the gsa 0.8.2 release.
+
+ * VERSION: Set to 0.8.2.
+
+ * CMakeLists.txt: Updated CPACK_PACKAGE_VERSION_PATCH.
+
+ * src/html/src/about.htm4: Updated.
+
2009-12-07 Michael Wiegand <michael.wiegand at intevation.de>
Fixed a bug which caused the GSA to hang or crash when editing the
Modified: trunk/gsa/VERSION
===================================================================
--- trunk/gsa/VERSION 2009-12-08 10:20:22 UTC (rev 6092)
+++ trunk/gsa/VERSION 2009-12-08 10:34:23 UTC (rev 6093)
@@ -1 +1 @@
-0.8.2.SVN
+0.8.2
Modified: trunk/gsa/src/html/src/about.htm4
===================================================================
--- trunk/gsa/src/html/src/about.htm4 2009-12-08 10:20:22 UTC (rev 6092)
+++ trunk/gsa/src/html/src/about.htm4 2009-12-08 10:34:23 UTC (rev 6093)
@@ -4,7 +4,7 @@
<img align="right" src="/img/gsa_splash.png"/>
<!-- TODO: Get the version in here dynamically -->
-<h1>Greenbone Security Assistant Version 0.8.2.SVN</h1>
+<h1>Greenbone Security Assistant Version 0.8.2</h1>
<p>
The Greenbone Security Assistant is a web-based graphical
More information about the Openvas-commits
mailing list