Skip to content

Commit

Permalink
Release 19.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Mar 14, 2022
1 parent bff3567 commit 973e82d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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.12] - 2022-03-14

### Breaking Changes
- when using PAM Bareos will now check authorization, too. If authorization is not configured, login will fail. See [updated documentation](https://docs.bareos.org/TasksAndConcepts/PAM.html#configuration) on how to proceed [PR #1121].
Expand All @@ -25,7 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- dird: check authorization on PAM login [PR #1121] [CVE-2022-24755](https://github.com/bareos/bareos/security/advisories/GHSA-4979-8ffj-4q26)
- 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
[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
[unreleased]: https://github.com/bareos/bareos/tree/master
[PR #1124]: https://github.com/bareos/bareos/pull/1124
3 changes: 3 additions & 0 deletions core/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
# autogenerated by write_version_files.cmake
set(VERSION_STRING "19.2.12")
set(VERSION_TIMESTAMP "1647264288")
3 changes: 3 additions & 0 deletions webui/cmake/BareosVersion.cmake
@@ -0,0 +1,3 @@
# autogenerated by write_version_files.cmake
set(VERSION_STRING "19.2.12")
set(VERSION_TIMESTAMP "1647264288")

0 comments on commit 973e82d

Please sign in to comment.