summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-05 09:30:18 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-05 09:30:18 +0000
commitc6d229d3d459a46b1e1630b541e3a681cf58e9a1 (patch)
tree17b3f699915a2e25720e01fbf3a0b4e91627ee4f /debian
parentde457bf476143b1f617378c7215503b777a743cc (diff)
downloadpython-apt-c6d229d3d459a46b1e1630b541e3a681cf58e9a1.tar.gz
* changelog missing stuff added
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 864dd0f7..c57dcc9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,17 @@
python-apt (0.6.13) unstable; urgency=low
- * support for Marked{Downgrade,Reinstall} added
- * support for the PkgProblemResolver
+ * support for depcache added
+ * support for the PkgProblemResolver added
+ * support for PkgSrcRecord.BuildDepends added
+ * support for cdrom handling (add, ident) added
+ * support for progress reporting from operations added
+ (e.g. OpProgress, FetchProgress, InstallProgress, CdromProgress)
* added tests/ directory with various tests for the code
* native apt/ python directory added that contains
a more pythonic interface to apt_pkg
* made the apt/ python code PEP08 conform
+ * python exceptions return the apt error message now
+ (thanks to Chris Halls for the patch)
-- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 10:30:31 +0200