diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-09-15 14:16:54 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-09-15 14:16:54 +0200 |
| commit | 92ee136013b7432b0e21694098b17f3d0a4f7be5 (patch) | |
| tree | c8081733470fb08882b48d87703394e6a58ada70 /debian | |
| parent | 7fe83be76c6aac0778225a0106b46293d34543bf (diff) | |
| parent | 7acb16fc4baa43cf2cbbc4de948973bdc099d878 (diff) | |
| download | python-apt-92ee136013b7432b0e21694098b17f3d0a4f7be5.tar.gz | |
merge from mvo
* apt/cache.py:
- re-work the logic in commit() to fail if installArchives() returns
a unexpected result
* apt/progress/__init__.py:
- catch exceptions in pm.DoInstall()
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 6b0c2297..51946519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ python-apt (0.7.13.3) UNRELEASED; urgency=low [ Michael Vogt ] * apt/cache.py: - add actiongroup() method (backport from 0.7.92) + - re-work the logic in commit() to fail if installArchives() returns + a unexpected result + * apt/progress/__init__.py: + - catch exceptions in pm.DoInstall() [ Sebastian Heinlein ] * apt/package.py: |
