summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog46
1 files changed, 46 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 48a315e..33d76fe 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,51 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+16 Jan 2014, WALinuxAgent 2.0.3
+ . Add exception awareness to GetFileContents, SetFileContents, and
+ AppendFileContents
+ . Fix publishHostname() - leave dhclient.conf alone if it is already
+ configured to send the system's current hostname to the DHCP server.
+
+18 Dec 2013, WALinuxAgent 2.0.2
+ . Fix UpdateAndPublishHostName() to use correct interface name
+ . Specialize file mode of /etc/shadow when clearing the root password
+ . Fix publishHostname() to use self.hostname_file_path
+ . Remove reference to VM shutdown on "stopped" state. This behavior was an
+ artifact from pre-GA IaaS VMs on Windows Azure.
+ . Revert to logging non-verbose by default
+ . Revert to no swap setup by default (same as 1.x behavior)
+
+05 Nov 2013, WALinuxAgent 2.0.1
+ . Add support for CustomData
+ . Add exception handling for external consumer scripts
+ . Ensure correct unicode encoding for ovf-env.xml
+ . Add self.service_cmd for distro compatibility
+ . Fix DeleteAccount() with -deprovision+user
+ . Save/Restore SELinux state during provision
+
+23 Sep 2013, WALinuxAgent 2.0.0
+ . Support for wire protocol 2012-11-30
+ . Added support for Python3 via 2to3
+ . Added support for new Linux distributions and FreeBSD (see README)
+ . Source is now importable as a python module
+ . Code refactor to ease task of adding/testing new Linux distributions and
+ improve code readability
+
+23 Aug 2013, WALinuxAgent 1.4.0
+ . Add support for bootstrapping VMM agent for Linux when running in SCVMM
+ 2012R2 environments (see README)
+ . Add setup.py to assist in package creation
+ . Fix DVD detection for non-en locales
+
+30 May 2013, WALinuxAgent 1.3.3
+ . Improve pyasn1 python module import
+ . Improve wire protocol version checking, remove superfluous warning
+ . Include support for walking /sys/bus/vmbus/devices for older distributions
+ . Include support for creation of sudoers.d for older distributions
+ . Remove old references to IsWindows() (used for testing)
+ . Fix agent exit if GoalState=None
+ . Fix unhandled socket exception (Util.HttpPost/Util._HttpGet)
+ . Agent verbose log lines are missing in log when 'verbose' option is used
26 Feb 2013, WALinuxAgent 1.3.2
. Fix name error in _HttpGet/HttpPost exception handlers.