salt/doc/topics/releases/0.17.4.rst
Henrik Holmboe e1b498b523 Fix Release Notes for 0.17.4
It appears that the list of issues fixed in Release Notes for 0.17.4 is
a straight copy of 0.17.3. A `git diff v0.17.3..v0.17.4` and a little
annotate later turned up these fixed issues instead.
2014-05-27 19:19:42 +02:00

13 lines
384 B
ReStructuredText

=========================
Salt 0.17.4 Release Notes
=========================
:release: 2013-12-10
Version 0.17.4 is another bugfix release for :doc:`0.17.0
</topics/releases/0.17.0>`. The changes include:
- Fix file.replace bug when replacement str is numeric (:issue:`9101`)
- Fix regression in file.managed (:issue:`9131`)
- Prevent traceback when job is None. (:issue:`9145`)