diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-06-12 17:06:58 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-06-12 17:06:58 +0200 |
| commit | 38fa4f6ab05c04633d57ab6e125b7dcba21d7a39 (patch) | |
| tree | 7f01449ddf265a9c7735de3176941ae732592aa5 | |
| parent | 32859490d228ab2bc234c48ad27fb0d727dbb108 (diff) | |
| download | python-apt-38fa4f6ab05c04633d57ab6e125b7dcba21d7a39.tar.gz | |
merged from the mvo branch
| -rw-r--r-- | debian/changelog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 54a04f37..a4726ec7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +python-apt (0.7.5ubuntu1) intrepid; urgency=low + + * merged from debian-sid + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 12 Jun 2008 12:32:00 +0200 + +python-apt (0.7.5) unstable; urgency=low + + * use the new ListUpdate() code + * add example in doc/examples/update.py + * python/pkgrecords.cc: + - export the Homepage field + * python/tar.cc: + - fix .lzma extraction (thanks to bigjools) + * 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 <mvo@debian.org> Tue, 19 Feb 2008 21:06:36 +0100 + python-apt (0.7.4ubuntu9) intrepid; urgency=low * aptsources/distinfo.py: |
