diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-17 16:21:41 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-17 16:21:41 +0200 |
| commit | e643b71504412a6d70a10449845eecdd72529df0 (patch) | |
| tree | 54046ab87e7b06fb12a217d57aa2f308c3b5d010 /debian | |
| parent | 6ba67f18808a904f56461f7deec41c87dcf54e86 (diff) | |
| download | python-apt-e643b71504412a6d70a10449845eecdd72529df0.tar.gz | |
python/arfile.cc: Introduce DebFile.
This is the final commit which Closes: #536096, as everything
doable with the functions can now be done using the classes.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1d735656..d644d7e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low - Make AcquireFile a subclass of AcquireItem, thus inheriting attributes. - New progress handling in apt.progress.base and apt.progress.text. Still missing Qt4 progress handlers. + - Classes in apt_inst (Closes: #536096) * Unification of dependency handling: - apt_pkg.parse_[src_]depends() now use CompType instead of CompTypeDeb @@ -34,8 +35,9 @@ python-apt (0.7.92) UNRELEASED; urgency=low - The documentation has been restructured and enhanced with tutorials. - Only recommend lsb-release instead of depending on it. Default to Debian unstable if lsb_release is not available. + * - -- Julian Andres Klode <jak@debian.org> Sun, 02 Aug 2009 16:35:42 +0200 + -- Julian Andres Klode <jak@debian.org> Mon, 17 Aug 2009 16:19:51 +0200 python-apt (0.7.91) experimental; urgency=low |
