[Openvas-commits] r5618 - in trunk/openvas-administrator: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 19 14:48:57 CEST 2009


Author: mwiegand
Date: 2009-10-19 14:48:54 +0200 (Mon, 19 Oct 2009)
New Revision: 5618

Modified:
   trunk/openvas-administrator/CHANGES
   trunk/openvas-administrator/CMakeLists.txt
   trunk/openvas-administrator/ChangeLog
   trunk/openvas-administrator/VERSION
   trunk/openvas-administrator/doc/Doxyfile
   trunk/openvas-administrator/doc/Doxyfile_full
Log:
Preparing for the 0.2.1 release.

* VERSION: Set to 0.2.1.

* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.

* CMakeLists.txt: Updated version number.

* CHANGES: Updated.


Modified: trunk/openvas-administrator/CHANGES
===================================================================
--- trunk/openvas-administrator/CHANGES	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/CHANGES	2009-10-19 12:48:54 UTC (rev 5618)
@@ -1,3 +1,16 @@
+openvas-administrator 0.2.1 (2009-10-19)
+
+This is the fifth developement release of the openvas-administrator module for
+the Open Vulnerability Assessment System (OpenVAS).
+
+Many thanks to everyone who has contributed to this release:
+Michael Wiegand and Jan-Oliver Wagner.
+
+Main changes since 0.2.0:
+
+* Command line options have been updated to resolve conflicting short options.
+
+
 openvas-administrator 0.2.0 (2009-09-29)
 
 This is the fourth developement release of the openvas-administrator module for

Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/CMakeLists.txt	2009-10-19 12:48:54 UTC (rev 5618)
@@ -50,7 +50,7 @@
 SET(CPACK_TOPLEVEL_TAG "")
 SET(CPACK_PACKAGE_VERSION_MAJOR "0")
 SET(CPACK_PACKAGE_VERSION_MINOR "2")
-SET(CPACK_PACKAGE_VERSION_PATCH "1.SVN")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
 SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 SET(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
 SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")

Modified: trunk/openvas-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/ChangeLog	2009-10-19 12:48:54 UTC (rev 5618)
@@ -1,3 +1,15 @@
+2009-10-19  Michael Wiegand <michael.wiegand at intevation.de>
+
+	Preparing for the 0.2.1 release.
+
+	* VERSION: Set to 0.2.1.
+
+	* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+	* CMakeLists.txt: Updated version number.
+
+	* CHANGES: Updated.
+
 2009-10-12  Michael Wiegand <michael.wiegand at intevation.de>
 
 	* src/openvasad.c (main): Modified short options for --password, --role

Modified: trunk/openvas-administrator/VERSION
===================================================================
--- trunk/openvas-administrator/VERSION	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/VERSION	2009-10-19 12:48:54 UTC (rev 5618)
@@ -1 +1 @@
-0.2.1.SVN
+0.2.1

Modified: trunk/openvas-administrator/doc/Doxyfile
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/doc/Doxyfile	2009-10-19 12:48:54 UTC (rev 5618)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.2.1.SVN
+PROJECT_NUMBER         = 0.2.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: trunk/openvas-administrator/doc/Doxyfile_full
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile_full	2009-10-19 12:38:44 UTC (rev 5617)
+++ trunk/openvas-administrator/doc/Doxyfile_full	2009-10-19 12:48:54 UTC (rev 5618)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.2.1.SVN
+PROJECT_NUMBER         = 0.2.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 



More information about the Openvas-commits mailing list