[Openvas-commits] r5622 - in trunk/openvas-manager: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 19 16:00:55 CEST 2009
Author: mwiegand
Date: 2009-10-19 16:00:53 +0200 (Mon, 19 Oct 2009)
New Revision: 5622
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.1 release.
* VERSION: Set to 0.9.1.
* 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-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/CHANGES 2009-10-19 14:00:53 UTC (rev 5622)
@@ -1,3 +1,22 @@
+openvas-manager 0.9.1 (2009-10-19)
+
+This is the seventh 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.0:
+
+* NVT preferences are now cached in the database.
+* Support for storing and sending files has been added.
+* Parsing of the NVT category has been fixed.
+* Premature pidfile deletion has been fixed.
+* The START_TASK response now contains the id of the report for this scan.
+* Many more fixes and improvements.
+
+
openvas-manager 0.9.0 (2009-09-30)
This is the sixth development release of the openvas-manager module
Modified: trunk/openvas-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-manager/CMakeLists.txt 2009-10-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/CMakeLists.txt 2009-10-19 14:00:53 UTC (rev 5622)
@@ -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 "1.SVN")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
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-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/ChangeLog 2009-10-19 14:00:53 UTC (rev 5622)
@@ -1,3 +1,15 @@
+2009-10-19 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ Preparing the openvas-manager 0.9.1 release.
+
+ * VERSION: Set to 0.9.1.
+
+ * CMakeLists.txt: CPACK_PACKAGE_VERSION_PATCH updated.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
2009-10-19 Matthew Mundell <matthew.mundell at intevation.de>
* src/tasks_sql.h (report_counts): Swap infos and warnings.
Modified: trunk/openvas-manager/VERSION
===================================================================
--- trunk/openvas-manager/VERSION 2009-10-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/VERSION 2009-10-19 14:00:53 UTC (rev 5622)
@@ -1 +1 @@
-0.9.1.SVN
+0.9.1
Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile 2009-10-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/doc/Doxyfile 2009-10-19 14:00:53 UTC (rev 5622)
@@ -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.1.SVN
+PROJECT_NUMBER = 0.9.1
# 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-19 13:45:28 UTC (rev 5621)
+++ trunk/openvas-manager/doc/Doxyfile_full 2009-10-19 14:00:53 UTC (rev 5622)
@@ -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.1.SVN
+PROJECT_NUMBER = 0.9.1
# 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