Skip to content

Commit

Permalink
Release 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Oct 29, 2019
1 parent 90646ce commit f95db50
Show file tree
Hide file tree
Showing 2 changed files with 18 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 "13")
set(GOBY_VERSION_PATCH "14")

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

else()
message("Compiling from release tarball.")
set(GOBY_VERSION_DATE "2019.02.05")
set(GOBY_VERSION_DATE "2019.10.29")
endif()

set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")
Expand Down
16 changes: 16 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Goby Release Notes (Major version 2)
****************
Version 2.1.13

### Acomms
- Add FM Sweep ($CCSWP) And M-sequence ($CCMSQ) messages to Micro-Modem driver

### MOOS
- Completed iFrontSeat driver for OceanServer Iver3 vehicles (for Remote Helm versions 4 and 5)

### Bug fixes
Benthos Modem Driver:
- Fixed bug where benthos modem driver couldn't handle ID:000
- Improved switching from Online to Command mode when modem is in the Lowpower state.

See https://github.com/GobySoft/goby/compare/2.1.13...2.1.14

****************
Version 2.1.13

### Bug fixes
- Fix to Dynamic Protobuf unit test for changes in DCCL 3.0.10

Expand Down

0 comments on commit f95db50

Please sign in to comment.