[Openvas-commits] r7271 - in trunk/openvas-libraries: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 13 09:49:24 CEST 2010


Author: mwiegand
Date: 2010-04-13 09:49:23 +0200 (Tue, 13 Apr 2010)
New Revision: 7271

Modified:
   trunk/openvas-libraries/CHANGES
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/MANIFEST
   trunk/openvas-libraries/VERSION
   trunk/openvas-libraries/doc/Doxyfile
   trunk/openvas-libraries/doc/Doxyfile_full
Log:
Preparing the openvas-libraries 3.0.5 release.

* CHANGES: Updated.

* VERSION: Set to 3.0.5.

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

* MANIFEST: Updated.


Modified: trunk/openvas-libraries/CHANGES
===================================================================
--- trunk/openvas-libraries/CHANGES	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/CHANGES	2010-04-13 07:49:23 UTC (rev 7271)
@@ -1,3 +1,25 @@
+openvas-libraries 3.0.5 (2010-04-13)
+
+This is the fifth maintenance release of the openvas-libraries module for the
+Open Vulnerability Assessment System (OpenVAS) 3.0 series.
+
+It contains support for resuming tasks, improved packet forgery support for IPv6
+environments and a reworked internal build infrastructure.
+
+Many thanks to everyone who has contributed to this release:
+Tim Brown, Stephan Kleine, Vlatko Kosturjak, Matthew Mundell, Mareike
+Piechowiak, Preeti Subramanian, Jan-Oliver Wagner, Michael Wiegand and Felix
+Wolfsteller.
+
+Main changes compared to 3.0.4:
+
+* The build infrastructure for the hg and misc modules has been switch to CMake
+  from autoconf.
+* Support for resuming tasks has been added to OMP.
+* Packet forgery support for IPv6 has been improved.
+* A build issue on Mandriva has been fixed.
+
+
 openvas-libraries 3.0.4 (2010-03-03)
 
 This is the fourth maintenance release of the openvas-libraries module for the

Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/ChangeLog	2010-04-13 07:49:23 UTC (rev 7271)
@@ -1,3 +1,15 @@
+2010-04-13  Michael Wiegand <michael.wiegand at intevation.de>
+
+	Preparing the openvas-libraries 3.0.5 release.
+
+	* CHANGES: Updated.
+
+	* VERSION: Set to 3.0.5.
+
+	* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+	* MANIFEST: Updated.
+
 2010-04-12  Preeti Subramanian <spreeti at secpod.com>
 
 	* nasl/nasl_packet_forgery_v6.c (nasl_tcp_v6_ping): Fixed 

Modified: trunk/openvas-libraries/MANIFEST
===================================================================
--- trunk/openvas-libraries/MANIFEST	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/MANIFEST	2010-04-13 07:49:23 UTC (rev 7271)
@@ -50,6 +50,7 @@
 hg/hg_utils.h
 hg/hosts_gatherer.c
 hg/hosts_gatherer.h
+hg/README.txt
 hg/test.c
 include/config.h.in
 include/libopenvas.h
@@ -101,6 +102,7 @@
 misc/proctitle.h
 misc/rand.c
 misc/rand.h
+misc/README.txt
 misc/resolve.c
 misc/resolve.h
 misc/scanners_utils.c
@@ -184,6 +186,7 @@
 nasl/openvas_wmi_interface.h
 nasl/preparse.c
 nasl/preparse.h
+nasl/README.txt
 nasl/regex.c
 nasl/smb_interface_stub.c
 nasl/smb_crypt.c

Modified: trunk/openvas-libraries/VERSION
===================================================================
--- trunk/openvas-libraries/VERSION	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/VERSION	2010-04-13 07:49:23 UTC (rev 7271)
@@ -1 +1 @@
-3.0.5.SVN
+3.0.5

Modified: trunk/openvas-libraries/doc/Doxyfile
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/doc/Doxyfile	2010-04-13 07:49:23 UTC (rev 7271)
@@ -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.5.SVN
+PROJECT_NUMBER         = 3.0.5
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: trunk/openvas-libraries/doc/Doxyfile_full
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile_full	2010-04-12 16:40:45 UTC (rev 7270)
+++ trunk/openvas-libraries/doc/Doxyfile_full	2010-04-13 07:49:23 UTC (rev 7271)
@@ -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.5.SVN
+PROJECT_NUMBER         = 3.0.5
 
 # 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