diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-21 15:18:33 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-21 15:18:33 +0200 |
| commit | e2d814ffc20e231a3b8201f7d66145939c99174c (patch) | |
| tree | ff62cd5fadea27d6a7b3324b2a196ea6d1403701 /debian | |
| parent | 200249fc4f0fccd19e12e1abcb718c08df0bf752 (diff) | |
| download | python-apt-e2d814ffc20e231a3b8201f7d66145939c99174c.tar.gz | |
* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)
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 d91b90a5..bf5a6036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-apt (0.7.12.2) UNRELEASED; urgency=low +python-apt (0.7.13.0) UNRELEASED; urgency=low [ Michael Vogt ] * apt/package.py: @@ -10,6 +10,8 @@ python-apt (0.7.12.2) UNRELEASED; urgency=low of dependencies and returns a list of Dependency objects. - Do not mark the package as manually installed on upgrade (Closes: #542699) - Add Package.is_now_broken and Package.is_inst_broken. + * apt/cache.py: + - Introduce ProblemResolver class (Closes: #542705) -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 14:57:08 +0200 |
