Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.28 KB

CHANGES.rst

File metadata and controls

51 lines (31 loc) · 1.28 KB

Changelog

debops.samba

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is drybjed_.

debops.samba v0.1.0 - unreleased

Added

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.

    You might need to update your inventory. This oneliner might come in handy to do this:

    git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;'

    [ypid_]

  • Removed SO_RCVBUF and SO_SNDBUF legacy socket options. [bfabio_]