diff --git a/CHANGELOG.md b/CHANGELOG.md index f2601c8..ef21b98 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.7.1 - 2019-06-22 + +## Changed + +- (GH-39) Have include_options use absolute paths (credit: [Bengt Giger](https://github.com/BenGig)) +- (GH-41) Change default of "map to guest" to "never" +- (GH-42) Only apply mitigation of vulnerability CVE-2017-7494 to vulnerable Samba versions +- Fix deprecation warnings for Ansible 2.8.x +- Removed with_items loop from package tasks + ## 2.7.0 - 2018-10-04 ## Added diff --git a/README.md b/README.md index 78071bc..cdcd389 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ Issues, feature requests, ideas, suggestions, etc. can be posted in the Issues s Pull requests are also very welcome. Please create a topic branch for your proposed changes. If you don't, this will create conflicts in your fork after the merge. Don't hesitate to add yourself to the contributor list below in your PR! [Ben Tomasik](https://github.com/tomislacker), +[Bengt Giger](https://github.com/BenGig), [Bert Van Vreckem](https://github.com/bertvv/) (maintainer), [Birgit Croux](https://github.com/birgitcroux), [DarkStar1973](https://github.com/DarkStar1973),