diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 22:15:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 22:15:51 +0200 |
commit | ab59c1ca30640b90bb657d08b2c219bbaeb65783 (patch) | |
tree | 9f3af750ac863f70a94ff846012b72d65161f640 /debian | |
parent | dabb215cb8c4b074d286737da523d8ef14381468 (diff) |
* apt-pkg/cdrom.cc:
- fix regression from 0.9.3 which dumped the main configuration
_config instead of the cdrom settings (Cnf) as identified and
tested by Milan Kupcevic, thanks! (Closes: #674100)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 44a6b6b90..9a135db01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ apt (0.9.5.2) UNRELEASED; urgency=low [ David Kalnischkies ] + * apt-pkg/cdrom.cc: + - fix regression from 0.9.3 which dumped the main configuration + _config instead of the cdrom settings (Cnf) as identified and + tested by Milan Kupcevic, thanks! (Closes: #674100) * cmdline/apt-get.cc: - do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors |