|
From: <gb...@us...> - 2009-07-10 02:07:14
|
Revision: 431
http://gearbox.svn.sourceforge.net/gearbox/?rev=431&view=rev
Author: gbiggs
Date: 2009-07-10 02:07:05 +0000 (Fri, 10 Jul 2009)
Log Message:
-----------
Version debump, fixed history
Modified Paths:
--------------
gearbox/trunk/CMakeLists.txt
gearbox/trunk/doc/history.dox
Modified: gearbox/trunk/CMakeLists.txt
===================================================================
--- gearbox/trunk/CMakeLists.txt 2009-07-10 02:02:55 UTC (rev 430)
+++ gearbox/trunk/CMakeLists.txt 2009-07-10 02:07:05 UTC (rev 431)
@@ -13,7 +13,7 @@
#
set( GBX_PROJECT_VERSION_MAJOR "9" )
set( GBX_PROJECT_VERSION_MINOR "07" )
-set( GBX_PROJECT_VERSION_PATCH "+" )
+set( GBX_PROJECT_VERSION_PATCH "0" )
set( GBX_PROJECT_VERSION
${GBX_PROJECT_VERSION_MAJOR}.${GBX_PROJECT_VERSION_MINOR}.${GBX_PROJECT_VERSION_PATCH} )
Modified: gearbox/trunk/doc/history.dox
===================================================================
--- gearbox/trunk/doc/history.dox 2009-07-10 02:02:55 UTC (rev 430)
+++ gearbox/trunk/doc/history.dox 2009-07-10 02:07:05 UTC (rev 431)
@@ -27,28 +27,18 @@
@par Project wide
-- Build system
- - Added a hook in the CMake setup to allow building Gearbox as part of a bigger "super-project". Default behavior is not modified. (tobie,alexm)
- - Changed format style of CMake files. Standard functions are low-case. Custom macros are upper case. "Local" variables are low-case. "Global"
- and cache variables are upper-case. (alexm)
- - Added 4 advanced CMake variables to let user control what gets installed and what not. All are set to TRUE by default.
- To disable installation, set a variable to FALSE on the command line: 'cmake -DGBX_INSTALL_HEADERS=false'. The
- variables are:
- - GBX_INSTALL_HEADERS
- - GBX_INSTALL_SHARED_FILES
- - GBX_INSTALL_EXAMPLES
- - GBX_INSTALL_PKGCONFIGS
-
@par New libraries
@par Updated libraries
-- libGbxUtilAcfr:
- - Status class: removed SubsystemStalled from the list of health types for a subsystem. The stall condition
- now needs to be defined as part of the state of the monitor. (alexm)
- - Added SubHealth class: a delegator which has access to health function of one subsystem. (alexm)
- - Added Stoppable class: a light interface class representing stoppable activities. (alexm)
+@section gbx_doc_history_907 Changes in Release 9.07
+@par Updated libraries
+
+- libflexiport
+ - The UDP port type now properly supports sending and receiving broadcast packets on all operating systems.
+ (GeoffB)
+
- libGbxIceUtilAcfr:
- Changed names in buffer.h to make it more intuitive, fixed comments (AlexB).
- Timer class: added constructor with non-zero elapsed time (alexm)
@@ -57,34 +47,35 @@
No changes in user code are required. (alexm)
- Implemented store::peek() (AlexB)
-@section gbx_doc_history_907 Changes in Release 9.07
+- libGbxUtilAcfr:
+ - Status class: removed SubsystemStalled from the list of health types for a subsystem. The stall condition
+ now needs to be defined as part of the state of the monitor. (alexm)
+ - Added SubHealth class: a delegator which has access to health function of one subsystem. (alexm)
+ - Added Stoppable class: a light interface class representing stoppable activities. (alexm)
-@par Updated libraries
-
-- libflexiport
- - The UDP port type now properly supports sending and receiving broadcast packets on all operating systems.
- (GeoffB)
-
-- libGbxSmartBatteryAcfr
- - Now produces a pkg-config file.
-
-- libGbxSickAcfr
- - Added a peek function.
-
- libhokuyo_aist
- New known-to-work models. The full list is now: URG-04LX, UBG-04LX, UHG-08LX and UTM-30LX. As usual, other
models that conform to the protocol should also work. (GeoffB)
- Improvements to the SCIP protocol version checks, giving faster and more reliable startups. (GeoffB)
- Implemented a workaround for a bug in the UTM-30LX firmware. (GeoffB)
- - Better baud rate support.
+ - Better baud rate support. (GeoffB)
-@par Project-wide updates
+@par Project Wide
-- New versioning scheme for libraries. Each individual library has its own so version, which can be incremented
- independently of other libraries at the project as a whole. This allows users to check the API version of the
- library they are interested in, improving dependency checks for users of Gearbox.
-- Monolithic builds are now possible.
-- Compiles with GCC 4.4.
+- Build system
+ - Added a hook in the CMake setup to allow building Gearbox as part of a bigger "super-project". Default behavior is not modified. (tobie,alexm)
+ - Changed format style of CMake files. Standard functions are low-case. Custom macros are upper case. "Local" variables are low-case. "Global"
+ and cache variables are upper-case. (alexm)
+ - Added 4 advanced CMake variables to let user control what gets installed and what not. All are set to TRUE by default.
+ To disable installation, set a variable to FALSE on the command line: 'cmake -DGBX_INSTALL_HEADERS=false'. The
+ variables are:
+ - GBX_INSTALL_HEADERS
+ - GBX_INSTALL_SHARED_FILES
+ - GBX_INSTALL_EXAMPLES
+ - GBX_INSTALL_PKGCONFIGS
+ - New versioning scheme for libraries. Each individual library has its own so version, which can be incremented
+ independently of other libraries at the project as a whole. This allows users to check the API version of the
+ library they are interested in, improving dependency checks for users of Gearbox.
@section gbx_doc_history_902 Changes in Release 9.02
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|