diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-20 11:54:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-20 11:54:15 +0200 |
commit | 11bcbdb93e13e0b2c1625fc0f926378bce43fead (patch) | |
tree | 52ac51d7c6f77e84ec8e7268b0642f9d800d6b70 /debian | |
parent | edca7af056e5f4e09dd0df235743c512ddfe83e7 (diff) |
load the dpkg base arguments only one time and reuse them later
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 d02fc28f4..eee0d33d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ apt (0.8.16~exp7) experimental; urgency=low * apt-pkg/deb/dpkgpm.cc: - use std::vector instead of fixed size arrays to store args and multiarch-packagename strings + - load the dpkg base arguments only one time and reuse them later - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 20 Sep 2011 11:32:36 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 20 Sep 2011 11:50:31 +0200 apt (0.8.16~exp6) experimental; urgency=low |