summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-02-14 11:55:14 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-02-17 18:03:31 +0000
commit3e535e3f3b9b1e44ed9e2394821a4f4799c8245b (patch)
tree83c66978db367943a2f8fe17b6921ad894c40b1f /Changelog
parentb10340ae4082fc4904a41f90d4b4e6d2179ef2ff (diff)
downloadvyos-walinuxagent-3e535e3f3b9b1e44ed9e2394821a4f4799c8245b.tar.gz
vyos-walinuxagent-3e535e3f3b9b1e44ed9e2394821a4f4799c8245b.zip
Import patches-unapplied version 2.0.3-0ubuntu1 to ubuntu/trusty-proposed
Imported using git-ubuntu import. Changelog parent: b10340ae4082fc4904a41f90d4b4e6d2179ef2ff New changelog entries: * Update to latest upstream version 2.0.3 (LP: #1249052). - use python-setuptools to do installation, dropping the {pre,post}insts - dropped the walinuxagent-datasaver packages as no longer needed. - use packaged default configuration file by default. * Include patches from 1.3.x series - debian/patches/disable_provisioning.patch: disable provisioning features infavor of WALinuxAgent cloud-init support. - debian/patches/disable-udev-rules.patch: disable UDEV rule mangling * Include default Cloud-init configuration - configures Cloud-init to use the default Azure Datasource
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.