Author: mwiegand
Date: 2008-10-22 10:12:46 +0200 (Wed, 22 Oct 2008)
New Revision: 1598

Modified:
   trunk/openvas-libnasl/ChangeLog
   trunk/openvas-libnasl/configure.in
   trunk/openvas-libnasl/include/nasl.h
Log:
Making new NASL functions available to NVT writers.

* include/nasl.h: Updated OPENVAS_NASL_LEVEL to 2300.

* configure.in: Require openvas-libraries 2.0.0 or higher.


Modified: trunk/openvas-libnasl/ChangeLog
===================================================================
--- trunk/openvas-libnasl/ChangeLog     2008-10-21 18:01:39 UTC (rev 1597)
+++ trunk/openvas-libnasl/ChangeLog     2008-10-22 08:12:46 UTC (rev 1598)
@@ -1,3 +1,11 @@
+2008-10-22  Michael Wiegand <[EMAIL PROTECTED]>
+
+       Making new NASL functions available to NVT writers.
+
+       * include/nasl.h: Updated OPENVAS_NASL_LEVEL to 2300.
+
+       * configure.in: Require openvas-libraries 2.0.0 or higher.
+
 2008-10-15  Tim Brown <[EMAIL PROTECTED]>
 
        * nasl/nasl_cmd_exec.c: In the case where lstat reports

Modified: trunk/openvas-libnasl/configure.in
===================================================================
--- trunk/openvas-libnasl/configure.in  2008-10-21 18:01:39 UTC (rev 1597)
+++ trunk/openvas-libnasl/configure.in  2008-10-22 08:12:46 UTC (rev 1598)
@@ -93,7 +93,7 @@
 
 
 
-NEED_OPENVASLIBS_VERSION=1.0.2
+NEED_OPENVASLIBS_VERSION=2.0.0
 NEED_GPGME_VERSION=1.1.2
 
 

Modified: trunk/openvas-libnasl/include/nasl.h
===================================================================
--- trunk/openvas-libnasl/include/nasl.h        2008-10-21 18:01:39 UTC (rev 
1597)
+++ trunk/openvas-libnasl/include/nasl.h        2008-10-22 08:12:46 UTC (rev 
1598)
@@ -68,10 +68,11 @@
  * Level 2206
  * Added script_oid support
  *
- *
+ * Level 2300
+ * New functions: log_message(), debug_message()
  */
 #define NASL_LEVEL 2205
-#define OPENVAS_NASL_LEVEL 2206
+#define OPENVAS_NASL_LEVEL 2300
 
 
 int execute_nasl_script(struct arglist *, const char *, const char *, int);

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to