[Openvas-commits] r6651 - trunk/openvas-administrator

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 5 08:29:11 CET 2010


Author: mwiegand
Date: 2010-02-05 08:29:09 +0100 (Fri, 05 Feb 2010)
New Revision: 6651

Modified:
   trunk/openvas-administrator/CHANGES
   trunk/openvas-administrator/CMakeLists.txt
   trunk/openvas-administrator/ChangeLog
Log:
Preparing for the 0.7.0 release.

* CMakeLists.txt: Updated version number.

* CHANGES: Updated.


Modified: trunk/openvas-administrator/CHANGES
===================================================================
--- trunk/openvas-administrator/CHANGES	2010-02-04 19:50:30 UTC (rev 6650)
+++ trunk/openvas-administrator/CHANGES	2010-02-05 07:29:09 UTC (rev 6651)
@@ -1,3 +1,18 @@
+openvas-administrator 0.7.0 (2010-02-05)
+
+This is the 11th development release of the openvas-administrator module for
+the Open Vulnerability Assessment System (OpenVAS).
+
+Many thanks to everyone who has contributed to this release:
+Christian Kuersteiner and Matthew Mundell.
+
+Main changes since 0.6.0:
+
+* When synchronizing with an NVT feed, the administrator now simply starts the
+  synchronization script in the background instead of waiting for it to finish
+  before continuing.
+
+
 openvas-administrator 0.6.0 (2010-01-26)
 
 This is the 10th development release of the openvas-administrator module for

Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt	2010-02-04 19:50:30 UTC (rev 6650)
+++ trunk/openvas-administrator/CMakeLists.txt	2010-02-05 07:29:09 UTC (rev 6651)
@@ -71,8 +71,8 @@
 set (CPACK_SYSTEM_NAME "")
 set (CPACK_TOPLEVEL_TAG "")
 set (CPACK_PACKAGE_VERSION_MAJOR "0")
-set (CPACK_PACKAGE_VERSION_MINOR "6")
-set (CPACK_PACKAGE_VERSION_PATCH "1${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_MINOR "7")
+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	2010-02-04 19:50:30 UTC (rev 6650)
+++ trunk/openvas-administrator/ChangeLog	2010-02-05 07:29:09 UTC (rev 6651)
@@ -1,3 +1,11 @@
+2010-02-05  Michael Wiegand <michael.wiegand at intevation.de>
+
+	Preparing for the 0.7.0 release.
+
+	* CMakeLists.txt: Updated version number.
+
+	* CHANGES: Updated.
+
 2010-02-03  Christian Kuersteiner <ckuerste at gmx.ch>
 
 	* src/admin.c (openvas_admin_list_users): Add format string for g_warnings.



More information about the Openvas-commits mailing list