[Openvas-commits] r5720 - in trunk/openvas-administrator: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 26 10:32:31 CET 2009
Author: mwiegand
Date: 2009-10-26 10:32:29 +0100 (Mon, 26 Oct 2009)
New Revision: 5720
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.2.2 release.
* VERSION: Set to 0.2.2.
* 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-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/CHANGES 2009-10-26 09:32:29 UTC (rev 5720)
@@ -1,3 +1,17 @@
+openvas-administrator 0.2.2 (2009-10-26)
+
+This is the sixth developement 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 Jan-Oliver Wagner.
+
+Main changes since 0.2.1:
+
+* Users can no longer delete themselves.
+* Pidfile management has been factored out.
+
+
openvas-administrator 0.2.1 (2009-10-19)
This is the fifth developement release of the openvas-administrator module for
Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt 2009-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/CMakeLists.txt 2009-10-26 09:32:29 UTC (rev 5720)
@@ -50,7 +50,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "2")
-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-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2009-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/ChangeLog 2009-10-26 09:32:29 UTC (rev 5720)
@@ -1,3 +1,15 @@
+2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing for the 0.2.2 release.
+
+ * VERSION: Set to 0.2.2.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CMakeLists.txt: Updated version number.
+
+ * CHANGES: Updated.
+
2009-10-22 Matthew Mundell <matthew.mundell at intevation.de>
* src/openvasad.c (cleanup, main): Clean a little formatting.
Modified: trunk/openvas-administrator/VERSION
===================================================================
--- trunk/openvas-administrator/VERSION 2009-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/VERSION 2009-10-26 09:32:29 UTC (rev 5720)
@@ -1 +1 @@
-0.2.2.SVN
+0.2.2
Modified: trunk/openvas-administrator/doc/Doxyfile
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile 2009-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/doc/Doxyfile 2009-10-26 09:32:29 UTC (rev 5720)
@@ -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.2.SVN
+PROJECT_NUMBER = 0.2.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-administrator/doc/Doxyfile_full
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile_full 2009-10-26 09:06:06 UTC (rev 5719)
+++ trunk/openvas-administrator/doc/Doxyfile_full 2009-10-26 09:32:29 UTC (rev 5720)
@@ -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.2.SVN
+PROJECT_NUMBER = 0.2.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