Skip to content

Commit

Permalink
Release 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed May 9, 2017
1 parent 1231c5a commit a3a92af
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()

set(GOBY_VERSION_MAJOR "2")
set(GOBY_VERSION_MINOR "1")
set(GOBY_VERSION_PATCH "7")
set(GOBY_VERSION_PATCH "8")

if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
message("Compiling in Git source tree.")
Expand All @@ -46,7 +46,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

else()
message("Compiling from release tarball.")
set(GOBY_VERSION_DATE "2017.03.21")
set(GOBY_VERSION_DATE "2017.05.09")
endif()

set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")
Expand Down
24 changes: 24 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
Goby Release Notes (Major version 2)
****************
Version 2.1.8

### Acomms
- Significant reduction in data usage by IridiumDriver by using DCCL to compress the ModemTransmission wrapper message
- goby_ip_gateway minor improvements
- Configurable queue size
- Configurable tun number (e.g. tun10)
- Ability to bypass MAC for modemdrivers that have built in MAC

### Common
- goby_hdf5: Default protobuf value written into HDF5 file

### MOOS
- iFrontSeat driver for Liquid Robotics SV2 waveglider

### Compiling
- Improvements for Mac OS X compilation


See https://github.com/GobySoft/goby/compare/2.1.7...2.1.8

****************
Version 2.1.7

Expand All @@ -7,6 +29,8 @@ Version 2.1.7
### MOOS
- Bug fix for iFrontSeat to correctly handle large time skews

See https://github.com/GobySoft/goby/compare/2.1.6...2.1.7

****************
Version 2.1.6
### Acomms
Expand Down

0 comments on commit a3a92af

Please sign in to comment.