summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-11-09 11:00:02 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-11-09 11:00:02 +0100
commitb83cad32f1d67fef2dbb12476ed9d3ad8f353db6 (patch)
treeaf6480faa0bde5ecea39bcaadcf5fafacd5229b3 /debian
parentb29c448254fbc2000ea986a828cc6ec7dbbe41aa (diff)
* apt-pkg/algorithms.cc:
- ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b12e076d5..ddbc8de89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ apt (0.9.7.7) UNRELEASED; urgency=low
* cmdline/apt-get.cc:
- do not call Mark{Install,Delete} from the autoremove code with
the FromUser bit set to avoid modifying the auto-installed bit
+ * apt-pkg/algorithms.cc:
+ - ensure pkgProblemResolver calls MarkDelete without FromUser set
+ so that it can't overrule holds and the protection flag
-- Jordi Mallach <jordi@debian.org> Thu, 18 Oct 2012 23:30:46 +0200