diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/install | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 87408ae..fe6d8fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,18 @@ +walinuxagent (2.0.13-0ubuntu2) wily; urgency=medium + + * Added missing udev rule for product-uuid. + + -- Ben Howard <ben.howard@ubuntu.com> Fri, 03 Jul 2015 10:47:27 -0600 + walinuxagent (2.0.13-0ubuntu1) wily; urgency=medium * New upstream release (LP: #1449369). * Rebased patches for 2.0.12 onto 2.0.13. + * Upstream fixes: + - Handle http 410 returned by host + - Add support for http proxy + - Add support to execute CustomData after provisioning + - Update service start/stop command for Ubuntu -- Ben Howard <ben.howard@ubuntu.com> Thu, 02 Jul 2015 15:14:26 -0600 diff --git a/debian/install b/debian/install index 5f441de..21a75f4 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,4 @@ +config/99-azure-product-uuid.rules lib/udev/rules.d config/91_walinuxagent.cfg etc/cloud/cloud.cfg.d debian/ephemeral-disk-warning.service lib/systemd/system debian/ephemeral-disk-warning.conf etc/init |