summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-30 15:00:44 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-30 15:00:44 +0200
commit82166c78d6b21754bdad32ed8a94773a874d528f (patch)
treed153517270ab0d2429b07976997832d3525d25de /debian
parent00ebd1e79986dad66829edaf8dc906a4c9d1ab6c (diff)
downloadpython-apt-82166c78d6b21754bdad32ed8a94773a874d528f.tar.gz
Only create Package objects when they are requested, do not keep them in
a dict. Saves 10MB for 25,000 packages on my machine.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fcc7fd9b..298c0ac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ python-apt (0.7.11.2) unstable; urgency=low
open(), by calling InitSystem again. (LP: #320665).
- Provide broken_count, delete_count, install_count, keep_count
properties (Closes: #532338)
+ - Only create Package objects when they are requested, do not keep them in
+ a dict. Saves 10MB for 25,000 packages on my machine.
* apt/package.py:
- Allow to set the candidate of a package (Closes: #523997)
+ Support assignments to the 'candidate' property of Package objects.