[Openvas-commits] r907 - in trunk/openvas-libraries: . libopenvas

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 12 13:04:10 CEST 2008


Author: mwiegand
Date: 2008-06-12 13:04:09 +0200 (Thu, 12 Jun 2008)
New Revision: 907

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas/store_internal.h
Log:
Increased MAGIC number to reflect changes as suggested by Bernhard Herzog. Deleting /lib/openvas/plugins/.desc/* is no longer neccessary.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2008-06-12 10:53:14 UTC (rev 906)
+++ trunk/openvas-libraries/ChangeLog	2008-06-12 11:04:09 UTC (rev 907)
@@ -1,5 +1,11 @@
 2008-06-12  Michael Wiegand <michael.wiegand at intevation.de>
 
+	* libopenvas/store_internal.h: Increased MAGIC number to reflect
+	changes as suggested by Bernhard Herzog. Deleting
+	/lib/openvas/plugins/.desc/* is no longer neccessary.
+
+2008-06-12  Michael Wiegand <michael.wiegand at intevation.de>
+
 	Increased the space available to plugins for preferences
 	storage. This resolves an issue with plugins with a large
 	number of radio button options, as they need to store the

Modified: trunk/openvas-libraries/libopenvas/store_internal.h
===================================================================
--- trunk/openvas-libraries/libopenvas/store_internal.h	2008-06-12 10:53:14 UTC (rev 906)
+++ trunk/openvas-libraries/libopenvas/store_internal.h	2008-06-12 11:04:09 UTC (rev 907)
@@ -4,7 +4,7 @@
 
 #define MAX_PREFS 32
 
-#define MAGIC 0x46 /* defines the revision of the plugin struct
+#define MAGIC 0x47 /* defines the revision of the plugin struct
                       Basically it is just used to invalidate old
                       desc-files if the number does not match. */
 



More information about the Openvas-commits mailing list