Skip to content

Commit

Permalink
Release 3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Feb 22, 2023
1 parent 2e8e22a commit b3b65a0
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()

set(GOBY_VERSION_MAJOR "3")
set(GOBY_VERSION_MINOR "0")
set(GOBY_VERSION_PATCH "13")
set(GOBY_VERSION_PATCH "14")

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

else()
message(STATUS "Compiling from release tarball (${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}).")
set(GOBY_VERSION_DATE "2022.11.08")
set(GOBY_VERSION_DATE "2023.02.22")
endif()

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

****************
Version 3.0.14

### Bugs

- Fix Liaison Commander crash with messages containing embeded messages that have "oneof" fields
- Fix bug where intermodule subscriptions only go to the first subscriber.


****************
Version 3.0.13

Expand Down
2 changes: 1 addition & 1 deletion src/apps/zeromq/liaison/liaison_commander.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2009-2022:
// Copyright 2009-2023:
// GobySoft, LLC (2013-)
// Massachusetts Institute of Technology (2007-2014)
// Community contributors (see AUTHORS file)
Expand Down
2 changes: 1 addition & 1 deletion src/apps/zeromq/liaison/liaison_commander.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2011-2022:
// Copyright 2011-2023:
// GobySoft, LLC (2013-)
// Massachusetts Institute of Technology (2007-2014)
// Community contributors (see AUTHORS file)
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2009-2022:
// Copyright 2009-2023:
// GobySoft, LLC (2013-)
// Massachusetts Institute of Technology (2007-2014)
// Community contributors (see AUTHORS file)
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/transport/intermodule.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2021:
// Copyright 2016-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/transport/interprocess.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2022:
// Copyright 2016-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/transport/serialization_handlers.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2022:
// Copyright 2016-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/zeromq/transport/interprocess.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2022:
// Copyright 2016-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down

0 comments on commit b3b65a0

Please sign in to comment.