From a1e2480b6d21466f293854880d71b246b324df50 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Tue, 1 Dec 2015 20:51:29 +0100 Subject: [PATCH] Documentation for v2.0.2 --- CHANGELOG.md | 10 ++++++++++ README.md | 5 +++-- meta/main.yml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1f9cc..6684aab 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 on the Github project. +## 2.0.2 - 2015-12-01 + +### Changed + +- The directory `samba_shares_root` is now created befor creating the directories of the shares, with sane permissions set. This fixes GH-3. Contributed by @birgitcroux. + +### Removed + +- The role variables `create_mask` and `create_directory_mask` were removed. Samba settings `create mask` and `create directory mask` are synonyms for `create mode` and `create directory mode`, respectively. The former name is misleading, because it suggests they work like the Linux command `umask`. + ## 2.0.1 - 2015-11-05 ### Changed diff --git a/README.md b/README.md index 80abca3..64f3b6b 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,8 @@ A complete overview of share options follows below. Only `name` is required, the | `valid_users` | - | Controls read access for registered users. Use the syntax of the corresponding Samba setting. | | `write_list` | - | Controls write access for registered users. Use the syntax of the corresponding Samba setting. | | `group` | `users` | The user group files in the share will be added to. | -| `create_mask` | `0664` | See the Samba documentation for details. | | `create_mode` | `0664` | See the Samba documentation for details. | | `force_create_mode` | `0664` | See the Samba documentation for details. | -| `directory_mask` | `0775` | See the Samba documentation for details. | | `directory_mode` | `0775` | See the Samba documentation for details. | | `force_directory_mode` | `0775` | See the Samba documentation for details. | @@ -152,3 +150,6 @@ BSD Bert Van Vreckem (bert.vanvreckem@gmail.com) +Contributions by: + +- [@birgitcroux](https://github.com/birgitcroux) diff --git a/meta/main.yml b/meta/main.yml index d8171e2..257a44a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -13,4 +13,4 @@ galaxy_info: - system - networking dependencies: [] -version: 2.0.1 +version: 2.0.2