diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-16 23:55:39 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-16 23:55:39 +0200 |
commit | 5ab7b53b09c508eb551eaf698bd2035cd3bc8777 (patch) | |
tree | 148ce23b8b10a8f914f0516edfc13befde369818 /debian | |
parent | 872ed75fec87d7593997467809fcd17dcb88af0c (diff) |
* apt-pkg/packagemanager.cc:
- init counter in SmartConfigure so that the loop-breaker isn't
triggered at random… (Closes: #669060)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8e3e35064..10f515a70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,11 @@ apt (0.9.1) unstable; urgency=low * cmdline/apt-get.cc: - if pkgCacheFile::Generate is disabled in 'update' don't remove the caches (and don't try to open them) + * apt-pkg/packagemanager.cc: + - init counter in SmartConfigure so that the loop-breaker isn't + triggered at random… (Closes: #669060) - -- David Kalnischkies <kalnischkies@gmail.com> Mon, 16 Apr 2012 22:56:31 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Mon, 16 Apr 2012 23:15:22 +0200 apt (0.9.0) unstable; urgency=low |