Author: jan
Date: 2007-07-31 11:38:58 +0200 (Tue, 31 Jul 2007)
New Revision: 336

Removed:
   trunk/openvas-client/doc/man/
Modified:
   trunk/openvas-client/CHANGES
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/MANIFEST
   trunk/openvas-client/VERSION
   trunk/openvas-client/nessus.tmpl.in
   trunk/openvas-client/nessus/prefs_dialog/prefs_dialog.c
Log:
Removing the whole manual directory which now forms
the new stand-alone module "openvas-manual".

* doc/man/, doc/man/Makefile, doc/man/fixtex.pl, doc/man/users-manual-de.lyx,
doc/man/users-manual.lyx, doc/man/images, 
doc/man/images/authentication-dlg-de.png,
doc/man/images/authentication-dlg-en.png, 
doc/man/images/mainwindow-credentials-de.png,
doc/man/images/mainwindow-credentials-en.png, doc/man/images/mainwindow-de.png,
doc/man/images/mainwindow-en.png, doc/man/images/mainwindow-kb-de.png,
doc/man/images/mainwindow-kb-en.png, 
doc/man/images/mainwindow-pluginprefs-de.png,
doc/man/images/mainwindow-pluginprefs-en.png, 
doc/man/images/mainwindow-plugins-de.png,
doc/man/images/mainwindow-plugins-en.png, 
doc/man/images/mainwindow-report-de.png,
doc/man/images/mainwindow-report-en.png, 
doc/man/images/mainwindow-targetselection-de.png,
doc/man/images/mainwindow-targetselection-en.png, 
doc/man/images/preferences-dlg-de.png,
doc/man/images/preferences-dlg-en.png, doc/man/OpenVAS-logo.png: Removed.

* MANIFEST: updated.

* VERSION: Updated to 0.9.1.SVN.

* CHANGES: Added info for 0.9.1

* nessus.tmpl.in, nessus/prefs_dialog/prefs_dialog.c (show_users_manual): New 
doc-dir is OpenVAS,
not OpenVAS-Client.



Modified: trunk/openvas-client/CHANGES
===================================================================
--- trunk/openvas-client/CHANGES        2007-07-31 09:02:38 UTC (rev 335)
+++ trunk/openvas-client/CHANGES        2007-07-31 09:38:58 UTC (rev 336)
@@ -1,5 +1,19 @@
-Release 0.9.0 (XX.XX.2007):
+Release 0.9.1 (2007-07-31):
+---------------------------
 
+This is a cleanup and minor improvements release.
+
+Main changes since 0.9.0:
+
+* Removed users manual which now forms a package
+  of its own ("openvas-manual").
+* Decreased memory consumption considerably for
+  the case when looking into many different reports
+  with more or less the same plugins.
+
+Release 0.9.0 (2007-07-19):
+---------------------------
+
 This is the first release of OpenVAS-Client.
 
 OpenVAS-Client is a successor of NessusClient 1.X.

Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog      2007-07-31 09:02:38 UTC (rev 335)
+++ trunk/openvas-client/ChangeLog      2007-07-31 09:38:58 UTC (rev 336)
@@ -1,3 +1,29 @@
+2007-07-31  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       Removing the whole manual directory which now forms
+       the new stand-alone module "openvas-manual".
+
+       * doc/man/, doc/man/Makefile, doc/man/fixtex.pl, 
doc/man/users-manual-de.lyx,
+       doc/man/users-manual.lyx, doc/man/images, 
doc/man/images/authentication-dlg-de.png,
+       doc/man/images/authentication-dlg-en.png, 
doc/man/images/mainwindow-credentials-de.png,
+       doc/man/images/mainwindow-credentials-en.png, 
doc/man/images/mainwindow-de.png,
+       doc/man/images/mainwindow-en.png, doc/man/images/mainwindow-kb-de.png,
+       doc/man/images/mainwindow-kb-en.png, 
doc/man/images/mainwindow-pluginprefs-de.png,
+       doc/man/images/mainwindow-pluginprefs-en.png, 
doc/man/images/mainwindow-plugins-de.png,
+       doc/man/images/mainwindow-plugins-en.png, 
doc/man/images/mainwindow-report-de.png,
+       doc/man/images/mainwindow-report-en.png, 
doc/man/images/mainwindow-targetselection-de.png,
+       doc/man/images/mainwindow-targetselection-en.png, 
doc/man/images/preferences-dlg-de.png,
+       doc/man/images/preferences-dlg-en.png, doc/man/OpenVAS-logo.png: 
Removed.
+
+       * MANIFEST: updated.
+
+       * VERSION: Updated to 0.9.1.SVN.
+
+       * CHANGES: Added info for 0.9.1
+
+       * nessus.tmpl.in, prefs_dialog/prefs_dialog.c (show_users_manual): New 
doc-dir is OpenVAS,
+       not OpenVAS-Client.
+
 2007-07-24  Bernhard Herzog  <[EMAIL PROTECTED]>
 
        * nessus/nessus_plugin.c: Remove unused include
