[Openvas-commits] r6090 - in trunk/openvas-administrator: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 8 11:14:58 CET 2009
Author: mwiegand
Date: 2009-12-08 11:14:57 +0100 (Tue, 08 Dec 2009)
New Revision: 6090
Modified:
trunk/openvas-administrator/CHANGES
trunk/openvas-administrator/CMakeLists.txt
trunk/openvas-administrator/ChangeLog
trunk/openvas-administrator/VERSION
trunk/openvas-administrator/doc/Doxyfile
trunk/openvas-administrator/doc/Doxyfile_full
Log:
Preparing for the 0.3.0 release.
* VERSION: Set to 0.3.0.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CMakeLists.txt: Updated version number.
* CHANGES: Updated.
Modified: trunk/openvas-administrator/CHANGES
===================================================================
--- trunk/openvas-administrator/CHANGES 2009-12-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/CHANGES 2009-12-08 10:14:57 UTC (rev 6090)
@@ -1,3 +1,19 @@
+openvas-administrator 0.3.0 (2009-12-08)
+
+This is the seventh 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, Michael Wiegand and Felix Wolfsteller.
+
+Main changes since 0.2.2:
+
+* Pidfile handling has been made more robust.
+* A number of possible resource leaks have been identified and fixed.
+* The configuration and build process has been improved.
+* Support for NVT feed synchronization has been added.
+
+
openvas-administrator 0.2.2 (2009-10-26)
This is the sixth developement release of the openvas-administrator module for
Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt 2009-12-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/CMakeLists.txt 2009-12-08 10:14:57 UTC (rev 6090)
@@ -71,8 +71,8 @@
set (CPACK_SYSTEM_NAME "")
set (CPACK_TOPLEVEL_TAG "")
set (CPACK_PACKAGE_VERSION_MAJOR "0")
-set (CPACK_PACKAGE_VERSION_MINOR "2")
-set (CPACK_PACKAGE_VERSION_PATCH "3${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_MINOR "3")
+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-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/ChangeLog 2009-12-08 10:14:57 UTC (rev 6090)
@@ -1,3 +1,15 @@
+2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing for the 0.3.0 release.
+
+ * VERSION: Set to 0.3.0.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CMakeLists.txt: Updated version number.
+
+ * CHANGES: Updated.
+
2009-12-03 Michael Wiegand <michael.wiegand at intevation.de>
Improved locking during feed synchronization.
Modified: trunk/openvas-administrator/VERSION
===================================================================
--- trunk/openvas-administrator/VERSION 2009-12-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/VERSION 2009-12-08 10:14:57 UTC (rev 6090)
@@ -1 +1 @@
-0.2.3.SVN
+0.3.0
Modified: trunk/openvas-administrator/doc/Doxyfile
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile 2009-12-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/doc/Doxyfile 2009-12-08 10:14:57 UTC (rev 6090)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.3.SVN
+PROJECT_NUMBER = 0.3.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-administrator/doc/Doxyfile_full
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile_full 2009-12-08 09:00:12 UTC (rev 6089)
+++ trunk/openvas-administrator/doc/Doxyfile_full 2009-12-08 10:14:57 UTC (rev 6090)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.3.SVN
+PROJECT_NUMBER = 0.3.0
# 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