diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-09-18 14:35:14 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-09-18 14:35:14 +0200 |
| commit | d44831bb1d10ac1bc29690fd226209fb71b91b42 (patch) | |
| tree | 525b3d0dc4a6bb2c34e4533d5f0d3ba3a4b64a62 /debian | |
| parent | 69751ac5d60b35daddfe62219283b535892c7007 (diff) | |
| download | python-apt-d44831bb1d10ac1bc29690fd226209fb71b91b42.tar.gz | |
* python/apt_pkgmodule.cc:
add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
- fix detection of cdrom sources and add test for it
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a2ae598a..e9d5710c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,9 +12,12 @@ python-apt (0.7.7.2) UNRELEASED; urgency=low * python/progress.cc: - when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem) + * python/apt_pkgmodule.cc: + add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants * aptsources/__init__.py, aptsources/distinfo.py: - run apt_pkg.init() when aptsources gets imported and not the distinfo function + - fix detection of cdrom sources and add test for it -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Jul 2008 10:24:30 +0200 |