@@ -43,6 +69,28 @@
        * nessus/cli.c (_cli_sql_dump_plugins, _cli_dump_plugins): Use
        nessus_plugin_get_description to get the uncompressed description
 
+2007-07-19  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       Final preparations for release 0.9.0.
+
+       * VERSION: set to 0.9.0.
+
+       * INSTALL: Removed. Those information were partly wrong or misleading.
+
+       * README: Added some notes on compilation.
+
+       * src/gui/about_dlg.c, src/gui/about_dlg.h, src/gui/Makefile,
+       src/README, nessus/prefs_dialog/prefs_dialog.c: Because
+       the copyright assignment takes some time, for the time
+       being SPI is not yet the copyright holder. Intevation
+       will transfer as soon as assignment process has been clarified.
+
+       * CHANGES: Started anew with information on OpenVAS-Client.
+       The previous information haven't been maintained consistently
+       and have no meaning to the reader.
+
+       * MANIFEST: updated.
+
 2007-07-18  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        * Makefile: Added target "dist".

Modified: trunk/openvas-client/MANIFEST
===================================================================
--- trunk/openvas-client/MANIFEST       2007-07-31 09:02:38 UTC (rev 335)
+++ trunk/openvas-client/MANIFEST       2007-07-31 09:38:58 UTC (rev 336)
@@ -11,29 +11,6 @@
 COPYING
 COPYING.OpenSSL
 doc/HTTP_authentication.txt
-doc/man/fixtex.pl
-doc/man/images/authentication-dlg-de.png
-doc/man/images/authentication-dlg-en.png
-doc/man/images/mainwindow-credentials-de.png
-doc/man/images/mainwindow-credentials-en.png
-doc/man/images/mainwindow-de.png
-doc/man/images/mainwindow-en.png
-doc/man/images/mainwindow-kb-de.png
-doc/man/images/mainwindow-kb-en.png
-doc/man/images/mainwindow-pluginprefs-de.png
-doc/man/images/mainwindow-pluginprefs-en.png
-doc/man/images/mainwindow-plugins-de.png
-doc/man/images/mainwindow-plugins-en.png
-doc/man/images/mainwindow-report-de.png
-doc/man/images/mainwindow-report-en.png
-doc/man/images/mainwindow-targetselection-de.png
-doc/man/images/mainwindow-targetselection-en.png
-doc/man/images/preferences-dlg-de.png
-doc/man/images/preferences-dlg-en.png
-doc/man/Makefile
-doc/man/OpenVAS-logo.png
-doc/man/users-manual-de.lyx
-doc/man/users-manual.lyx
 doc/nbe_file_format.txt
 doc/nessus.xsd
 doc/nsr_file_format.txt

Modified: trunk/openvas-client/VERSION
===================================================================
--- trunk/openvas-client/VERSION        2007-07-31 09:02:38 UTC (rev 335)
+++ trunk/openvas-client/VERSION        2007-07-31 09:38:58 UTC (rev 336)
@@ -1 +1 @@
-0.9.0
+0.9.1.SVN

Modified: trunk/openvas-client/nessus/prefs_dialog/prefs_dialog.c
===================================================================
--- trunk/openvas-client/nessus/prefs_dialog/prefs_dialog.c     2007-07-31 
09:02:38 UTC (rev 335)
+++ trunk/openvas-client/nessus/prefs_dialog/prefs_dialog.c     2007-07-31 
09:38:58 UTC (rev 336)
@@ -101,7 +101,7 @@
 #endif
 #else
   char * dir = g_win32_get_package_installation_subdirectory(NULL, NULL,
-                 "share\\doc\\OpenVAS-Client");
+                 "share\\doc\\OpenVAS");
 #endif /* CYGWIN */
 
   /* the pdf file is covered by gettext to allow

Modified: trunk/openvas-client/nessus.tmpl.in
===================================================================
--- trunk/openvas-client/nessus.tmpl.in 2007-07-31 09:02:38 UTC (rev 335)
+++ trunk/openvas-client/nessus.tmpl.in 2007-07-31 09:38:58 UTC (rev 336)
@@ -129,7 +129,7 @@
 # documentation
 [EMAIL PROTECTED]@
 # where the pdf doc's reside:
-NESSUS_DOCDIR=$(DESTDIR)/$(datadir)/doc/OpenVAS-Client
+NESSUS_DOCDIR=$(DESTDIR)/$(datadir)/doc/OpenVAS
 
 # C compiler options
 NESSUS_CFLAGS=$(CWARN) $(include) $(NESSUS_DIRECTORIES) @sslcflags@

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

Reply via email to