[Openvas-commits] r1661 - trunk/openvas-server
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Nov 4 11:50:19 CET 2008
Author: mwiegand
Date: 2008-11-04 11:50:18 +0100 (Tue, 04 Nov 2008)
New Revision: 1661
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/configure.in
Log:
* configure.in: Updated version requirements for -libraries and -libnasl.
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2008-11-01 00:55:10 UTC (rev 1660)
+++ trunk/openvas-server/ChangeLog 2008-11-04 10:50:18 UTC (rev 1661)
@@ -1,3 +1,8 @@
+2008-11-04 Michael Wiegand <michael.wiegand at intevation.de>
+
+ * configure.in: Updated version requirements for -libraries and
+ -libnasl.
+
2008-10-31 Felix Wolfsteller <felix.wolfstelller at intevation.de>
Steps to an implementation of Change Request #17
Modified: trunk/openvas-server/configure.in
===================================================================
--- trunk/openvas-server/configure.in 2008-11-01 00:55:10 UTC (rev 1660)
+++ trunk/openvas-server/configure.in 2008-11-04 10:50:18 UTC (rev 1661)
@@ -43,8 +43,8 @@
AC_INIT(.root-dir)
AC_REVISION($Revision$)dnl
-NEED_OPENVASLIBS_VERSION=1.0.2
-NEED_OPENVASLIBNASL_VERSION=1.0.1
+NEED_OPENVASLIBS_VERSION=2.0.0
+NEED_OPENVASLIBNASL_VERSION=2.0.0
dnl version stuff -- jordan
save_IFS="${IFS}"
More information about the Openvas-commits
mailing list