summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharlowja <harlowja@virtualbox.rhel>2012-06-30 16:18:00 -0700
committerharlowja <harlowja@virtualbox.rhel>2012-06-30 16:18:00 -0700
commit563fb5a70f580e1b706238d86503a84ae9ff131e (patch)
treedf3bfec00c903dc58ee98452be50314b1820e134
parentf8ddab59708fd00136021d363870492025994baf (diff)
downloadvyos-cloud-init-563fb5a70f580e1b706238d86503a84ae9ff131e.tar.gz
vyos-cloud-init-563fb5a70f580e1b706238d86503a84ae9ff131e.zip
Add comment about #includeonce/#include bug/change
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d7dba0e..d55eac9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)