From a3a92af4dd34aa98453cffed072b15b6ed77c090 Mon Sep 17 00:00:00 2001 From: Toby Schneider Date: Tue, 9 May 2017 16:43:42 -0400 Subject: [PATCH] Release 2.1.8 --- CMakeLists.txt | 4 ++-- release.txt | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89cf1421..d9552aeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.") @@ -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}") diff --git a/release.txt b/release.txt index 501c7bef..3af5a3f4 100644 --- a/release.txt +++ b/release.txt @@ -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 @@ -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