From cfe038d271840c70d974687ac357583179582330 Mon Sep 17 00:00:00 2001 From: Toby Schneider Date: Thu, 8 Nov 2018 08:35:04 +0000 Subject: [PATCH] Release 2.1.11 --- CMakeLists.txt | 4 ++-- release.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74a5752b..5798c0ca 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 "10") +set(GOBY_VERSION_PATCH "11") if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") message("Compiling in Git source tree.") @@ -51,7 +51,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") else() message("Compiling from release tarball.") - set(GOBY_VERSION_DATE "2018.02.23") + set(GOBY_VERSION_DATE "2018.11.08") endif() set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}") diff --git a/release.txt b/release.txt index 33556caa..3a323be0 100644 --- a/release.txt +++ b/release.txt @@ -1,4 +1,19 @@ Goby Release Notes (Major version 2) + +**************** +Version 2.1.11 + +### MOOS +- Working iFrontSeat driver for OceanServer Iver3 vehicles (listen-mode only) + +### Acomms +- Support for generic LBL message for MicroModem driver ($CCPGT) + +### Bug fixes +- Resolved segfault with `goby_hdf5` when outputting string fields + +See https://github.com/GobySoft/goby/compare/2.1.10...2.1.11 + **************** Version 2.1.10