diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-03-18 20:14:26 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-03-18 20:14:26 +0000 |
commit | 58f82c2220b3137c97a377b01da04a14c64b0a1d (patch) | |
tree | ec0958d5e572538923ea969b9fc9a577a0f3cf4d /debian/changelog | |
parent | 2d667f57536a532d84872404e19e777820692665 (diff) | |
download | vyos-cloud-init-58f82c2220b3137c97a377b01da04a14c64b0a1d.tar.gz vyos-cloud-init-58f82c2220b3137c97a377b01da04a14c64b0a1d.zip |
* debian/ec2-config.cfg:
- Add disable root option.
* debian/ec2-init.rightscale-init.init:
- Add rightscale detection script.
* ec2-get-info.py:
- Display the information about an AMI instance.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7f8f947f..814c6a7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ec2-init (0.3.3ubuntu5) jaunty; urgency=low + + * debian/ec2-config.cfg: + - Add disable root option. + * debian/ec2-init.rightscale-init.init: + - Add rightscale detection script. + * ec2-get-info.py: + - Display the information about an AMI instance. + + -- Chuck Short <zulcss@ubuntu.com> Mon, 16 Mar 2009 08:54:49 -0400 + ec2-init (0.3.3ubuntu4) jaunty; urgency=low * ec2-fetch-credentials.py: |