[Openvas-commits] r8219 - trunk/openvas-libraries

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 28 14:33:56 CEST 2010


Author: mwiegand
Date: 2010-06-28 14:33:54 +0200 (Mon, 28 Jun 2010)
New Revision: 8219

Modified:
   trunk/openvas-libraries/CHANGES
   trunk/openvas-libraries/ChangeLog
Log:
* ChangeLog: Fixed non-ASCII character.


Modified: trunk/openvas-libraries/CHANGES
===================================================================
--- trunk/openvas-libraries/CHANGES	2010-06-28 11:17:15 UTC (rev 8218)
+++ trunk/openvas-libraries/CHANGES	2010-06-28 12:33:54 UTC (rev 8219)
@@ -1,3 +1,26 @@
+openvas-libraries 3.1.0.rc2 (2010-06-28)
+
+This is the second release candidate of the openvas-libraries module for the
+Open Vulnerability Assessment System (OpenVAS) 3.1 series.
+
+It extends the authentication mechanism to support LDAP and ADS and introduces
+support for logging messages to syslog and scanning virtual web hosts.
+
+Many thanks to everyone who has contributed to this release:
+Tim Brown, Goran Licina, Matthew Mundell, Raimund Renkert, Preeti Subramanian,
+Jan-Oliver Wagner, Michael Wiegand and Felix Wolfsteller.
+
+Main changes compared to 3.1.0.rc1:
+* QA: A number of compiler warnings have been addressed.
+* Authentication mechanism extended to support LDAP and ADS.
+* An issue which caused SSH logins with RSA keys on remote systems to fail under
+  certain circumstances has been fixed.
+* A bug which caused segmentation faults when using NTLMSSP authentication in
+  openvas-libraries built with WMI supports has been fixed.
+* Support for logging to syslog has been added.
+* Support for scanning virtual web hosts has been added.
+
+
 openvas-libraries 3.1.0.rc1 (2010-05-19)
 
 This is the first release candidate of the openvas-libraries module for the

Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2010-06-28 11:17:15 UTC (rev 8218)
+++ trunk/openvas-libraries/ChangeLog	2010-06-28 12:33:54 UTC (rev 8219)
@@ -1,5 +1,9 @@
 2010-06-28  Michael Wiegand <michael.wiegand at greenbone.net>
 
+	* ChangeLog: Fixed non-ASCII character.
+
+2010-06-28  Michael Wiegand <michael.wiegand at greenbone.net>
+
 	* misc/openvas_auth.c (openvas_authenticate_uuid): Log uuid as well.
 
 2010-06-28  Michael Wiegand <michael.wiegand at greenbone.net>
@@ -119,7 +123,7 @@
 2010-06-16  Tim Brown <timb at openvas.org>
 
 	* nasl/nasl_misc_funcs.c, nasl/nasl_misc_funcs.h, nasl/nasl_init.c:
-	Added get_byte_order function as proposed by Goran Li¿ina
+	Added get_byte_order function as proposed by Goran Licina
 	<goran.licina at lss.hr>.
 
 2010-06-10  Raimund Renkert <raimund.renkert at intevation.de>



More information about the Openvas-commits mailing list