diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-14 20:43:56 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-14 20:43:56 +0200 |
| commit | 8430dbf041ce70dcba81101678beee0492252fd2 (patch) | |
| tree | 847a3e2de1f485c685d9b627c4be1869aa514b4f /debian | |
| parent | e3745827634d8334f796a1506e575ab6f5efdaee (diff) | |
| download | python-apt-8430dbf041ce70dcba81101678beee0492252fd2.tar.gz | |
python/configuration.cc: Unify all Configuration,ConfigurationPtr,ConfigurationSub into one type.
This makes the whole API easier. The disadvantage is that we require 8 bytes (??) more per
object for the owner object pointer, which is NULL for most cases (the only exception being
objects created by Configuration.sub_tree).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 304237c1..4ae6e574 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low * Introduce apt_pkg.Hashes class. * Make AcquireItem objects raise ValueError instead of segfaulting when the Acquire() object is shut down or the main object (e.g. AcquireFile) is deallocated. + * Unify all Configuration,ConfigurationPtr,ConfigurationSub into one type. [ Sebastian Heinlein ] * apt/progress.py: Extract the package name from the status message @@ -48,7 +49,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low * python/progress.cc: - low level code for update_status_full and pulse_items() - -- Julian Andres Klode <jak@debian.org> Sun, 12 Jul 2009 21:19:40 +0200 + -- Julian Andres Klode <jak@debian.org> Tue, 14 Jul 2009 20:42:03 +0200 python-apt (0.7.91) experimental; urgency=low |
