diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-11-19 13:45:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-11-19 13:45:57 -0500 |
commit | 2e8b274ca97d858d3dd5389916586cc317a66756 (patch) | |
tree | d1195009c91e6e07656d1550240ae0b514c9863c /ChangeLog | |
parent | 8582f39dd9a71fc2750e97e6a37614cfa7f79255 (diff) | |
download | vyos-cloud-init-2e8b274ca97d858d3dd5389916586cc317a66756.tar.gz vyos-cloud-init-2e8b274ca97d858d3dd5389916586cc317a66756.zip |
fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834)
0.6.4 was never released, but had entries in the ChangeLog.
The lack of a tag for 0.6.4 caused problems with 'make rpm'
LP: #1241834
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,7 @@ - documentation fix for boothooks to use 'cloud-init-per' - fix resizefs module by supporting kernels that do not have /proc/PID/mountinfo. (LP: #1248625) [Tim Daly Jr.] + - fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834) 0.7.3: - fix omnibus chef installer (LP: #1182265) [Chris Wing] - small fix for OVF datasource for iso transport on non-iso9660 filesystem @@ -371,7 +372,6 @@ - add a openstack/nova based pep8 extension utility ('hacking.py') that allows for custom checks (along with the standard pep8 checks) to occur when running 'make pep8' and its derivatives -0.6.4: - support relative path in AuthorizedKeysFile (LP: #970071). - make apt-get update run with --quiet (suitable for logging) (LP: #1012613) - cc_salt_minion: use package 'salt-minion' rather than 'salt' (LP: #996166) |