From d3f4e659d5fffba079c2651f9d594f7014ce8ffe Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 23 Apr 2021 14:50:11 +0200 Subject: [PATCH 1/3] Fix old version info in release 3.3.0 Signed-off-by: Pierre R. Mai --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a56e6c0b7..909aa38e2 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR = 3 -VERSION_MINOR = 2 -VERSION_PATCH = 0 +VERSION_MINOR = 3 +VERSION_PATCH = 1 From 3ce9b2eefedc01d50ac03ee6316d830a74157dc4 Mon Sep 17 00:00:00 2001 From: Stefan Cyliax Date: Mon, 26 Apr 2021 07:53:04 +0200 Subject: [PATCH 2/3] updated release notes for bugfix Signed-off-by: Stefan Cyliax --- doc/releases/v03.03.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/releases/v03.03.rst b/doc/releases/v03.03.rst index c09f2f34b..f04319542 100644 --- a/doc/releases/v03.03.rst +++ b/doc/releases/v03.03.rst @@ -31,4 +31,11 @@ the introduction of brand new top level messages which extend OSI's scope beyond - Update the documentation of ground clearance. - Make handling of enums in rules check more robust, especially ones. -- Set the default compiler to C++ 11 to support protobuf>3.6. \ No newline at end of file +- Set the default compiler to C++ 11 to support protobuf>3.6. + +`v3.3.1 - OSI "Fabulous Fangio", Update 1 `_ +========================================== + +`Content/Changes `_: +--------------------------------------------------------------------------------------------------------------------------------------------- +- **Bug Fix**: Versioning in VERSION file wrong in 3.3.0. This lead to wrong versioning in Doxygen documentation. From d80bb46c19c69a8a008cf651ba45bcdbb4670a03 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Wed, 28 Apr 2021 12:38:19 +0200 Subject: [PATCH 3/3] Remove obsolete image and update release notes Signed-off-by: Pierre R. Mai --- README.md | 3 --- doc/releases/v03.03.rst | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 038925c61..4e032250e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ The Open Simulation Interface [[1]](https://www.hot.ei.tum.de/forschung/aut As the complexity of automated driving functions rapidly increases, the requirements for test and development methods are growing. Testing in virtual environments offers the advantage of completely controlled and reproducible environment conditions. -In this context, OSI defines generic interfaces to ensure modularity, integrability, and interchangeability of the individual components: -![](doc/images/osicontextwiki.png) - For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-documentation/) or the [official reference documentation](https://opensimulationinterface.github.io/open-simulation-interface/) for defined protobuf messages. [1] Hanke, T., Hirsenkorn, N., van-Driesten, C., Garcia-Ramos, P., Schiementz, M., Schneider, S. & Biebl, E. (2017, February 03). *A generic interface for the environment perception of automated driving functions in virtual scenarios.* Retrieved January 25, 2020, from https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/ diff --git a/doc/releases/v03.03.rst b/doc/releases/v03.03.rst index f04319542..77c96f95f 100644 --- a/doc/releases/v03.03.rst +++ b/doc/releases/v03.03.rst @@ -38,4 +38,5 @@ the introduction of brand new top level messages which extend OSI's scope beyond `Content/Changes `_: --------------------------------------------------------------------------------------------------------------------------------------------- -- **Bug Fix**: Versioning in VERSION file wrong in 3.3.0. This lead to wrong versioning in Doxygen documentation. +- **Bug Fix**: Fixed outdated version information in VERSION file in 3.3.0. This lead to wrong versioning in proto definitions and Doxygen documentation. +- **Bug Fix**: Removed outdated picture in README.md.