diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-06-29 23:26:38 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-06-29 23:26:38 +0200 |
commit | e2bba11c9a1858c98954e7c5299d20a6c0966cc7 (patch) | |
tree | 989524c6e7833911ac3bb8de7fdac48450eb1075 /debian | |
parent | 1925ea3d0cd6579a4034acb7308e532d025319c7 (diff) |
- ensure that only the first specific stanza for a package is used
- save all stanzas which had no effect in Unmatched
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c4f7af623..77b448e77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,10 @@ apt (0.8.15.1) unstable; urgency=low - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin + - ensure that only the first specific stanza for a package is used + - save all stanzas which had no effect in Unmatched - -- David Kalnischkies <kalnischkies@gmail.com> Wed, 29 Jun 2011 23:15:35 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 29 Jun 2011 23:21:12 +0200 apt (0.8.15) unstable; urgency=low |