Browse code

Add last few major fixes to the 2.0.1 changelog

Toshio Kuratomi authored on 2016/01/26 13:07:19
Showing 1 changed files
... ...
@@ -10,7 +10,23 @@ Ansible Changes By Release
10 10
 ####New Filters:
11 11
 * extract
12 12
 
13
-## 2.0 "Over the Hills and Far Away"
13
+## 2.0.1 "Over the Hills and Far Away"
14
+
15
+* Fixes a major compatibility break in the synchronize module shipped with
16
+  2.0.0.x.  That version of synchronize ran sudo on the controller prior to
17
+  running rsync.  In 1.9.x and previous, sudo was run on the host that rsync
18
+  connected to.  2.0.1 restores the 1.9.x behaviour.
19
+* Additionally, several other problems with where synchronize chose to run when
20
+  combined with delegate_to were fixed.  In particular, if a playbook targetted
21
+  localhost and then delegated_to a remote host the prior behavior (in 1.9.x
22
+  and 2.0.0.x) was to copy files between the src and destination directories on
23
+  the delegated host.  This has now been fixed to copy between localhost and
24
+  the delegated host.
25
+* Fix a regression where synchronize was unable to deal with unicode paths.
26
+* Fix tracebacks when playbooks or ansible itself were located in directories
27
+  with unicode characters.
28
+
29
+## 2.0 "Over the Hills and Far Away" - Jan 12, 2016
14 30
 
15 31
 ###Major Changes:
16 32