diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 20:44:54 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 20:44:54 +0100 |
commit | 4cc152f93acf2eaf3ae66424cd4aaf47cad14a7b (patch) | |
tree | a4a3929cad0a3aa6a8dce653b9957084a9daa014 /debian | |
parent | 59b46c414d5a5cebd26bdafac6b08fa4d1ba0963 (diff) |
* apt-pkg/algorithms.cc:
- when encountering a or-group in pkgProblemResolver::Resolver(), check
if it IsCritical(), otherwise we may do checking on weak-depends and
confuse the system badly
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bbeecdeec..7893f2599 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.6.46.5) UNRELEASED; urgency=low - use clog for all debugging - only increase the score of installed applications if they are not obsolete + - fix resolver bug on removal triggered by weak-dependencies + with or-groups * methods/http.cc: - send apt version in User-Agent * apt-pkg/deb/debrecords.cc: |