diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-30 22:46:27 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-30 22:46:27 +0200 |
| commit | e124705b95abb6ea3c4c6f96ed5559dac8a2c697 (patch) | |
| tree | 26f9eed0e173d47bd63456aecfee76506ce537d5 /debian | |
| parent | a13e90fd1c1f2809d60f61c1d16a3cf4ebba18c9 (diff) | |
| download | python-apt-e124705b95abb6ea3c4c6f96ed5559dac8a2c697.tar.gz | |
* apt/debfile.py:
- added wrapper around apt_inst.debExtract()
- support dictionary like access
* python/apt_instmodule.cc:
- added arCheckMember()
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 37df62a9..09df061d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.7.4) UNRELEASED; urgency=low + + * apt/debfile.py: + - added wrapper around apt_inst.debExtract() + - support dictionary like access + * python/apt_instmodule.cc: + - added arCheckMember() + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jul 2007 22:33:59 +0200 + python-apt (0.7.3) unstable; urgency=low * apt/package.py: @@ -20,7 +30,7 @@ python-apt (0.7.3) unstable; urgency=low * python/indexfile.cc: - increase str buffer in PackageIndexFileRepr - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 27 Jul 2007 16:57:28 +0200 python-apt (0.7.2) unstable; urgency=low |
