From cb960c1e534c70f2a8a2661defac0f508167f85e Mon Sep 17 00:00:00 2001 From: Andreas Rogge Date: Wed, 9 Nov 2022 13:14:05 +0100 Subject: Release 21.1.5 --- CHANGELOG.md | 4 ++-- cmake/BareosVersion.cmake | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 cmake/BareosVersion.cmake diff --git a/CHANGELOG.md b/CHANGELOG.md index 913b42018..0e3ac96e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and since Bareos version 20 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [21.1.5] - 2022-11-09 ### Breaking Changes - VMWare plugin now uses VDDK 8. As a result the minimum supported vSphere version is now 6.7. @@ -394,6 +394,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https: [21.1.2]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.2 [21.1.3]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.3 [21.1.4]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.4 +[21.1.5]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.5 [Issue #579]: https://bugs.bareos.org/view.php?id=579 [Issue #847]: https://bugs.bareos.org/view.php?id=847 [Issue #871]: https://bugs.bareos.org/view.php?id=871 @@ -627,4 +628,3 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https: [PR #1291]: https://github.com/bareos/bareos/pull/1291 [PR #1301]: https://github.com/bareos/bareos/pull/1301 [PR #1303]: https://github.com/bareos/bareos/pull/1303 -[unreleased]: https://github.com/bareos/bareos/tree/master diff --git a/cmake/BareosVersion.cmake b/cmake/BareosVersion.cmake new file mode 100644 index 000000000..7007bcfea --- /dev/null +++ b/cmake/BareosVersion.cmake @@ -0,0 +1,3 @@ +# autogenerated by write_version_files.cmake +set(VERSION_STRING "21.1.5") +set(VERSION_TIMESTAMP "1667999649") -- cgit v1.2.3