Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.17
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Börschig <Marius.Boerschig@vector.com>
  • Loading branch information
2 people authored and GitHub Enterprise committed Feb 9, 2023
1 parent a22fc53 commit 1f43574
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/cmake/SilKitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
macro(configure_silkit_version project_name)
set(SILKIT_VERSION_MAJOR 4)
set(SILKIT_VERSION_MINOR 0)
set(SILKIT_VERSION_PATCH 16)
set(SILKIT_VERSION_PATCH 17)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
18 changes: 18 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi

The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.

[4.0.17] - 2023-02-09
---------------------
This is a Quality Assured Release.

Fixed
~~~~~
- Fix DNS resolver issues on Ubuntu 18.04 and systemd-resolved. We now properly
strip square brackets from IPv6 addresses in URIs.
- Fixed a race-condition in the ITest_SystemMonitor. This caused sporadic failures on CI builds.

Removed
~~~~~~~
- Removed the deprecated CMakeSettings.json file from the source tree.
If you are a developer, use the CMakePreset.json instead which is more portable and flexible.
- Removed `usr/share/doc` from the delivery packages. This should only be part of Debian packages.



[4.0.16] - 2023-02-03
---------------------

Expand Down

0 comments on commit 1f43574

Please sign in to comment.