|
From: <rus...@us...> - 2008-07-25 12:36:27
|
Revision: 296
http://gearbox.svn.sourceforge.net/gearbox/?rev=296&view=rev
Author: russo2503v
Date: 2008-07-25 12:36:35 +0000 (Fri, 25 Jul 2008)
Log Message:
-----------
version++
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 2008-07-25 12:35:35 UTC (rev 295)
+++ gearbox/trunk/CMakeLists.txt 2008-07-25 12:36:35 UTC (rev 296)
@@ -11,7 +11,7 @@
#
# project version string
#
-SET( GBX_PROJECT_VERSION 1.0.0+ CACHE STRING "Version of GearBox distribution" )
+SET( GBX_PROJECT_VERSION 8.07 CACHE STRING "Version of GearBox distribution" )
#
# The rest is done by a script
Modified: gearbox/trunk/doc/history.dox
===================================================================
--- gearbox/trunk/doc/history.dox 2008-07-25 12:35:35 UTC (rev 295)
+++ gearbox/trunk/doc/history.dox 2008-07-25 12:36:35 UTC (rev 296)
@@ -21,18 +21,37 @@
Developers: as you make substantial changes in the code (add features, fix bugs, etc.), add an item in the section on changes. When the next version is released, this list will be copied into the release notes.
-@section hydro_doc_todo_todo To-Do List for Next Release
+@section gbx_doc_history_todo To-Do List for Next Release
@section gbx_doc_history_head Changes in SVN since Last Release
+@section gbx_doc_history_807 Changes in Release 8.07
+
@par Project wide
+- Build system
+ - cmake files updated for cmake 2.6
+
+- Compiler
+ - compiles cleanly under gcc43
+
@par New libraries
+- libGbxGarminAcfr
+- libGbxUtilAcfr
+- libGbxNovatelAcfr
+- flexiport
+- libGbxSmartBatteryAcfr
+- hokuyo_aist
+
@par Updated libraries
+- libGbxSickAcfr
+ - using 'size_t' instead of 'uint' to improve compatibility.
+
@par Removed libraries
+- hokuyo_nz
@section gbx_doc_history_100 Changes in Release 1.0.0
Modified: gearbox/trunk/doc/index.dox
===================================================================
--- gearbox/trunk/doc/index.dox 2008-07-25 12:35:35 UTC (rev 295)
+++ gearbox/trunk/doc/index.dox 2008-07-25 12:36:35 UTC (rev 296)
@@ -45,6 +45,7 @@
@section gbx_doc_index_news News
+- 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)
- 18-Mar-08 Accepted ACFR's implementation of SICK laser driver and the serial library used by it.
- 08-Feb-08 Accepted the first library: a driver for the URG laser.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|