Skip to content

Commit

Permalink
Release 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Nov 8, 2018
1 parent 3bec2a5 commit cfe038d
Show file tree
Hide file tree
Showing 2 changed files with 17 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 "10")
set(GOBY_VERSION_PATCH "11")

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

set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")
Expand Down
15 changes: 15 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cfe038d

Please sign in to comment.