From 1c17f37d95ff038c13a899a476074614ed7ecfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Monteiro?= Date: Wed, 26 Jun 2024 14:09:42 +0100 Subject: [PATCH] Release 3.5.0 --- Android.bp | 4 ++-- Android.mk | 8 ++++---- CHANGES | 21 +++++++++++++++++++++ CMakeLists.txt | 4 ++-- libvsomeip.yaml | 2 +- 5 files changed, 30 insertions(+), 9 deletions(-) diff --git a/Android.bp b/Android.bp index f314f22b1..702782517 100644 --- a/Android.bp +++ b/Android.bp @@ -80,8 +80,8 @@ cc_library_shared { cflags: [ "-DWITHOUT_SYSTEMD", - "-DVSOMEIP_VERSION=\"3.4.10\"", - "-DVSOMEIP_COMPAT_VERSION=\"3.4.10\"", + "-DVSOMEIP_VERSION=\"3.5.0\"", + "-DVSOMEIP_COMPAT_VERSION=\"3.5.0\"", "-DVSOMEIP_BASE_PATH=\"/vendor/run/someip/\"", "-DUSE_DLT", ], diff --git a/Android.mk b/Android.mk index 67530094e..cadc6e758 100644 --- a/Android.mk +++ b/Android.mk @@ -100,7 +100,7 @@ LOCAL_CFLAGS := \ -frtti \ -fexceptions \ -DWITHOUT_SYSTEMD \ - -DVSOMEIP_VERSION=\"3.4.10\" \ + -DVSOMEIP_VERSION=\"3.5.0\" \ -DVSOMEIP_BASE_PATH=\"/vendor/run/someip/\" \ -Wno-unused-parameter \ -Wno-non-virtual-dtor \ @@ -147,7 +147,7 @@ LOCAL_CFLAGS := \ -frtti \ -fexceptions \ -DWITHOUT_SYSTEMD \ - -DVSOMEIP_VERSION=\"3.4.10\" \ + -DVSOMEIP_VERSION=\"3.5.0\" \ -DVSOMEIP_BASE_PATH=\"/vendor/run/someip/\" \ -Wno-unused-parameter \ -Wno-non-virtual-dtor \ @@ -194,8 +194,8 @@ LOCAL_CFLAGS := \ -frtti \ -fexceptions \ -DWITHOUT_SYSTEMD \ - -DVSOMEIP_VERSION=\"3.4.10\" \ - -DVSOMEIP_COMPAT_VERSION=\"3.4.10\" \ + -DVSOMEIP_VERSION=\"3.5.0\" \ + -DVSOMEIP_COMPAT_VERSION=\"3.5.0\" \ -DVSOMEIP_BASE_PATH=\"/vendor/run/someip/\" \ -Wno-unused-parameter \ -Wno-non-virtual-dtor \ diff --git a/CHANGES b/CHANGES index f4e7081aa..fd7bc3c28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,27 @@ Changes ======= +v3.5.0 +- Load Policies Lazy Load +- Test - Processing SD messages with unknown type option +- ensure endpoints before deletion +- Improve "end of file" error handling +- Enable debouncing of events & selective events +- Revert "Test - Processing SD messages with unknown type" +- Logs added to points of failure on registration process +- One *.json to ignorem all +- Someip-tp remote address rework +- Fix crash in multicast_receive receive_cb +- Generate network_test configs directly to build +- Fix deadlock if binding of TCP client endpoint fails +- Added missing includes of iomanip to support compilation on Mint +- Cache not yet registered events +- Return true to make sure endpoints are deleted +- Byteorder implementation +- Reorder of prepare_stop method +- Allows applications in the same process using different security configurations +- Fix to not ignore stop offers when sd acceptance is not required + v3.4.10 - Fix QNX build - Fix missing Stop Offer diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c4f70650..75136dd75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ set (VSOMEIP_NAME vsomeip3) set (VSOMEIP_COMPAT_NAME vsomeip) set (VSOMEIP_MAJOR_VERSION 3) -set (VSOMEIP_MINOR_VERSION 4) -set (VSOMEIP_PATCH_VERSION 10) +set (VSOMEIP_MINOR_VERSION 5) +set (VSOMEIP_PATCH_VERSION 0) set (VSOMEIP_HOTFIX_VERSION 0) set (VSOMEIP_VERSION ${VSOMEIP_MAJOR_VERSION}.${VSOMEIP_MINOR_VERSION}.${VSOMEIP_PATCH_VERSION}) diff --git a/libvsomeip.yaml b/libvsomeip.yaml index 0ad6b7426..ba88909ac 100644 --- a/libvsomeip.yaml +++ b/libvsomeip.yaml @@ -1,5 +1,5 @@ - name: libvsomeip - version: 3.4.10 + version: 3.5.0 vendor: Lynx Team license: concluded: CLOSED and MPLv2