From d889052e8ac072310b87f3d1f841bb2a48532e68 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Mon, 23 Oct 2023 20:17:31 +0000 Subject: [PATCH] OpenDDS Post Release 3.26.0 --- PROBLEM-REPORT-FORM | 4 ++-- README.md | 14 +++++++------- VERSION.txt | 2 +- dds/Version.h | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 27f15dc7b64..6844768c643 100644 --- a/PROBLEM-REPORT-FORM +++ b/PROBLEM-REPORT-FORM @@ -1,6 +1,6 @@ -This is OpenDDS version 3.26.0, released Oct 23 2023 +This is OpenDDS version 3.27.0-dev (NOT A RELEASE) - OpenDDS VERSION: 3.26.0 + OpenDDS VERSION: 3.27.0-dev TAO VERSION: HOST MACHINE and OPERATING SYSTEM: diff --git a/README.md b/README.md index 08688cdc61d..d172f06e0cc 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ These standards define a set of interfaces and protocols for developing distribu Although OpenDDS is itself developed in C++, Java bindings are provided so that Java applications can use OpenDDS. OpenDDS also includes support for the DDS Security and XTypes specifications. -OpenDDS is built on the [ACE](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html#ace-tao) abstraction layer to provide platform portability. -OpenDDS also leverages the capabilities of [TAO](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html#ace-tao) for IDL compilation and the OpenDDS [DCPS Information Repository](https://opendds.readthedocs.io/en/latest-release/devguide/the_dcps_information_repository.html). +OpenDDS is built on the [ACE](https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html#ace-tao) abstraction layer to provide platform portability. +OpenDDS also leverages the capabilities of [TAO](https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html#ace-tao) for IDL compilation and the OpenDDS [DCPS Information Repository](https://opendds.readthedocs.io/en/latest-release/devguide/the_dcps_information_repository.html). The primary development of OpenDDS was done by [Object Computing, Incorporated](http://www.objectcomputing.com) in @@ -35,7 +35,7 @@ details. ## Documentation -- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/en/dds-3.26. +- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/en/latest-release. - For developers wanting to contribute to OpenDDS, please read [the development guidelines](https://opendds.readthedocs.io/en/master/internal/dev_guidelines.html). @@ -83,7 +83,7 @@ formal/2019-04-03 (version 2.3)](https://www.omg.org/spec/DDSI-RTPS/2.3). See the OpenDDS Developer's Guide and the file [docs/design/RTPS](docs/design/RTPS) for more details on RTPS. -See the [Developer's Guide](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/introduction.html) for +See the [Developer's Guide](https://opendds.readthedocs.io/en/latest-release/devguide/building/introduction.html) for information on OpenDDS compliance with the DDS specification. If you would like to contribute a feature or sponsor the developers to add a feature please see the Support section above for contact information. @@ -92,7 +92,7 @@ the Support section above for contact information. These are just the required dependencies. For a complete detailed list of dependencies, including optional ones, see -https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html. +https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html. ### ACE/TAO @@ -134,7 +134,7 @@ Embedded/Mobile/IoT: * LynxOS-178 (OpenDDS Safety Profile) * VxWorks 6.9, 7, 21.03 (see below) * [Linux on Raspberry Pi](https://opendds.org/quickstart/GettingStartedPi.html) -* [Android 9.0 "Pie" (API Level 28) NDK r18b](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/android.html) +* [Android 9.0 "Pie" (API Level 28) NDK r18b](https://opendds.readthedocs.io/en/latest-release/devguide/building/android.html) We have built OpenDDS for VxWorks 6.9, 7, and 21.03 and have run basic system and performance tests (but not the entire regression test suite). @@ -164,7 +164,7 @@ This release of OpenDDS has been tested using the following compilers: ## Building and Installing For building and installation instructions see -https://opendds.readthedocs.io/en/dds-3.26/devguide/building/index.html +https://opendds.readthedocs.io/en/latest-release/devguide/building/index.html ## Quick Start with Docker diff --git a/VERSION.txt b/VERSION.txt index 278079c75ad..6051b363998 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ -This is OpenDDS version 3.26.0, released Oct 23 2023 +This is OpenDDS version 3.27.0-dev (NOT A RELEASE) This software is open source and free of licensing fees. See the LICENSE file (in this directory) for license details. diff --git a/dds/Version.h b/dds/Version.h index 9111a6f868a..ddf6b196b73 100644 --- a/dds/Version.h +++ b/dds/Version.h @@ -9,11 +9,11 @@ #define OPENDDS_VERSION_H #define OPENDDS_MAJOR_VERSION 3 -#define OPENDDS_MINOR_VERSION 26 +#define OPENDDS_MINOR_VERSION 27 #define OPENDDS_MICRO_VERSION 0 -#define OPENDDS_VERSION_METADATA "" -#define OPENDDS_IS_RELEASE 1 -#define OPENDDS_VERSION "3.26.0" +#define OPENDDS_VERSION_METADATA "dev" +#define OPENDDS_IS_RELEASE 0 +#define OPENDDS_VERSION "3.27.0-dev" #define OPENDDS_VERSION_AT_LEAST(MAJOR, MINOR, MICRO) (\ (OPENDDS_MAJOR_VERSION > (MAJOR)) || \