[Openvas-commits] r9293 - in branches/openvas-libraries-3-1: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 27 11:48:58 CEST 2010


Author: mwiegand
Date: 2010-10-27 11:48:57 +0200 (Wed, 27 Oct 2010)
New Revision: 9293

Modified:
   branches/openvas-libraries-3-1/CHANGES
   branches/openvas-libraries-3-1/ChangeLog
   branches/openvas-libraries-3-1/VERSION
   branches/openvas-libraries-3-1/doc/Doxyfile
   branches/openvas-libraries-3-1/doc/Doxyfile_full
Log:
Preparing the openvas-libraries 3.1.4 release.

  * CHANGES: Updated.

  * VERSION: Set to 3.1.4.

  * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.


Modified: branches/openvas-libraries-3-1/CHANGES
===================================================================
--- branches/openvas-libraries-3-1/CHANGES	2010-10-27 09:23:02 UTC (rev 9292)
+++ branches/openvas-libraries-3-1/CHANGES	2010-10-27 09:48:57 UTC (rev 9293)
@@ -1,3 +1,23 @@
+openvas-libraries 3.1.4 (2010-10-27)
+
+This is the 3.1.4 release of the openvas-libraries module for the Open
+Vulnerability Assessment System (OpenVAS).
+
+It includes the results of further code analysis and cleanup, which resulted in
+the removal of more than 3,500 lines of unused code. It also includes a fix for
+a memory management issue and for superfluous log messages.
+
+Many thanks to everyone who has contributed to this release:
+Matthew Mundell, Jan-Oliver Wagner and Michael Wiegand.
+
+Main changes compared to 3.1.3:
+* Further code cleanup has lead to the removal of more than 3,500 lines of
+  unused code.
+* A bug which tried to free memory that was not allocated before under some
+  circumstances has been fixed.
+* Superfluous log messages regarding file uploads have been removed.
+
+
 openvas-libraries 3.1.3 (2010-09-10)
 
 This is the 3.1.3 release of the openvas-libraries module for the Open

Modified: branches/openvas-libraries-3-1/ChangeLog
===================================================================
--- branches/openvas-libraries-3-1/ChangeLog	2010-10-27 09:23:02 UTC (rev 9292)
+++ branches/openvas-libraries-3-1/ChangeLog	2010-10-27 09:48:57 UTC (rev 9293)
@@ -1,3 +1,13 @@
+2010-10-27  Michael Wiegand <michael.wiegand at greenbone.net>
+
+	Preparing the openvas-libraries 3.1.4 release.
+
+	* CHANGES: Updated.
+
+	* VERSION: Set to 3.1.4.
+
+	* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
 2010-10-26  Michael Wiegand <michael.wiegand at greenbone.net>
 
 	Do not log errors when there are no errors. (Backport from trunk;

Modified: branches/openvas-libraries-3-1/VERSION
===================================================================
--- branches/openvas-libraries-3-1/VERSION	2010-10-27 09:23:02 UTC (rev 9292)
+++ branches/openvas-libraries-3-1/VERSION	2010-10-27 09:48:57 UTC (rev 9293)
@@ -1 +1 @@
-3.1.4.SVN
+3.1.4

Modified: branches/openvas-libraries-3-1/doc/Doxyfile
===================================================================
--- branches/openvas-libraries-3-1/doc/Doxyfile	2010-10-27 09:23:02 UTC (rev 9292)
+++ branches/openvas-libraries-3-1/doc/Doxyfile	2010-10-27 09:48:57 UTC (rev 9293)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 3.1.4.SVN
+PROJECT_NUMBER         = 3.1.4
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: branches/openvas-libraries-3-1/doc/Doxyfile_full
===================================================================
--- branches/openvas-libraries-3-1/doc/Doxyfile_full	2010-10-27 09:23:02 UTC (rev 9292)
+++ branches/openvas-libraries-3-1/doc/Doxyfile_full	2010-10-27 09:48:57 UTC (rev 9293)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 3.1.4.SVN
+PROJECT_NUMBER         = 3.1.4
 
 # 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