summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-10 21:35:54 +0200
committerSoren Hansen <soren@canonical.com>2009-08-10 21:35:54 +0200
commitb75cbea7be661127c8f4a5b58d2b77c63724ea05 (patch)
tree48d8a3dd21a33f00b7890776a606a657c577c79c
parent1f33a10388e1ac4079d17e9b836dfb4ab7730fec (diff)
downloadvyos-cloud-init-b75cbea7be661127c8f4a5b58d2b77c63724ea05.tar.gz
vyos-cloud-init-b75cbea7be661127c8f4a5b58d2b77c63724ea05.zip
Import current changelog.
-rw-r--r--debian/changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d5a5f851..641cb73e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+ec2-init (0.3.4ubuntu9) karmic; urgency=low
+
+ * Really include the action id in the semaphore filename.
+
+ -- Soren Hansen <soren@ubuntu.com> Sat, 11 Jul 2009 09:50:31 +0200
+
+ec2-init (0.3.4ubuntu8) karmic; urgency=low
+
+ * Add Vcs-Bzr header to debian/control.
+ * Include the action id in the semaphore filename.
+
+ -- Soren Hansen <soren@ubuntu.com> Sat, 11 Jul 2009 02:35:43 +0200
+
+ec2-init (0.3.4ubuntu7) karmic; urgency=low
+
+ * Re-add accidentally removed locale template.
+ * Fix indentation in init script.
+
+ -- Soren Hansen <soren@ubuntu.com> Fri, 10 Jul 2009 23:47:27 +0200
+
+ec2-init (0.3.4ubuntu6) karmic; urgency=low
+
+ * Replace calls to ec2-get-data with calls to ec2-get-info.
+ * Make this package arch: all.
+
+ -- Soren Hansen <soren@ubuntu.com> Fri, 10 Jul 2009 23:16:35 +0200
+
+ec2-init (0.3.4ubuntu5) karmic; urgency=low
+
+ * debian/init: Move instance reboot detection out of python
+ scripts and move them to the init script.
+ * debian/ec2-set-defaults.py:
+ - Point to the right location for locate (LP: #387611)
+ - Default to UTC (LP: #341060)
+ * debian/ec2-set-apt-sources.py: If you cant contact EC2 then use the
+ regular archive (LP: #387027)
+ * debian/ec2-setup-hostname.py: Use the local hostname in /etc/hosts
+ and dont change once rebooted. (LP: #352745)
+
+ -- Chuck Short <zulcss@ubuntu.com> Wed, 08 Jul 2009 09:48:49 -0400
+
ec2-init (0.3.4ubuntu4) karmic; urgency=low
* debian/init: Run update-motd regardless whether its a firstboot or not.