From 563fb5a70f580e1b706238d86503a84ae9ff131e Mon Sep 17 00:00:00 2001 From: harlowja Date: Sat, 30 Jun 2012 16:18:00 -0700 Subject: Add comment about #includeonce/#include bug/change --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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) -- cgit v1.2.3