Skip to content

Commit 0f2d4cf

Browse files
author
michael-methner
authored
Prepare for 2.18.10 release (#517)
Signed-off-by: Michael Methner <mmethner@de.adit-jv.com>
1 parent 8f6cc3f commit 0f2d4cf

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515

1616
# Set minimum Cmake version and setup policy behavior
1717
cmake_minimum_required(VERSION 3.3)
18+
1819
if(${CMAKE_VERSION} VERSION_GREATER "3.20" OR ${CMAKE_VERSION} VERSION_EQUAL "3.20")
1920
cmake_policy(SET CMP0115 OLD)
2021
endif()
21-
project(automotive-dlt VERSION 2.18.9)
22+
project(automotive-dlt VERSION 2.18.10)
23+
2224

2325
mark_as_advanced(CMAKE_BACKWARDS_COMPATIBILITY)
2426
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)

ReleaseNotes.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,45 @@ Back to [README.md](../README.md)
44

55
## Version
66

7-
2.18.9 STABLE
7+
2.18.10 STABLE
88

99
## Changes
1010

11+
### 2.18.10
12+
## What's Changed
13+
* Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/468
14+
* Update status badges on README.md by @michael-methner in https://github.com/COVESA/dlt-daemon/pull/467
15+
* logstorage: Adds option to write logs in gzip format by @LiquidityC in https://github.com/COVESA/dlt-daemon/pull/442
16+
* Re-Initialize internal logging in daemon mode only by @lvklevankhanh in https://github.com/COVESA/dlt-daemon/pull/459
17+
* Remove use of DLT_LOG in signal handler by @michael-methner in https://github.com/COVESA/dlt-daemon/pull/472
18+
* Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in https://github.com/COVESA/dlt-daemon/pull/481
19+
* Update AUTOSAR standard link by @lucafrance in https://github.com/COVESA/dlt-daemon/pull/480
20+
* cmake: set version to 2.18.9 by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/478
21+
* Fix macro code to use boolean value in while instruction (false) by @michael-methner in https://github.com/COVESA/dlt-daemon/pull/469
22+
* dlt_user_shared: Add timeout to writev by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/385
23+
* build: add static lib only if necessary by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/479
24+
* Update CMakeLists.txt by @LocutusOfBorg in https://github.com/COVESA/dlt-daemon/pull/482
25+
* watchdog: improve dlt watchdog by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/470
26+
* log-level-config: add option to configure log levels by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/474
27+
* gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in https://github.com/COVESA/dlt-daemon/pull/487
28+
* dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/494
29+
* dlt-qnx-system improvement by @lvklevankhanh in https://github.com/COVESA/dlt-daemon/pull/495
30+
* gtest: Init submodule and update version by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/497
31+
* dlt-qnx-system: prevent message loss in high load situations by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/490
32+
* Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in https://github.com/COVESA/dlt-daemon/pull/499
33+
* Update README.md by @lvklevankhanh in https://github.com/COVESA/dlt-daemon/pull/503
34+
* dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/501
35+
* dlt-system: move journal reading to its own thread by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/471
36+
* Switch from GENIVI to COVESA by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/511
37+
* Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in https://github.com/COVESA/dlt-daemon/pull/504
38+
* cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/510
39+
* fix usage of pthread_cond_timedwait by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/491
40+
* DLT Upstream for minor release by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/515
41+
* cmake: disable network trace by @alexmohr in https://github.com/COVESA/dlt-daemon/pull/477
42+
* doc: add COVESA logo image by @minminlittleshrimp in https://github.com/COVESA/dlt-daemon/pull/516
43+
44+
**Full Changelog**: https://github.com/COVESA/dlt-daemon/compare/v2.18.9...v2.18.10
45+
1146
### 2.18.9
1247

1348
* dlt-user: fix crash with certain strings (#463)

0 commit comments

Comments
 (0)