Skip to content

Commit

Permalink
RElease 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Feb 23, 2018
1 parent 89a4472 commit 53d6cba
Show file tree
Hide file tree
Showing 2 changed files with 16 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 "9")
set(GOBY_VERSION_PATCH "10")

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 "2017.06.15")
set(GOBY_VERSION_DATE "2018.02.23")
endif()

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

### MOOS
- Started iFrontSeat driver for OceanServer Iver3 vehicles (listen-mode only)

### Bug fixes
- Can build with C++11
- Fixed bug with GobyMOOSApp configuration reader when submessage fields were empty

See https://github.com/GobySoft/goby/compare/2.1.9...2.1.10

****************
Version 2.1.9

Expand All @@ -8,6 +20,8 @@ Bug fix release.
- Improved GPS surface handling in Bluefin driver for iFrontSeat
- Improved robustness of Iridium driver in the event that echo gets turned back on (ATE1 or modem reboot)

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


****************
Version 2.1.8
Expand Down

0 comments on commit 53d6cba

Please sign in to comment.