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-04 12:36:50 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-08-04 14:36:51 +0300
commitc262d73abc54db4d970482895f49205b7cd1ec86 (patch)
treed7a8eac3ef1fbb712e24c489a4a36b9f88ec8da1
parentff5481962948eed17dbb93ae5c472b172fc13445 (diff)
Release 19.2.13Release/19.2.13
-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 53527b8f4..d60d9eab3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ file when a release is made.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-## [Unreleased]
+## [19.2.13] - 2022-08-04
### Changed
- jstreegrid: remove handling of IE < 8 using navigator interface to avoid warnings in chrome [PR #1143]
@@ -37,10 +37,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- dird: fix memory leak on failed PAM login [PR #1121] [CVE-2022-24756](https://github.com/bareos/bareos/security/advisories/GHSA-jh55-4wgw-xc9j)
[19.2.12]: https://github.com/bareos/bareos/releases/tag/Release%2F19.2.12
+[19.2.13]: https://github.com/bareos/bareos/releases/tag/Release%2F19.2.13
[PR #1002]: https://github.com/bareos/bareos/pull/1002
[PR #1086]: https://github.com/bareos/bareos/pull/1086
[PR #1121]: https://github.com/bareos/bareos/pull/1121
[PR #1124]: https://github.com/bareos/bareos/pull/1124
[PR #1143]: https://github.com/bareos/bareos/pull/1143
[PR #1158]: https://github.com/bareos/bareos/pull/1158
-[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..c5876f681
--- /dev/null
+++ b/core/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "19.2.13")
+set(VERSION_TIMESTAMP "1659613011")
diff --git a/webui/cmake/BareosVersion.cmake b/webui/cmake/BareosVersion.cmake
new file mode 100644
index 000000000..c5876f681
--- /dev/null
+++ b/webui/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
+# autogenerated by write_version_files.cmake
+set(VERSION_STRING "19.2.13")
+set(VERSION_TIMESTAMP "1659613011")