From daf7e7e7a3ae6e1b0f50c5ced424f258c6d6a9a0 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Sun, 20 May 2018 01:00:10 +0200 Subject: [PATCH] Update change log for v2.5.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bce1c..e840c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ This file contains al notable changes to the bertvv.samba Ansible role. This file adheres to the guidelines of [http://keepachangelog.com/](http://keepachangelog.com/). Versioning follows [Semantic Versioning](http://semver.org/). "GH-X" refers to the X'th issue or pull request on the Github project. +## 2.5.1 - 2018-05-20 + +## Added + +- (GH-21) Add config flag to disable CVE-2017-7494 mitigation (credit: [Tiemo Kieft](https://github.com/blubber)) +- (GH-23) Added username map configuration (credit: [Tomohiko Ozawa](https://github.com/kota65535)) +- (GH-24) Add samba_server_max_protocol parameter (credit: [Jonathan Underwood](https://github.com/jonathanunderwood)) +- (GH-25) Add Fedora 26 and 27 support explicitly in meta (credit: [Jonathan Underwood](https://github.com/jonathanunderwood)) +- (GH-26) Name the include_vars task (credit: [Tobias Wolter](https://github.com/towo)) + ## 2.5.0 - 2017-11-21 ## Added