[Openvas-commits] r13755 - in trunk/openvas-cli: . omp

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 19 19:55:14 CEST 2012


Author: jan
Date: 2012-07-19 19:55:14 +0200 (Thu, 19 Jul 2012)
New Revision: 13755

Modified:
   trunk/openvas-cli/CHANGES
   trunk/openvas-cli/ChangeLog
   trunk/openvas-cli/INSTALL
   trunk/openvas-cli/omp/omp.c
Log:
Preparing the openvas-cli 1.1.5 release.

* CHANGES: Updated.

* omp/omp.c (main): Updated Copyright year.

* INSTALL: Updated developer's standard to Debian 6 only.



Modified: trunk/openvas-cli/CHANGES
===================================================================
--- trunk/openvas-cli/CHANGES	2012-07-19 15:34:45 UTC (rev 13754)
+++ trunk/openvas-cli/CHANGES	2012-07-19 17:55:14 UTC (rev 13755)
@@ -1,3 +1,24 @@
+openvas-cli 1.1.5 (2012-07-19)
+
+This is the 1.1.5 release of the OpenVAS Command Line Interface (CLI) for the
+Open Vulnerability Assessment System (OpenVAS).
+
+OpenVAS CLI 1.1 is part of OpenVAS 4 and OpenVAS 5 and supports OMP 2.0,
+OMP 3.0 and compatible subsets of future versions.
+
+This release fixes build issues and allows it to use future OMP versions
+as long as commands are still compatible.
+
+Many thanks to everyone who has contributed to this release:
+Matthew Mundell, Michael Wiegand and Jan-Oliver Wagner.
+
+Main changes compared to 1.1.4:
+* Clean up CMake infrastructure and ensure that compilation with modern
+  gccs works.
+* If the OMP version is unknown just treat it like version 3.0, as later
+  versions may still work with the 3.0 settings.
+
+
 openvas-cli 1.1.4 (2011-12-06)
 
 This is the 1.1.4 release of the OpenVAS Command Line Interface (CLI) for the

Modified: trunk/openvas-cli/ChangeLog
===================================================================
--- trunk/openvas-cli/ChangeLog	2012-07-19 15:34:45 UTC (rev 13754)
+++ trunk/openvas-cli/ChangeLog	2012-07-19 17:55:14 UTC (rev 13755)
@@ -1,3 +1,13 @@
+2012-07-19  Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+	Preparing the openvas-cli 1.1.5 release.
+
+	* CHANGES: Updated.
+
+	* omp/omp.c (main): Updated Copyright year.
+
+	* INSTALL: Updated developer's standard to Debian 6 only.
+
 2012-07-19  Matthew Mundell <matthew.mundell at greenbone.net>
 
 	* omp/omp.c (manager_get_reports): If the OMP version is unknown just

Modified: trunk/openvas-cli/INSTALL
===================================================================
--- trunk/openvas-cli/INSTALL	2012-07-19 15:34:45 UTC (rev 13754)
+++ trunk/openvas-cli/INSTALL	2012-07-19 17:55:14 UTC (rev 13755)
@@ -1,10 +1,9 @@
 INSTALLATION INSTRUCTIONS FOR OPENVAS-CLI
 =========================================
 
-Please note: The reference systems used by most of the developers are Debian
-GNU/Linux 'Lenny' 5.0 and Debian GNU/Linux 'Squeeze' 6.0.  The build might fail
-on any other systems.  Also it is necessary to install dependent development
-packages.
+Please note: The reference systems used by most of the developers is Debian
+GNU/Linux 'Squeeze' 6.0.  The build might fail on any other systems.
+Also it is necessary to install dependent development packages.
 
 Prerequisites for openvas-cli
 -----------------------------

Modified: trunk/openvas-cli/omp/omp.c
===================================================================
--- trunk/openvas-cli/omp/omp.c	2012-07-19 15:34:45 UTC (rev 13754)
+++ trunk/openvas-cli/omp/omp.c	2012-07-19 17:55:14 UTC (rev 13755)
@@ -968,7 +968,7 @@
   if (print_version)
     {
       printf ("OMP Command Line Interface %s\n", OPENVASCLI_VERSION);
-      printf ("Copyright (C) 2010 Greenbone Networks GmbH\n");
+      printf ("Copyright (C) 2010-2012 Greenbone Networks GmbH\n");
       printf ("License GPLv2+: GNU GPL version 2 or later\n");
       printf
         ("This is free software: you are free to change and redistribute it.\n"



More information about the Openvas-commits mailing list