[Openvas-commits] r9442 - in trunk/openvas-scanner: . doc openvassd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 18 15:27:05 CET 2010
Author: mwiegand
Date: 2010-11-18 15:27:02 +0100 (Thu, 18 Nov 2010)
New Revision: 9442
Modified:
trunk/openvas-scanner/CHANGES
trunk/openvas-scanner/ChangeLog
trunk/openvas-scanner/VERSION
trunk/openvas-scanner/configure
trunk/openvas-scanner/configure.in
trunk/openvas-scanner/doc/Doxyfile
trunk/openvas-scanner/doc/Doxyfile_full
trunk/openvas-scanner/openvassd/openvassd.c
Log:
Preparing the openvas-scanner 3.2+beta1 release.
* VERSION: Set to 3.2.0.beta1.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
* configure.in: Set required openvas-libraries version to 4.0.0.
* configure: Regenerated.
* openvassd/openvassd.c (main): Display OPENVAS_FULL_VERSION instead
of OPENVAS_VERSION in -V and -d.
Modified: trunk/openvas-scanner/CHANGES
===================================================================
--- trunk/openvas-scanner/CHANGES 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/CHANGES 2010-11-18 14:27:02 UTC (rev 9442)
@@ -1,3 +1,21 @@
+openvas-scanner 3.2+beta1 (2010-11-18)
+
+This release is the first beta version of the next release of openvas-scanner.
+It will be part of the upcoming "OpenVAS 4".
+
+Main new features and other changes of 3.2 compared to 3.1 include: Support of
+a network scan level, reduced memory consumption due to changes in
+openvas-libraries and a cleanup of the code base.
+
+Many thanks to everyone who has contributed to this release:
+Jan-Oliver Wagner and Michael Wiegand.
+
+Main changes compared to 3.1.1:
+* Network level scan support.
+* Removed unnecessary log entries.
+* Include paths have been updated to match with openvas-libraries 4.0.
+
+
openvas-scanner 3.1.1 (2010-10-29)
This is the 3.1.1 release of the openvas-scanner module for the Open
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/ChangeLog 2010-11-18 14:27:02 UTC (rev 9442)
@@ -1,3 +1,20 @@
+2010-11-18 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ Preparing the openvas-scanner 3.2+beta1 release.
+
+ * VERSION: Set to 3.2.0.beta1.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
+ * configure.in: Set required openvas-libraries version to 4.0.0.
+
+ * configure: Regenerated.
+
+ * openvassd/openvassd.c (main): Display OPENVAS_FULL_VERSION instead
+ of OPENVAS_VERSION in -V and -d.
+
2010-11-10 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
Replace plugin_ calls by using nvti directly.
Modified: trunk/openvas-scanner/VERSION
===================================================================
--- trunk/openvas-scanner/VERSION 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/VERSION 2010-11-18 14:27:02 UTC (rev 9442)
@@ -1 +1 @@
-3.2.0.SVN
+3.2.0.beta1
Modified: trunk/openvas-scanner/configure
===================================================================
--- trunk/openvas-scanner/configure 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/configure 2010-11-18 14:27:02 UTC (rev 9442)
@@ -1957,7 +1957,7 @@
-NEED_OPENVASLIBS_VERSION=3.0.0
+NEED_OPENVASLIBS_VERSION=4.0.0
save_IFS="${IFS}"
IFS=.
Modified: trunk/openvas-scanner/configure.in
===================================================================
--- trunk/openvas-scanner/configure.in 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/configure.in 2010-11-18 14:27:02 UTC (rev 9442)
@@ -44,7 +44,7 @@
AC_REVISION($Revision$)dnl
AC_PREREQ(2.50)
-NEED_OPENVASLIBS_VERSION=3.0.0
+NEED_OPENVASLIBS_VERSION=4.0.0
dnl version stuff -- jordan
save_IFS="${IFS}"
Modified: trunk/openvas-scanner/doc/Doxyfile
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/doc/Doxyfile 2010-11-18 14:27:02 UTC (rev 9442)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.2.0.SVN
+PROJECT_NUMBER = 3.2+beta1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-scanner/doc/Doxyfile_full
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile_full 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/doc/Doxyfile_full 2010-11-18 14:27:02 UTC (rev 9442)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.2.0.SVN
+PROJECT_NUMBER = 3.2+beta1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-scanner/openvassd/openvassd.c
===================================================================
--- trunk/openvas-scanner/openvassd/openvassd.c 2010-11-18 12:24:00 UTC (rev 9441)
+++ trunk/openvas-scanner/openvassd/openvassd.c 2010-11-18 14:27:02 UTC (rev 9442)
@@ -1188,7 +1188,7 @@
if (display_version)
{
- printf ("openvassd (%s) %s for %s\n\n", PROGNAME, OPENVAS_VERSION,
+ printf ("openvassd (%s) %s for %s\n\n", PROGNAME, OPENVAS_FULL_VERSION,
OVS_OS_NAME);
printf
("Nessusd origin: (C) 1998 - 2004 Renaud Deraison <deraison at nessus.org>\n");
@@ -1217,7 +1217,7 @@
if (dump_cfg)
{
- printf ("This is OpenVAS %s for %s %s\n", OPENVAS_VERSION, OVS_OS_NAME,
+ printf ("This is OpenVAS %s for %s %s\n", OPENVAS_FULL_VERSION, OVS_OS_NAME,
OVS_OS_VERSION);
printf ("compiled with %s\n", OVS_COMPILER);
printf ("Current setup :\n");
More information about the Openvas-commits
mailing list