diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-18 16:51:47 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-18 16:51:47 +0100 |
| commit | 1bf52388c98e72768b8f883726ee7e2e2992e4ff (patch) | |
| tree | ccffceb503eaa2d926cc75171dd3723a4a1de462 /debian | |
| parent | 706ef80cbb054b1750358f8a3866cd9d6f9e6929 (diff) | |
| download | python-apt-1bf52388c98e72768b8f883726ee7e2e2992e4ff.tar.gz | |
* python/apt_pkgmodule.cc:
- add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants
* apt/cache.py:
- add reqReinstallPkgs property that lists all packages in
ReInstReq or HoldReInstReq
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b3700811..08fe98a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,11 @@ python-apt (0.7.5) UNRELEASED; urgency=low * python/sourcelist.cc: - support GetIndexes() GetAll argument to implement something like --print-uris + * python/apt_pkgmodule.cc: + - add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants + * apt/cache.py: + - add reqReinstallPkgs property that lists all packages in + ReInstReq or HoldReInstReq -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jan 2008 21:17:00 +0100 |
