SHA256
1
0
forked from pool/salt

Accepting request 236935 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/236935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2014-06-16 19:33:44 +00:00
committed by Git OBS Bridge
parent e82e611e4f
commit 415653ff19
4 changed files with 82 additions and 5 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jun 11 18:53:38 UTC 2014 - aboe76@gmail.com
- Updated to 2014.1.5
- Add function for finding cached job on the minion
- Fix for minion caching jobs when master is down
- Bump default `syndic_wait` to 5 to fix syndic-related problems
(issue 12262)
- Fix false positive error in logs for `makeconf` state (issue 9762)
- Fix for extra blank lines in `file.blockreplace` (issue 12422)
- Use system locale for ports package installations
- Fix for `cmd_iter`/`cmd_iter_no_block` blocking issues (issue 12617)
- Fix traceback when syncing custom types (issue 12883)
- Fix cleaning directory symlinks in `file.directory`
- Add performance optimizations for `saltutil.sync_all` and
`state.highstate`
- Fix possible error in `saltutil.running`
- Fix for kmod modules with dashes (issue 13239)
- Fix possible race condition for Windows minions in state module reloading
(issue 12370)
- Fix bug with roster for `passwd`s that are loaded as non-string objects
(issue 13249)
- Keep duplicate version numbers from showing up in `pkg.list_pkgs` output
- Fixes for Jinja renderer, timezone mod`module
<salt.modules.timezone>`/mod`state <salt.states.timezone>` (issue 12724)
- Fix timedatectl parsing for systemd>=210 (issue 12728)
- Removed the deprecated external nodes classifier (originally accessible by
setting a value for external_nodes in the master configuration file). Note
that this functionality has been marked deprecated for some time and was
replaced by the more general doc`master tops <topics/master_tops>` system.
- More robust escaping of ldap filter strings.
- Fix trailing slash in conf_master`gitfs_root` causing files not to be
available (issue 13185)
-------------------------------------------------------------------
Tue Jun 10 21:10:44 UTC 2014 - aboe76@gmail.com
- added bash completion package
-------------------------------------------------------------------
Mon May 5 18:19:29 UTC 2014 - aboe76@gmail.com