|
From: <gb...@us...> - 2009-07-10 01:51:21
|
Revision: 428
http://gearbox.svn.sourceforge.net/gearbox/?rev=428&view=rev
Author: gbiggs
Date: 2009-07-10 01:51:12 +0000 (Fri, 10 Jul 2009)
Log Message:
-----------
Version bump for release
Modified Paths:
--------------
gearbox/trunk/CMakeLists.txt
gearbox/trunk/doc/history.dox
gearbox/trunk/doc/index.dox
Modified: gearbox/trunk/CMakeLists.txt
===================================================================
--- gearbox/trunk/CMakeLists.txt 2009-07-10 01:20:48 UTC (rev 427)
+++ gearbox/trunk/CMakeLists.txt 2009-07-10 01:51:12 UTC (rev 428)
@@ -12,7 +12,7 @@
# project version
#
set( GBX_PROJECT_VERSION_MAJOR "9" )
-set( GBX_PROJECT_VERSION_MINOR "02" )
+set( GBX_PROJECT_VERSION_MINOR "07" )
set( GBX_PROJECT_VERSION_PATCH "+" )
set( GBX_PROJECT_VERSION
Modified: gearbox/trunk/doc/history.dox
===================================================================
--- gearbox/trunk/doc/history.dox 2009-07-10 01:20:48 UTC (rev 427)
+++ gearbox/trunk/doc/history.dox 2009-07-10 01:51:12 UTC (rev 428)
@@ -57,6 +57,35 @@
No changes in user code are required. (alexm)
- Implemented store::peek() (AlexB)
+@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)
+
+- 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.
+
+@par Project-wide updates
+
+- 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.
+
@section gbx_doc_history_902 Changes in Release 9.02
@par New libraries
Modified: gearbox/trunk/doc/index.dox
===================================================================
--- gearbox/trunk/doc/index.dox 2009-07-10 01:20:48 UTC (rev 427)
+++ gearbox/trunk/doc/index.dox 2009-07-10 01:51:12 UTC (rev 428)
@@ -45,6 +45,7 @@
@section gbx_doc_index_news News
+- 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)
- 21-Apr-08 First release, version 1.0 (@ref gbx_doc_history_100)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|