[Openvas-commits] r6213 - trunk/openvas-administrator
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 21 11:15:01 CET 2009
Author: mwiegand
Date: 2009-12-21 11:14:55 +0100 (Mon, 21 Dec 2009)
New Revision: 6213
Modified:
trunk/openvas-administrator/CHANGES
trunk/openvas-administrator/CMakeLists.txt
trunk/openvas-administrator/ChangeLog
Log:
Preparing for the 0.4.0 release.
* CMakeLists.txt: Updated version number.
* CHANGES: Updated.
Modified: trunk/openvas-administrator/CHANGES
===================================================================
--- trunk/openvas-administrator/CHANGES 2009-12-21 09:26:49 UTC (rev 6212)
+++ trunk/openvas-administrator/CHANGES 2009-12-21 10:14:55 UTC (rev 6213)
@@ -1,3 +1,19 @@
+openvas-administrator 0.4.0 (2009-12-21)
+
+This is the eigth development release of the openvas-administrator module for
+the Open Vulnerability Assessment System (OpenVAS).
+
+Many thanks to everyone who has contributed to this release:
+Matthew Mundell, Jan-Oliver Wagner, Michael Wiegand and Felix Wolfsteller.
+
+Main changes since 0.3.0:
+
+* A bug which cause defunct administrator processes to remain after feed
+ synchronization has been fixed.
+* Initial support for retrieving settings von configuration files has been
+ added.
+
+
openvas-administrator 0.3.0 (2009-12-08)
This is the seventh development release of the openvas-administrator module for
Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt 2009-12-21 09:26:49 UTC (rev 6212)
+++ trunk/openvas-administrator/CMakeLists.txt 2009-12-21 10:14:55 UTC (rev 6213)
@@ -71,8 +71,8 @@
set (CPACK_SYSTEM_NAME "")
set (CPACK_TOPLEVEL_TAG "")
set (CPACK_PACKAGE_VERSION_MAJOR "0")
-set (CPACK_PACKAGE_VERSION_MINOR "3")
-set (CPACK_PACKAGE_VERSION_PATCH "1${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_MINOR "4")
+set (CPACK_PACKAGE_VERSION_PATCH "0${SVN_REVISION}")
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-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2009-12-21 09:26:49 UTC (rev 6212)
+++ trunk/openvas-administrator/ChangeLog 2009-12-21 10:14:55 UTC (rev 6213)
@@ -1,5 +1,13 @@
2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+ Preparing for the 0.4.0 release.
+
+ * CMakeLists.txt: Updated version number.
+
+ * CHANGES: Updated.
+
+2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+
* src/oap.c (oap_xml_handle_end_element): Include name of settings file
in error message.
More information about the Openvas-commits
mailing list