diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-03-05 16:09:38 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-03-05 16:09:38 +0000 |
commit | 2d667f57536a532d84872404e19e777820692665 (patch) | |
tree | 31824cd5b9112f731a75b9ca990f6ab1b4557e91 /debian/changelog | |
parent | ecc2046ac6f51196bc0aa2d940aa64b5a789060c (diff) | |
download | vyos-cloud-init-2d667f57536a532d84872404e19e777820692665.tar.gz vyos-cloud-init-2d667f57536a532d84872404e19e777820692665.zip |
* ec2-fetch-credentials.py:
- Allow user to choose which user they wish to configure for.
- Allow user to disable root user if they wish to.
* ec2-set-defaults.py:
- Set default timezone to UTC.
- Set locale depending on zone.
* debian/init:
- Removed nash plugin.
- Add ec2-set-defaults.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1a80137f..7f8f947f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,37 @@ +ec2-init (0.3.3ubuntu4) jaunty; urgency=low + + * ec2-fetch-credentials.py: + - Allow user to choose which user they wish to configure for. + - Allow user to disable root user if they wish to. + * ec2-set-defaults.py: + - Set default timezone to UTC. + - Set locale depending on zone. + * debian/init: + - Removed nash plugin. + - Add ec2-set-defaults. + + -- Chuck Short <zulcss@ubuntu.com> Wed, 04 Mar 2009 08:33:01 -0500 + +ec2-init (0.3.3ubuntu3~intrepid4) intrepid; urgency=low + + * set distro to intrepid. + + -- Chuck Short <zulcss@ubuntu.com> Thu, 26 Feb 2009 10:28:06 -0500 + +ec2-init (0.3.3ubuntu3) jaunty; urgency=low + + * debian/ec2-init: Log results of ec2-run-user-data to syslog. + * ec2-run-user-data.py :Dont leave files around and log the + output to syslog. + + -- Chuck Short <zulcss@ubuntu.com> Thu, 26 Feb 2009 10:24:35 -0500 + ec2-init (0.3.3ubuntu2) jaunty; urgency=low - * debian/ec2-set-apt-sources.py: + * ec2-set-apt-sources.py: - Use the ec2 mirrors. (LP: #317065, #333897) - Update the /etc/apt/sources.list (LP: #333904) - * debian/ec2-fetch-credentials.py: + * ec2-fetch-credentials.py: - Better error checking (LP: #325067) -- Chuck Short <zulcss@ubuntu.com> Tue, 24 Feb 2009 14:02:37 -0500 |