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-03-17 18:22:28 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2022-03-17 19:22:34 +0300
commite492bba89c6846ffb26dff892c0f5ece9c31bce0 (patch)
treea263650e21d919ecc8b2439a4dc36b0a070e4833
parent416063329231781feb5e6846e454bb371851f65d (diff)
Release 21.1.2Release/21.1.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--cmake/BareosVersion.cmake3
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd9b80494..a53ff78ab 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.2] - 2022-03-17
### Fixed
- dir: fix crash when there are no jobs to consolidate [PR #1132]
@@ -310,6 +310,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[21.0.0]: https://github.com/bareos/bareos/releases/tag/Release%2F21.0.0
[21.1.0]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.0
[21.1.1]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.1
+[21.1.2]: https://github.com/bareos/bareos/releases/tag/Release%2F21.1.2
[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
@@ -502,4 +503,4 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1118]: https://github.com/bareos/bareos/pull/1118
[PR #1125]: https://github.com/bareos/bareos/pull/1125
[PR #1128]: https://github.com/bareos/bareos/pull/1128
-[unreleased]: https://github.com/bareos/bareos/tree/master
+[PR #1132]: https://github.com/bareos/bareos/pull/1132
diff --git a/cmake/BareosVersion.cmake b/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..b2a344140
--- /dev/null
+++ b/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "21.1.2")
+set(VERSION_TIMESTAMP "1647534153")