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 09:02:28 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-08-05 11:02:33 +0300
commit34fe2899ea553ee35a4b77f8bc164bf40a191e26 (patch)
treef020547448453cb941d29dff128f7d256d4650c0
parentbafcacc48b59ab3e1cd2d23a6df7d440d4bf206a (diff)
Release 20.0.7Release/20.0.7
-rw-r--r--CHANGELOG.md4
-rw-r--r--core/cmake/BareosVersion.cmake3
-rw-r--r--webui/cmake/BareosVersion.cmake3
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ced7de1e7..1a09cce92 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]
+## [20.0.7] - 2022-08-05
### Changed
- jstreegrid: remove handling of IE < 8 using navigator interface to avoid warnings in chrome [PR #1142]
@@ -291,6 +291,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[20.0.4]: https://github.com/bareos/bareos/releases/tag/Release%2F20.0.4
[20.0.5]: https://github.com/bareos/bareos/releases/tag/Release%2F20.0.5
[20.0.6]: https://github.com/bareos/bareos/releases/tag/Release%2F20.0.6
+[20.0.7]: https://github.com/bareos/bareos/releases/tag/Release%2F20.0.7
[Issue #579]: https://bugs.bareos.org/view.php?id=579
[Issue #871]: https://bugs.bareos.org/view.php?id=871
[Issue #971]: https://bugs.bareos.org/view.php?id=971
@@ -515,4 +516,3 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1145]: https://github.com/bareos/bareos/pull/1145
[PR #1157]: https://github.com/bareos/bareos/pull/1157
[PR #1196]: https://github.com/bareos/bareos/pull/1196
-[unreleased]: https://github.com/bareos/bareos/tree/master
diff --git a/core/cmake/BareosVersion.cmake b/core/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..0943da9a8
--- /dev/null
+++ b/core/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "20.0.7")
+set(VERSION_TIMESTAMP "1659686552")
diff --git a/webui/cmake/BareosVersion.cmake b/webui/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..0943da9a8
--- /dev/null
+++ b/webui/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "20.0.7")
+set(VERSION_TIMESTAMP "1659686552")