diff options
author | harlowja <harlowja@virtualbox.rhel> | 2012-06-30 16:18:00 -0700 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2012-06-30 16:18:00 -0700 |
commit | 563fb5a70f580e1b706238d86503a84ae9ff131e (patch) | |
tree | df3bfec00c903dc58ee98452be50314b1820e134 /ChangeLog | |
parent | f8ddab59708fd00136021d363870492025994baf (diff) | |
download | vyos-cloud-init-563fb5a70f580e1b706238d86503a84ae9ff131e.tar.gz vyos-cloud-init-563fb5a70f580e1b706238d86503a84ae9ff131e.zip |
Add comment about #includeonce/#include bug/change
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -179,6 +179,10 @@ and the new distro objects where applicable so that those pieces of code can benefit from the unified and enhanced functionality being provided in that util module + - fix a potential bug whereby when a #includeonce was encountered it would + enable checking of urls against a cache, if later a #include was encountered + it would continue checking against that cache, instead of refetching (which + would likely be the expected case) 0.6.4: - support relative path in AuthorizedKeysFile (LP: #970071). - make apt-get update run with --quiet (suitable for logging) (LP: #1012613) |