[Openvas-commits] r1013 - trunk/openvas-server

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 3 14:03:57 CEST 2008


Author: mwiegand
Date: 2008-07-03 14:03:57 +0200 (Thu, 03 Jul 2008)
New Revision: 1013

Modified:
   trunk/openvas-server/CHANGES
   trunk/openvas-server/ChangeLog
   trunk/openvas-server/VERSION
Log:
Doing the openvas-server 1.0.1 release.


Modified: trunk/openvas-server/CHANGES
===================================================================
--- trunk/openvas-server/CHANGES	2008-07-03 10:27:01 UTC (rev 1012)
+++ trunk/openvas-server/CHANGES	2008-07-03 12:03:57 UTC (rev 1013)
@@ -1,5 +1,39 @@
-openvas-server 1.0.0 (2008-31-01)
+openvas-server 1.0.1 (2008-07-03)
 
+This release contains new and improved packaging files for various distributions
+as well as bug fixes and cleanups. It also adds syslog support to openvas-server
+and contains a first draft for the upcoming OpenVAS Transport Protocol.
+
+Please note that this version requires openvas-libraries 1.0.2 or newer and
+openvas-libnasl 1.0.1 or newer.
+
+Please be aware that the plugin upload feature has been disabled in
+openvas-server due to security concerns as described in
+http://www.openvas.org/openvas-cr-4.html . This functionality is now deprecated
+and will be removed in future versions of openvas-server. If your existing
+installation depends on this feature, we recommend that you do not update to 
+1.0.1.
+
+* Added syslog support to openvasd logging facility.
+* Fixed memory leaks in plugin scheduler.
+* Added and improved packaging files for Debian, OpenSUSE and Fedora.
+* Changed version requirements for openvas-libraries from 0.9.2 to 1.0.2 due to
+  API extension for OpenVAS OIDs.
+* Changed version requirements for openvas-libnasl from 0.9.1 to 1.0.1 due to
+  API extension for OpenVAS OIDs.
+* Disabled plugin upload feature due to security concerns.
+* Fixed possible buffer overflow in user authentication.
+* Fixed a configuration issue that broke the build process on certain 64bit
+  installations.
+* Added a first draft of the specification for the upcoming OpenVAS Transport
+  Protocol.
+* Various code cleanups.
+
+Many thanks to everyone who has contributed to this release: Bernhard Herzog,
+Jan Wagner, Jan-Oliver Wagner, Michael Wiegand and others.
+
+openvas-server 1.0.0 (2008-01-31)
+
 First stable release with only minimal changes
 compared to latest 0.9 version.
 No problems or any sort of issues have been

Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog	2008-07-03 10:27:01 UTC (rev 1012)
+++ trunk/openvas-server/ChangeLog	2008-07-03 12:03:57 UTC (rev 1013)
@@ -1,3 +1,11 @@
+2008-07-03  Michael Wiegand <michael.wiegand at intevation.de>
+
+	Doing the 1.0.1 release.
+
+	* VERSION: Set to 1.0.1.
+
+	* CHANGES: Updated.
+
 2008-07-03  Tim Brown <timb at nth-dimension.org.uk>
 
 	* packaging/debian/control, packaging/debian/openvas-server.templates, 

Modified: trunk/openvas-server/VERSION
===================================================================
--- trunk/openvas-server/VERSION	2008-07-03 10:27:01 UTC (rev 1012)
+++ trunk/openvas-server/VERSION	2008-07-03 12:03:57 UTC (rev 1013)
@@ -1 +1 @@
-1.0.1.SVN
+1.0.1



More information about the Openvas-commits mailing list