diff options
| author | Michael Vogt <egon@bottom> | 2007-04-24 21:24:32 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2007-04-24 21:24:32 +0200 |
| commit | f83140ef276db00a2673e5085a40704f078a8cbd (patch) | |
| tree | f2d65b5d4cc573b7dad4125a676788c19a7330ad /debian | |
| parent | 82a6e0be9a632bc16e5c21b9c3ab0cce9a5b2a37 (diff) | |
| parent | 6b02ff1915b3dcd098474e1b9ccd5f89d6b777da (diff) | |
| download | python-apt-f83140ef276db00a2673e5085a40704f078a8cbd.tar.gz | |
* apt/cdrom.py:
- better cdrom handling support
* apt/package.py:
- added candidateDependencies, installedDependencies
- SizeToString supports PyLong too
- support pkg.architecture
- support candidateRecord, installedRecord
* apt/cache.py:
- fix rootdir
* apt/cdrom.py:
- fix bug in cdrom mountpoint handling
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1084928b..01ca6da5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +python-apt (0.6.21) unstable; urgency=low + + * apt/cdrom.py: + - better cdrom handling support + * apt/package.py: + - added candidateDependencies, installedDependencies + - SizeToString supports PyLong too + - support pkg.architecture + - support candidateRecord, installedRecord + * apt/cache.py: + - fix rootdir + * apt/cdrom.py: + - fix bug in cdrom mountpoint handling + + -- Michael Vogt <mvo@debian.org> Tue, 24 Apr 2007 21:24:28 +0200 + python-apt (0.6.20) unstable; urgency=low * python/generic.h: |
