[Openvas-commits] r5731 - in trunk/openvas-manager: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 26 14:03:23 CET 2009
Author: mwiegand
Date: 2009-10-26 14:03:22 +0100 (Mon, 26 Oct 2009)
New Revision: 5731
Modified:
trunk/openvas-manager/CHANGES
trunk/openvas-manager/CMakeLists.txt
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/VERSION
trunk/openvas-manager/doc/Doxyfile
trunk/openvas-manager/doc/Doxyfile_full
Log:
Preparing the openvas-manager 0.9.2 release.
* VERSION: Set to 0.9.2.
* CMakeLists.txt: CPACK_PACKAGE_VERSION_PATCH updated.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
Modified: trunk/openvas-manager/CHANGES
===================================================================
--- trunk/openvas-manager/CHANGES 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/CHANGES 2009-10-26 13:03:22 UTC (rev 5731)
@@ -1,3 +1,22 @@
+openvas-manager 0.9.2 (2009-10-26)
+
+This is the eigth development release of the openvas-manager module
+for the Open Vulnerability Assessment System (OpenVAS).
+
+Many thanks to everyone who has contributed to this release:
+Tim Brown, Matthew Mundell, Felix Wolfsteller, Jan-Oliver Wagner and Michael
+Wiegand.
+
+Main changes since 0.9.1:
+
+* Improved preference caching.
+* Support for migrating old openvas-manager databases has been added.
+* Pidfile management has been refactored.
+* LSC support has been improved.
+* The layout of the LaTeX reports has been improved.
+* Many more fixes and improvements.
+
+
openvas-manager 0.9.1 (2009-10-19)
This is the seventh development release of the openvas-manager module
Modified: trunk/openvas-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-manager/CMakeLists.txt 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/CMakeLists.txt 2009-10-26 13:03:22 UTC (rev 5731)
@@ -49,7 +49,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "9")
-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/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/ChangeLog 2009-10-26 13:03:22 UTC (rev 5731)
@@ -1,3 +1,15 @@
+2009-10-26 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ Preparing the openvas-manager 0.9.2 release.
+
+ * VERSION: Set to 0.9.2.
+
+ * CMakeLists.txt: CPACK_PACKAGE_VERSION_PATCH updated.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
2009-10-26 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* src/otp.c (process_otp_scanner_input): In OTP, NVT descriptions do
Modified: trunk/openvas-manager/VERSION
===================================================================
--- trunk/openvas-manager/VERSION 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/VERSION 2009-10-26 13:03:22 UTC (rev 5731)
@@ -1 +1 @@
-0.9.2.SVN
+0.9.2
Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/doc/Doxyfile 2009-10-26 13:03:22 UTC (rev 5731)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.9.2.SVN
+PROJECT_NUMBER = 0.9.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-manager/doc/Doxyfile_full
===================================================================
--- trunk/openvas-manager/doc/Doxyfile_full 2009-10-26 12:03:32 UTC (rev 5730)
+++ trunk/openvas-manager/doc/Doxyfile_full 2009-10-26 13:03:22 UTC (rev 5731)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.9.2.SVN
+PROJECT_NUMBER = 0.9.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the Openvas-commits
mailing list