0.16.4.rst 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. =========================
  2. Salt 0.16.4 Release Notes
  3. =========================
  4. :release: 2013-09-07
  5. Version 0.16.4 is another bugfix release for :ref:`0.16.0
  6. <release-0-16-0>`, likely to be the last before 0.17.0 is released.
  7. The changes include:
  8. - Multiple documentation improvements/additions
  9. - Added the ``osfinger`` and ``osarch`` grains
  10. - Properly handle 32-bit packages for debian32 on x86_64 (:issue:`6607`)
  11. - Fix regression in yum package installation in CentOS 5 (:issue:`6677`)
  12. - Fix bug in :mod:`hg.latest <salt.states.hg.latest>` state that would
  13. erroneously delete directories (:issue:`6661`)
  14. - Fix bug related to pid not existing for :mod:`ps.top <salt.modules.ps.top>`
  15. (:issue:`6679`)
  16. - Fix regression in :mod:`MySQL returner <salt.returners.mysql>`
  17. (:issue:`6695`)
  18. - Fix IP addresses grains (``ipv4`` and ``ipv6``) to include all addresses
  19. (:issue:`6656`)
  20. - Fix regression preventing authenticated FTP (:issue:`6733`)
  21. - Fix setting password for windows users (:issue:`6824`)
  22. - Fix :mod:`file.contains <salt.modules.file.contains>` on values YAML parses
  23. as non-string (:issue:`6817`)
  24. - Fix :mod:`file.get_gid <salt.modules.file.get_gid>`, :mod:`file.get_uid
  25. <salt.modules.file.get_uid>`, and :mod:`file.chown <salt.modules.file.chown>`
  26. for broken symlinks (:issue:`6826`)
  27. - Fix comment for service reloads in service state (:issue:`6851`)