[Openvas-commits] r6074 - in trunk/openvas-client: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 7 11:15:08 CET 2009
Author: mwiegand
Date: 2009-12-07 11:15:06 +0100 (Mon, 07 Dec 2009)
New Revision: 6074
Modified:
trunk/openvas-client/CHANGES
trunk/openvas-client/ChangeLog
trunk/openvas-client/VERSION
trunk/openvas-client/doc/Doxyfile
trunk/openvas-client/doc/Doxyfile_full
Log:
Preparing the openvas-client 3.0.0-rc1 release.
* VERSION: Set to 3.0.0.rc1.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
* ChangeLog: Fixed entry formatting.
Modified: trunk/openvas-client/CHANGES
===================================================================
--- trunk/openvas-client/CHANGES 2009-12-07 09:40:56 UTC (rev 6073)
+++ trunk/openvas-client/CHANGES 2009-12-07 10:15:06 UTC (rev 6074)
@@ -1,3 +1,55 @@
+openvas-client 3.0.0-rc1 (2009-12-07)
+
+This release is the first release candidate of openvas-client
+leading up to the upcoming 3.0 release of OpenVAS.
+
+OpenVAS 3.0 will introduce a new architecture where openvas-libraries
+is now mandatory dependency for openvas-client (removing a
+significant amount of redundant source code).
+
+New features of OpenVAS-Client include support for IPv6 and
+OpenVAS Management Protocol (OMP). The latter is optional for
+use of the new OpenVAS Manager. OpenVAS-Client 3.0 remains
+compatible with OpenVAS 2.0 Scanners.
+
+The "release candidate" releases are intended to allow testing of the upcoming
+3.0 series. It should be kept separate from OpenVAS 2.0 installations
+and not be used in a production environment.
+
+Unless serious bugs are discovered, this release candidate will become the final
+OpenVAS 3.0 release. Users are encouraged to test this release and to report
+bugs to the OpenVAS bug tracker located at http://bugs.openvas.org/ .
+
+Many thanks to everyone who has contributed to the 3.0.0 release:
+Marcus Brinkmann, Tim Brown, Matthew Mundell, Jan-Oliver Wagner,
+Michael Wiegand and Felix Wolfsteller.
+
+Main changes compared to 2.0.x:
+
+* IPv6 support
+* Integration of OMP Support (to be activated at compile time)
+ It is even possible to configure the client at compile time
+ to use only OMP.
+* Introduces dependency to openvas-libraries
+* Redundant consolidated into openvas-libraries and removed
+* Migration from OpenSSL to GNUTLS for the SSL-based
+ communication encryption
+* glib dependency raised from 2.6 to 2.12
+* openvasclient-mkrand is removed
+* vhosts support
+
+Main changes compared to 3.0.0-beta4:
+
+* Support for vhosts has been added.
+* A bug which cause view options to not be correctly restored has been
+ fixed. (Fixes: #944)
+* A bug which prevented the renaming of OTP scopes and OMP servers has
+ been fixed.
+* GnuTLS availability is now being checked at configure time. (Fixes:
+ #1188)
+* The progress bar is now displayed again when connecting to a server.
+
+
openvas-client 3.0.0-beta4 (2009-11-09)
This release is the fourth beta version of openvas-client
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-12-07 09:40:56 UTC (rev 6073)
+++ trunk/openvas-client/ChangeLog 2009-12-07 10:15:06 UTC (rev 6074)
@@ -1,3 +1,15 @@
+2009-12-07 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-client 3.0.0-rc1 release.
+
+ * VERSION: Set to 3.0.0.rc1.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
+ * ChangeLog: Fixed entry formatting.
+
2009-11-24 Christian Kuersteiner <ckuerste at gmx.ch>
Fixed the progress bar when connecting to the scanner
@@ -27,9 +39,9 @@
2009-11-18 Christian Kuersteiner <ckuerste at gmx.ch>
- * openvas/prefs_dialog/prefs_scan_assistant.c
- (scan_assistant_create_dialog): Added text for virtual host syntax
- on step 3.
+ * openvas/prefs_dialog/prefs_scan_assistant.c
+ (scan_assistant_create_dialog): Added text for virtual host syntax
+ on step 3.
2009-11-13 Felix Wolfsteller <felix.wolfsteller at intevation.de>
Modified: trunk/openvas-client/VERSION
===================================================================
--- trunk/openvas-client/VERSION 2009-12-07 09:40:56 UTC (rev 6073)
+++ trunk/openvas-client/VERSION 2009-12-07 10:15:06 UTC (rev 6074)
@@ -1 +1 @@
-3.0.0.beta5.SVN
+3.0.0.rc1
Modified: trunk/openvas-client/doc/Doxyfile
===================================================================
--- trunk/openvas-client/doc/Doxyfile 2009-12-07 09:40:56 UTC (rev 6073)
+++ trunk/openvas-client/doc/Doxyfile 2009-12-07 10:15:06 UTC (rev 6074)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.0.0.beta5.SVN
+PROJECT_NUMBER = 3.0.0.rc1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-client/doc/Doxyfile_full
===================================================================
--- trunk/openvas-client/doc/Doxyfile_full 2009-12-07 09:40:56 UTC (rev 6073)
+++ trunk/openvas-client/doc/Doxyfile_full 2009-12-07 10:15:06 UTC (rev 6074)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.0.0.beta5.SVN
+PROJECT_NUMBER = 3.0.0.rc1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the Openvas-commits
mailing list