[Openvas-commits] r1416 - trunk/openvas-libnasl
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 24 14:55:39 CEST 2008
Author: mwiegand
Date: 2008-09-24 14:55:39 +0200 (Wed, 24 Sep 2008)
New Revision: 1416
Modified:
trunk/openvas-libnasl/CHANGES
trunk/openvas-libnasl/ChangeLog
trunk/openvas-libnasl/VERSION
Log:
Doing the 2.0-beta1 release.
* VERSION: Set to 2.0.0.beta1
* CHANGES: Updated.
Modified: trunk/openvas-libnasl/CHANGES
===================================================================
--- trunk/openvas-libnasl/CHANGES 2008-09-24 11:00:23 UTC (rev 1415)
+++ trunk/openvas-libnasl/CHANGES 2008-09-24 12:55:39 UTC (rev 1416)
@@ -1,3 +1,34 @@
+openvas-libnasl 2.0-beta1 (2008-09-24)
+
+This release is a first beta version of the upcoming 2.0 release of OpenVAS.
+This release adds support for OpenVAS detection in plugins and introduce two
+new NASL functions to support the new LOG and DEBUG message type. These
+message types can be sent from within NASL using the log_message() and
+debug_message() commands. In addition, this release contains updated packaging
+files for Debian and completely rewritten command line parsing functionality
+for the openvas-nasl tool.
+
+OpenVAS 2.0 will introduce a full set of new modules for OpenVAS Server
+(openvas-libraries, openvas-libnasl and openvas-server) and the a new
+OpenVAS-Client. The only module OpenVAS 1.0 and OpenVAS 2.0 will share is
+openvas-plugins. This means that the OpenVAS NVT Feed is compatible with both
+generations of OpenVAS.
+
+However, in case you plan to try out the new generation of OpenVAS, you should
+install it separately from OpenVAS 1.0 installation. Instructions on how to do
+this will be added to the OpenVAS homepage after all relevant modules are
+released as 2.0-beta1. A separate announcement will officially start the beta
+testing phase for OpenVAS 2.0.
+
+Main changes in this release:
+* Updates of Debian packaging files.
+* New OPENVAS_NASL_LEVEL symbol enabling detection of OpenVAS in plugins.
+* Support for new LOG and DEBUG messages.
+* New command line parsing for openvas-nasl standalone NASL interpreter.
+
+Many thanks to everyone who has contributed to this release: Tim Brown, Jan
+Wagner, Jan-Oliver Wagner and Michael Wiegand
+
openvas-libnasl 1.0.1 (2008-07-01)
This release contains changes to the packaging files for various distributions
Modified: trunk/openvas-libnasl/ChangeLog
===================================================================
--- trunk/openvas-libnasl/ChangeLog 2008-09-24 11:00:23 UTC (rev 1415)
+++ trunk/openvas-libnasl/ChangeLog 2008-09-24 12:55:39 UTC (rev 1416)
@@ -1,5 +1,13 @@
-2008-09-19 Michael Wiegand <michael.wiegand at intevation.de>
+2008-09-24 Michael Wiegand <michael.wiegand at intevation.de>
+ Doing the 2.0-beta1 release.
+
+ * VERSION: Set to 2.0.0.beta1
+
+ * CHANGES: Updated.
+
+2008-09-24 Michael Wiegand <michael.wiegand at intevation.de>
+
First step for change request #9 (Make OpenVAS use (and depend on) glib)
(http://www.openvas.org/openvas-cr-9.html)
Modified: trunk/openvas-libnasl/VERSION
===================================================================
--- trunk/openvas-libnasl/VERSION 2008-09-24 11:00:23 UTC (rev 1415)
+++ trunk/openvas-libnasl/VERSION 2008-09-24 12:55:39 UTC (rev 1416)
@@ -1 +1 @@
-1.0.2.SVN
+2.0.0.beta1
More information about the Openvas-commits
mailing list