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:
authorPhilipp Storz <philipp.storz@bareos.com>2022-08-05 10:39:32 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-08-05 12:40:11 +0300
commit0c6e81b289f6ec05455d0474d8cc3b7c0b1765b1 (patch)
treef3784c7e69d351883ee3bf228da5198ca5c9a7bb
parentda3bde8ec5b726f2743e53f46aa5fd17e5750909 (diff)
Release 21.1.4Release/21.1.4
-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 9698047df..5fb82f33d 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.4] - 2022-08-05
### Fixed
- debian: fix package dependencies for webui and Ceph [PR #1184]
@@ -359,6 +359,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[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
[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
[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
@@ -576,4 +577,3 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1208]: https://github.com/bareos/bareos/pull/1208
[PR #1212]: https://github.com/bareos/bareos/pull/1212
[PR #1214]: https://github.com/bareos/bareos/pull/1214
-[unreleased]: https://github.com/bareos/bareos/tree/master
diff --git a/cmake/BareosVersion.cmake b/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..09f9e0c5d
--- /dev/null
+++ b/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "21.1.4")
+set(VERSION_TIMESTAMP "1659692411")