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>2021-12-21 13:00:07 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2021-12-21 14:00:49 +0300
commit2f33b2ed430adc4a715a91942e5d5653cfe31174 (patch)
treec0c42bd4e5056645587a9f4dad00c422673a4d80
parent2d84cfa63c52f7091eb95f1357ad0b31ddc545c6 (diff)
Release 21.0.0Release/21.0.0
-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 613b3e1ac..4f9e80fe9 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.0.0] - 2021-12-21
* 300+ PRs
* 1.000+ commits since Bareos 20
@@ -240,6 +240,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- Fixed broken link in https://docs.bareos.org/IntroductionAndTutorial/WhatIsBareos.html documentation page
+[21.0.0]: https://github.com/bareos/bareos/releases/tag/Release%2F21.0.0
[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
@@ -388,4 +389,3 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1027]: https://github.com/bareos/bareos/pull/1027
[PR #1028]: https://github.com/bareos/bareos/pull/1028
[PR #1029]: https://github.com/bareos/bareos/pull/1029
-[unreleased]: https://github.com/bareos/bareos/tree/master
diff --git a/cmake/BareosVersion.cmake b/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..f755b0bc9
--- /dev/null
+++ b/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "21.0.0")
+set(VERSION_TIMESTAMP "1640084449")