diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 14:12:01 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 14:12:01 +0200 |
commit | 5cbf7810a2d9f8905015d8a7879df095cfb6d6ea (patch) | |
tree | fd498659b258b37402c95b0b1273a14c636abfb9 /debian/changelog | |
parent | ce26dee77d08876b2022ce480c8f7dd616f94df1 (diff) |
Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2
Backported from lp:~mvo/apt/debian-experimental
Patch by Eugene V. Lyubimkin
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd5f95016..80369e8e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,10 @@ apt (0.7.25) UNRELEASED; urgency=low * methods/connect.cc: - display also strerror of "wicked" getaddrinfo errors + [ Eugene V. Lyubimkin ] + * apt-pkg/contib/strutl.h + - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2. + [ Julian Andres Klode ] * doc/apt.conf.5.xml: - Deprecate unquoted values, string concatenation and explain what should |