[Openvas-commits] r215 - in trunk/openvas-libraries: . include

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri May 25 23:53:27 CEST 2007


Author: jan
Date: 2007-05-25 23:53:27 +0200 (Fri, 25 May 2007)
New Revision: 215

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/TODO
   trunk/openvas-libraries/VERSION
   trunk/openvas-libraries/include/includes.h
Log:
* VERSION: Renamed from CVS to SVN.

* TODO: Some more open questions.

* include/includes.h: Removed a nessus header file.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-05-25 21:41:09 UTC (rev 214)
+++ trunk/openvas-libraries/ChangeLog	2007-05-25 21:53:27 UTC (rev 215)
@@ -1,3 +1,11 @@
+2007-05-25  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* VERSION: Renamed from CVS to SVN.
+
+	* TODO: Some more open questions.
+
+	* include/includes.h: Removed a nessus header file.
+
 2007-05-23  Bernhard Herzog  <bh at intevation.de>
 
 	* libopenvas/network.c (data_left): Removed.  The function was

Modified: trunk/openvas-libraries/TODO
===================================================================
--- trunk/openvas-libraries/TODO	2007-05-25 21:41:09 UTC (rev 214)
+++ trunk/openvas-libraries/TODO	2007-05-25 21:53:27 UTC (rev 215)
@@ -1,3 +1,28 @@
+2007-05-14 <Jan-Oliver.Wagner at intevation.de>
+
+	* include/includes.h: This file is installed through Makefile.
+	However, a similar file in in openvas-libnasl as well. It is
+	not clear why this is to some extent redundant.
+
+2007-04-26 <Jan-Oliver.Wagner at intevation.de>
+
+	* configure.in: which autoconf minimum standard to define?
+	Currently there are numerous warnings when running 2.13, e.g.
+	configure.in:95: warning: AC_HAVE_LIBRARY is obsolete; instead use AC_CHECK_LIB
+
+2007-04-12 <Jan-Oliver.Wagner at intevation.de>
+
+	* libopenvas/getopt*: Is it really necessary
+	to maintain copies? What are the differences
+	to the original getopt modules?
+
+	* AIX: Is this a platform that is really important
+	to be supported? Special treatment for AIX occurs
+	at various places.
+
+	* Review Debian patches for nessus-libraries 2.2.8 and
+	see what should be applied for openvas-libraries.
+
 2007-03-28 <Jan-Oliver.Wagner at intevation.de>
 
 	* Should the versioning be separate from that of -libnasl

Modified: trunk/openvas-libraries/VERSION
===================================================================
--- trunk/openvas-libraries/VERSION	2007-05-25 21:41:09 UTC (rev 214)
+++ trunk/openvas-libraries/VERSION	2007-05-25 21:53:27 UTC (rev 215)
@@ -1 +1 @@
-0.9.0.CVS
+0.9.0.SVN

Modified: trunk/openvas-libraries/include/includes.h
===================================================================
--- trunk/openvas-libraries/include/includes.h	2007-05-25 21:41:09 UTC (rev 214)
+++ trunk/openvas-libraries/include/includes.h	2007-05-25 21:53:27 UTC (rev 215)
@@ -239,8 +239,5 @@
 #include <pcap.h>
 
 #include <libopenvas.h>
-#include <nessus-devel.h>
 
 #endif /* not defined(___INCLUDES_H) */
-
-



More information about the Openvas-commits mailing list