Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2022-11-09 15:14:05 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2022-11-09 16:14:10 +0300
commitcb960c1e534c70f2a8a2661defac0f508167f85e (patch)
tree9700fc1a2e226056f665a82c05447ac98e63e834
parente83ecfa3a2b9e17f28e89fb90867baa0e071bb97 (diff)
Release 21.1.5Release/21.1.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--cmake/BareosVersion.cmake3
2 files changed, 5 insertions, 2 deletions
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")