Browse code

update changelog

Michael DeHaan authored on 2012/09/28 10:48:38
Showing 1 changed files
... ...
@@ -44,6 +44,14 @@ Misc/Unsorted:
44 44
 * misc fixes/upgrades to the wait_for module
45 45
 * date command usage in build scripts fixed for OS X
46 46
 * git module now expands any "~" in provided destination paths
47
+* THINGS BELOW THIS LINE, NEED TO ANNOUNCE IN SUMMARY TO LIST YET:
48
+* ansible-module docs generator source merged in
49
+* ini_file module for manipulating INI files
50
+* only_if using register variables that are booleans now works in a boolean way like you'd expect
51
+* don't use SSH agent with paramiko if a password is specified
52
+* start of fireball mode -- ansible can bootstrap a ephemeral 0mq (zeromq) daemon that runs as a given user and expires after X period of time (WIP)
53
+* ignore stop error code failure for service module with state=restarted, always try to start
54
+* make output be cleaner on multi-line command/shell errors
47 55
 
48 56
 0.7 "Panama" -- Sept 6 2012
49 57