[Openvas-commits] r3258 - trunk/openvas-config-manager
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 6 14:45:03 CEST 2009
Author: mwiegand
Date: 2009-05-06 14:45:02 +0200 (Wed, 06 May 2009)
New Revision: 3258
Added:
trunk/openvas-config-manager/CHANGES
Modified:
trunk/openvas-config-manager/CMakeLists.txt
trunk/openvas-config-manager/ChangeLog
trunk/openvas-config-manager/VERSION
Log:
Preparing for the 0.1.0 release.
* VERSION: Set to 0.1.0.
* CMakeLists.txt: Adjusted CPACK_PACKAGE_VERSION.
* CHANGES: New.
Added: trunk/openvas-config-manager/CHANGES
===================================================================
--- trunk/openvas-config-manager/CHANGES 2009-05-06 11:51:07 UTC (rev 3257)
+++ trunk/openvas-config-manager/CHANGES 2009-05-06 12:45:02 UTC (rev 3258)
@@ -0,0 +1,19 @@
+openvas-config-manager 0.1.0 (2009-05-06)
+
+This is the first public release of the openvas-config-manager module for the
+Open Vulnerability Assessment System (OpenVAS).
+
+The OpenVAS Configuration Manager is intended simplify local and remote
+administration of an OpenVAS server. This initial release contains functionality
+for user management (adding and removing users, setting user rules). For
+example, a new user can be added using the following command:
+
+# openvascd -c add_user -n username -p password
+
+More informationg about the command line arguments can be obtained using:
+
+# openvascd --help
+
+
+Please note that this module is still in an early development stage and not
+intended for production use.
Modified: trunk/openvas-config-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-config-manager/CMakeLists.txt 2009-05-06 11:51:07 UTC (rev 3257)
+++ trunk/openvas-config-manager/CMakeLists.txt 2009-05-06 12:45:02 UTC (rev 3258)
@@ -44,7 +44,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
-SET(CPACK_PACKAGE_VERSION_PATCH "0.SVN")
+SET(CPACK_PACKAGE_VERSION_PATCH "0")
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}-source")
Modified: trunk/openvas-config-manager/ChangeLog
===================================================================
--- trunk/openvas-config-manager/ChangeLog 2009-05-06 11:51:07 UTC (rev 3257)
+++ trunk/openvas-config-manager/ChangeLog 2009-05-06 12:45:02 UTC (rev 3258)
@@ -1,5 +1,15 @@
2009-05-06 Michael Wiegand <michael.wiegand at intevation.de>
+ Preparing for the 0.1.0 release.
+
+ * VERSION: Set to 0.1.0.
+
+ * CMakeLists.txt: Adjusted CPACK_PACKAGE_VERSION.
+
+ * CHANGES: New.
+
+2009-05-06 Michael Wiegand <michael.wiegand at intevation.de>
+
* CMakeLists.txt: Added initial support for creating source and binary
packages with CPack.
Modified: trunk/openvas-config-manager/VERSION
===================================================================
--- trunk/openvas-config-manager/VERSION 2009-05-06 11:51:07 UTC (rev 3257)
+++ trunk/openvas-config-manager/VERSION 2009-05-06 12:45:02 UTC (rev 3258)
@@ -1 +1 @@
-0.0.1.SVN
+0.1.0
More information about the Openvas-commits
mailing list