diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-02 18:12:12 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-02 18:12:12 +0200 |
| commit | 31d5080d3a42a410581a3c5e31551035ce510cea (patch) | |
| tree | 424984026aa2ea19e4c338da33aaf67ab7fd4a07 /debian | |
| parent | da5b9bcdf772358322d4e05a46cf6eb843d9afaa (diff) | |
| parent | 5a05be08148871001206ae60b01ed88514189817 (diff) | |
| download | python-apt-31d5080d3a42a410581a3c5e31551035ce510cea.tar.gz | |
* python/package.py:
- added Record class that can be accessed like a dictionary
and return it in candidateRecord and installedRecord
(thanks to Alexander Sack for discussing this with me)
* doc/examples/records.py:
- added example how to use the new Records class
* python/cache.py:
- throw FetchCancelleException, FetchFailedException,
LockFailedException exceptions when something goes wrong
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b97ecab2..7f2dc1a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +python-apt (0.7.2ubuntu2) gutsy; urgency=low + + * python/package.py: + - added Record class that can be accessed like a dictionary + and return it in candidateRecord and installedRecord + (thanks to Alexander Sack for discussing this with me) + * doc/examples/records.py: + - added example how to use the new Records class + * python/cache.py: + - throw FetchCancelleException, FetchFailedException, + LockFailedException exceptions when something goes wrong + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Jun 2007 16:03:01 +0200 + python-apt (0.7.2ubuntu1) gutsy; urgency=low * merged from debian/unstable |
