[Openvas-commits] r1592 - trunk/sladinstaller

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 21 16:01:48 CEST 2008


Author: mwiegand
Date: 2008-10-21 16:01:48 +0200 (Tue, 21 Oct 2008)
New Revision: 1592

Added:
   trunk/sladinstaller/CHANGES
Modified:
   trunk/sladinstaller/ChangeLog
   trunk/sladinstaller/MANIFEST
   trunk/sladinstaller/VERSION
   trunk/sladinstaller/gtk.cpp
Log:
Preparing the 1.1.1 release of sladinstaller.

* CHANGES: Added with a summary of ChangeLog entries.

* MANIFEST: Updated.

* VERSION: Set to 1.1.1

* gtk.cpp: Set PROG_VERSION to 1.1.1


Added: trunk/sladinstaller/CHANGES
===================================================================
--- trunk/sladinstaller/CHANGES	2008-10-21 13:22:11 UTC (rev 1591)
+++ trunk/sladinstaller/CHANGES	2008-10-21 14:01:48 UTC (rev 1592)
@@ -0,0 +1,10 @@
+sladinstaller 1.1.1 (2008-10-21)
+
+This is the first release after the migration of sladinstaller to the OpenVAS
+SVN repository. It contains only minor changes, mostly related to improving the
+interaction with OpenVAS. A few changes have been made to make the source code
+management more consistent with other OpenVAS components.
+
+Main changes from 1.1.0:
+- The SSH key field now correctly displays the filename of the selected file.
+- New VERSION, MANIFEST, CHANGES and Changelog files.

Modified: trunk/sladinstaller/ChangeLog
===================================================================
--- trunk/sladinstaller/ChangeLog	2008-10-21 13:22:11 UTC (rev 1591)
+++ trunk/sladinstaller/ChangeLog	2008-10-21 14:01:48 UTC (rev 1592)
@@ -1,3 +1,15 @@
+2008-10-21  Michael Wiegand <michael.wiegand at intevation.de>
+
+	Preparing the 1.1.1 release of sladinstaller.
+
+	* CHANGES: Added with a summary of ChangeLog entries.
+
+	* MANIFEST: Updated.
+
+	* VERSION: Set to 1.1.1
+
+	* gtk.cpp: Set PROG_VERSION to 1.1.1
+
 2008-10-20  Michael Wiegand <michael.wiegand at intevation.de>
 
 	Improved Makefile infrastructure to simplify future releases.

Modified: trunk/sladinstaller/MANIFEST
===================================================================
--- trunk/sladinstaller/MANIFEST	2008-10-21 13:22:11 UTC (rev 1591)
+++ trunk/sladinstaller/MANIFEST	2008-10-21 14:01:48 UTC (rev 1592)
@@ -5,7 +5,6 @@
 gpl.txt
 gtk.cpp
 INSTALL
-libssh
 libssh/auth.c
 libssh/base64.c
 libssh/buffer.c
@@ -45,3 +44,4 @@
 tools.cpp
 tools.hpp
 VERSION
+CHANGES

Modified: trunk/sladinstaller/VERSION
===================================================================
--- trunk/sladinstaller/VERSION	2008-10-21 13:22:11 UTC (rev 1591)
+++ trunk/sladinstaller/VERSION	2008-10-21 14:01:48 UTC (rev 1592)
@@ -1 +1 @@
-1.1.0.SVN
+1.1.1

Modified: trunk/sladinstaller/gtk.cpp
===================================================================
--- trunk/sladinstaller/gtk.cpp	2008-10-21 13:22:11 UTC (rev 1591)
+++ trunk/sladinstaller/gtk.cpp	2008-10-21 14:01:48 UTC (rev 1592)
@@ -44,7 +44,7 @@
 #define _(a) gettext (a)
 
 #define PROG_NAME "SLAD Installer"
-#define PROG_VERSION "1.1"
+#define PROG_VERSION "1.1.1"
 #define PROG_COMMENTS "A GTK Application to install SLAD2 onto client host."
 #define PROG_COPYRIGHT "(c) 2005-2006 by DN-Systems Enterprise Internet Solutions GmbH"
 #define PROG_WEBSITE "http://www.dn-systems.org/slad.shtml"



More information about the Openvas-commits mailing list