diff options
| author | Scott Moser <smoser@ubuntu.com> | 2013-03-05 16:38:35 -0500 | 
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2013-03-05 16:38:35 -0500 | 
| commit | b4fa42f0cb841b1f096bd8d654eda7230053935c (patch) | |
| tree | c91347ebe91ba6cbafb927402780d16ae784f00f | |
| parent | 2a64b4e7a702933ec5e5a726155cc7acbe4d8144 (diff) | |
| download | vyos-cloud-init-b4fa42f0cb841b1f096bd8d654eda7230053935c.tar.gz vyos-cloud-init-b4fa42f0cb841b1f096bd8d654eda7230053935c.zip | |
fix ChangeLog entries incorrectly added as 0.6.0
| -rw-r--r-- | ChangeLog | 7 | 
1 files changed, 4 insertions, 3 deletions
| @@ -43,6 +43,10 @@   - improve debian support in sysvinit scripts, package build scripts, and     split sources.list template to be distro specific.   - support for resizing btrfs root filesystems [Blair Zajac] + - fix issue when writing ssh keys to .ssh/authorized_keys (LP: #1136343) + - upstart: cloud-init-nonet.conf trap the TERM signal, so that dmesg or other +   output does not get a 'killed by TERM signal' message. +  0.7.1:   - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6    - config-drive: map hostname to local-hostname (LP: #1061964) @@ -501,7 +505,4 @@   - make the message on 'disable_root' more clear (LP: #672417)   - do not require public key if private is given in ssh cloud-config      (LP: #648905) - - fix issue when writing ssh keys to .ssh/authorized_keys (LP: #1136343) - - upstart: cloud-init-nonet.conf trap the TERM signal, so that dmesg or other -   output does not get a 'killed by TERM signal' message.  # vi: syntax=text textwidth=79 | 
