diff --git a/CHANGES.rst b/CHANGES.rst index a12a490..aa5dd11 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,22 +1,41 @@ Changelog ========= -v0.2.0 ------- +.. include:: includes/all.rst -*Unreleased* +**debops.samba** -- Add Changelog. [ypid] +This project adheres to `Semantic Versioning `__ +and `human-readable changelog `_. -- Added support to only configure :file:`/etc/samba/smb.conf` without - installing the Samba daemon. [ypid] +The current role maintainer_ is drybjed_. -- Converted :file:`defaults/main.yml` to new documentation format and improved - documentation. [ypid] + +debops.samba v0.1.0 - unreleased +-------------------------------- + +Added +~~~~~ + +- First release. [drybjed] + +- Changelog. [ypid] + +- Support to configure :file:`/etc/samba/smb.conf` without + installing the Samba daemon. [ypid] - Put kernel modules loaded by this role to a separate file under :file:`/etc/modules-load.d` managed by this role. [ypid] +- Allow to change "name resolve order" in the global section using + :envvar:`samba__name_resolve_order`. [ypid] + +Changed +~~~~~~~ + +- Converted :file:`defaults/main.yml` to new documentation format and improved + documentation. [ypid] + - Changed variable namespace from ``samba_`` to ``samba__``. ``samba_[^_]`` variables are hereby deprecated. @@ -28,13 +47,3 @@ v0.2.0 git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;' [ypid] - -- Allow to change "name resolve order" in the global section using - :envvar:`samba__name_resolve_order`. [ypid] - -v0.1.0 ------- - -*Unreleased* - -- First release. [drybjed]