diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-10-31 11:48:50 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-10-31 11:48:50 -0400 |
commit | 853649450e74da37f98c0c1e8717cb25db3fab9b (patch) | |
tree | cdad2b9e736f69e2149a0f72ca772a2d646d3954 /ChangeLog | |
parent | 2ba7c951a0e65e4421093cd785894548c3570da1 (diff) | |
download | vyos-cloud-init-853649450e74da37f98c0c1e8717cb25db3fab9b.tar.gz vyos-cloud-init-853649450e74da37f98c0c1e8717cb25db3fab9b.zip |
use hashlib rather than md5 module to avoid deprecation warning.
Thanks: Garrett Holmstrom
LP: #883367
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ - add sample systemd config files [Garrett Holmstrom] - add Fedora support [Garrent Holstrom] (LP: #883286) - fix bug in netinfo.debug_info if no net devices available (LP: #883367) + - use python module hashlib rather than md5 to avoid deprecation warnings. 0.6.2: - fix bug where update was not done unless update was explicitly set. It would not be run if 'upgrade' or packages were set to be installed |