|
From: <rus...@us...> - 2009-02-18 02:55:32
|
Revision: 382
http://gearbox.svn.sourceforge.net/gearbox/?rev=382&view=rev
Author: russo2503v
Date: 2009-02-18 01:41:55 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
version++
Modified Paths:
--------------
gearbox/trunk/CMakeLists.txt
gearbox/trunk/LICENSE
gearbox/trunk/doc/history.dox
gearbox/trunk/doc/index.dox
Removed Paths:
-------------
gearbox/trunk/retired/urg_nz/
Modified: gearbox/trunk/CMakeLists.txt
===================================================================
--- gearbox/trunk/CMakeLists.txt 2009-02-13 07:58:24 UTC (rev 381)
+++ gearbox/trunk/CMakeLists.txt 2009-02-18 01:41:55 UTC (rev 382)
@@ -11,7 +11,7 @@
#
# project version string
#
-SET( GBX_PROJECT_VERSION 8.07+ CACHE STRING "Version of GearBox distribution" )
+SET( GBX_PROJECT_VERSION 9.02 CACHE STRING "Version of GearBox distribution" )
#
# The rest is done by a script
Modified: gearbox/trunk/LICENSE
===================================================================
--- gearbox/trunk/LICENSE 2009-02-13 07:58:24 UTC (rev 381)
+++ gearbox/trunk/LICENSE 2009-02-18 01:41:55 UTC (rev 382)
@@ -9,6 +9,8 @@
src/gbxserialacfr/lockfile LGPL
src/gbxutilacfr LGPL
src/gbxgarminacfr LGPL
+src/gbxnovatelacfr LGPL
+src/gbxnovatelacfr/gbxnovatelutilacfr LGPL
src/gbxsickacfr LGPL
src/gbxsickacfr/gbxiceutilacfr LGPL
src/gbxsickacfr/gbxserialdeviceacfr LGPL
Modified: gearbox/trunk/doc/history.dox
===================================================================
--- gearbox/trunk/doc/history.dox 2009-02-13 07:58:24 UTC (rev 381)
+++ gearbox/trunk/doc/history.dox 2009-02-18 01:41:55 UTC (rev 382)
@@ -13,7 +13,7 @@
@par Project wide
@par New libraries
@par Updated libraries
-@par Removed libraries
+@par Retired libraries
/*!
@@ -25,6 +25,14 @@
@section gbx_doc_history_head Changes in SVN since Last Release
+@section gbx_doc_history_902 Changes in Release 9.02
+
+@par New libraries
+
+-libGbxNovatelAcfr
+ - ACFR driver for a Novatel(SPAN) system. This is the implementation used by Sydney-Berkeley DGC'07 team.
+ (Michael M)
+
@par Updated libraries
- libGbxSickAcfr
@@ -67,9 +75,9 @@
- libGbxSickAcfr
- using 'size_t' instead of 'uint' to improve compatibility.
-@par Removed libraries
+@par Retired libraries
-- hokuyo_nz
+- urg_nz
@section gbx_doc_history_100 Changes in Release 1.0.0
Modified: gearbox/trunk/doc/index.dox
===================================================================
--- gearbox/trunk/doc/index.dox 2009-02-13 07:58:24 UTC (rev 381)
+++ gearbox/trunk/doc/index.dox 2009-02-18 01:41:55 UTC (rev 382)
@@ -45,6 +45,7 @@
@section gbx_doc_index_news News
+- 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)
- 18-Mar-08 Accepted ACFR's implementation of SICK laser driver and the serial library used by it.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|