|
From: <rus...@us...> - 2009-11-18 03:17:59
|
Revision: 469
http://gearbox.svn.sourceforge.net/gearbox/?rev=469&view=rev
Author: russo2503v
Date: 2009-11-18 03:17:43 +0000 (Wed, 18 Nov 2009)
Log Message:
-----------
version++
Modified Paths:
--------------
gearbox/trunk/doc/history.dox
gearbox/trunk/doc/index.dox
Modified: gearbox/trunk/doc/history.dox
===================================================================
--- gearbox/trunk/doc/history.dox 2009-11-17 12:58:51 UTC (rev 468)
+++ gearbox/trunk/doc/history.dox 2009-11-18 03:17:43 UTC (rev 469)
@@ -1,5 +1,5 @@
/*
- * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
* http://gearbox.sf.net/
* Copyright (c) 2008 GearBox Team
*
@@ -23,16 +23,17 @@
@section gbx_doc_history_todo To-Do List for Next Release
-@section gbx_doc_history_head Changes in SVN since Last Release
+None.
+@section gbx_doc_history_911 Changes in Release 9.11
+
@par Project wide
- build system
- added new variable GBX_DISABLE_ALL for the cases where only a few targets need to be built.
- cleaned up install directory definitions, all done in one place now.
+ - clean up to be packaged for Fedora.
-@par New libraries
-
@par Updated libraries
- libGbxNovatelAcfr:
@@ -108,7 +109,7 @@
@par New libraries
- libGbxNovatelAcfr
- - ACFR driver for a Novatel(SPAN) system. This is the implementation used by Sydney-Berkeley DGC'07 team.
+ - ACFR driver for a Novatel(SPAN) system. This is the implementation used by Sydney-Berkeley DGC'07 team.
(Michael M)
@par Updated libraries
@@ -117,15 +118,15 @@
- A bit more careful when dealing with chunks of buffer that can't be parsed, should be a bit more robust (AlexB).
- libGbxUtilAcfr
- - Changed interface for Tracer:
+ - Changed interface for Tracer:
- when querying verbosity, default destination argument is 'ToAny' (AlexB).
- moved trace type and destination enums out of the class into the namespace (alexm)
- added optional 'localOnly' parameter to all Tracer output function, i.e. info(), warn(), error(), debug().
This is to allow the use of Tracer for tracing network problems (otherwise a trace of a network problem will
lead to another trace, etc) (alexm)
- Changed implementation of TrivialTracer to allow multiple levels of tracing verbosity (AlexB).
- - Changed interface for Status:
- - status of subsystems is described in two orthogonal dimensions: state and health. (alexm)
+ - Changed interface for Status:
+ - status of subsystems is described in two orthogonal dimensions: state and health. (alexm)
- added infrastructure state to the component status and functions to set it. (alexm)
- added message() which only changes the human-readable message (alexm)
Modified: gearbox/trunk/doc/index.dox
===================================================================
--- gearbox/trunk/doc/index.dox 2009-11-17 12:58:51 UTC (rev 468)
+++ gearbox/trunk/doc/index.dox 2009-11-18 03:17:43 UTC (rev 469)
@@ -1,5 +1,5 @@
/*
- * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
* http://gearbox.sf.net/
* Copyright (c) 2008 GearBox Team
*
@@ -27,7 +27,7 @@
@defgroup gbx_win Windows
*/
-// without this gap between two doxygen definitions, the last group does not get
+// without this gap between two doxygen definitions, the last group does not get
// populated properly for some reason.
/*!
@@ -45,6 +45,7 @@
@section gbx_doc_index_news News
+- 18-Nov-09 Release 9.11. Several bug fixes in the libraries, build system cleanup to be packaged for Fedora. (@ref gbx_doc_history_911)
- 10-Jul-09 Release 9.07. Several bug fixes in the libraries, and the new ability for the flexiport library's UDP port type to handle broadcast data. (@ref gbx_doc_history_907)
- 18-Feb-09 Release 9.02. One new driver and a few updates in other libraries. (@ref gbx_doc_history_902)
- 25-Jul-08 Release 8.07. Includes 5 new libraries and a re-write of the Hokuyo driver. (@ref gbx_doc_history_807)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|