Author: mwiegand
Date: 2008-10-24 10:15:41 +0200 (Fri, 24 Oct 2008)
New Revision: 1606

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

* CHANGES: Updated.

* VERSION: Set to 1.1.2.

* gtk.cpp: Set PROG_VERSION to 1.1.2.


Modified: trunk/sladinstaller/CHANGES
===================================================================
--- trunk/sladinstaller/CHANGES 2008-10-24 08:05:19 UTC (rev 1605)
+++ trunk/sladinstaller/CHANGES 2008-10-24 08:15:41 UTC (rev 1606)
@@ -1,3 +1,13 @@
+sladinstaller 1.1.2 (2008-10-24)
+
+This is a bugfix release. It fixes compilation issues on 64-bit systems as well
+as a bug that prevented pregenerated keys from being transferred correctly to
+the target host.
+
+Main changes from 1.1.1:
+- Now compiles on 64-bit systems.
+- Pregenerated keys are correctly transferred to the target host.
+
 sladinstaller 1.1.1 (2008-10-21)
 
 This is the first release after the migration of sladinstaller to the OpenVAS

Modified: trunk/sladinstaller/ChangeLog
===================================================================
--- trunk/sladinstaller/ChangeLog       2008-10-24 08:05:19 UTC (rev 1605)
+++ trunk/sladinstaller/ChangeLog       2008-10-24 08:15:41 UTC (rev 1606)
@@ -1,3 +1,13 @@
+2008-10-24  Michael Wiegand <[EMAIL PROTECTED]>
+
+       Preparing the 1.1.2 release of sladinstaller.
+
+       * CHANGES: Updated.
+
+       * VERSION: Set to 1.1.2.
+
+       * gtk.cpp: Set PROG_VERSION to 1.1.2.
+
 2008-10-23  Michael Wiegand <[EMAIL PROTECTED]>
 
        Fixed handling of pregenerated keys that were in some cases not properly

Modified: trunk/sladinstaller/VERSION
===================================================================
--- trunk/sladinstaller/VERSION 2008-10-24 08:05:19 UTC (rev 1605)
+++ trunk/sladinstaller/VERSION 2008-10-24 08:15:41 UTC (rev 1606)
@@ -1 +1 @@
-1.1.2.SVN
+1.1.2

Modified: trunk/sladinstaller/gtk.cpp
===================================================================
--- trunk/sladinstaller/gtk.cpp 2008-10-24 08:05:19 UTC (rev 1605)
+++ trunk/sladinstaller/gtk.cpp 2008-10-24 08:15:41 UTC (rev 1606)
@@ -44,7 +44,7 @@
 #define _(a) gettext (a)
 
 #define PROG_NAME "SLAD Installer"
-#define PROG_VERSION "1.1.2.SVN"
+#define PROG_VERSION "1.1.2"
 #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";

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to