Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Nov 15, 2023
1 parent b25ce61 commit 3fadc42
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 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 "1")
set(GOBY_VERSION_PATCH "0")
set(GOBY_VERSION_PATCH "1")


if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
Expand Down Expand Up @@ -88,7 +88,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 "2023.10.30")
set(GOBY_VERSION_DATE "2023.11.15")
endif()

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

Version 3.1.1

### Bugs

- Added missing "inline" on intermodule function
- Added missing index on UDP threads, and use_indexed_groups on UDP/PTY threads.

### External Dependencies

Updated nlohmann JSON to 3.11.2

****************
Version 3.1.0

### Middleware
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/io/cobs/pty.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2022:
// Copyright 2019-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/io/detail/pty_interface.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021:
// Copyright 2020-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/io/line_based/pty.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2021:
// Copyright 2019-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/io/udp_one_to_many.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2022:
// Copyright 2019-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/io/udp_point_to_point.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2022:
// Copyright 2019-2023:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down

0 comments on commit 3fadc42

Please sign in to comment.