diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-13 01:12:21 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-13 01:12:21 +0200 |
commit | fc3eb5b295879cf899182f89b41d6bc66b27ad98 (patch) | |
tree | c68357d7349ae09853c2d441e1f84da07024cb42 /debian/changelog | |
parent | 6ed085162423d0c3f1b7f432af1226d59654afbd (diff) |
* apt-pkg/contrib/netrc.cc:
- replace non-posix gnu-extension strdupa with strdup
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2c578d258..edcd2b851 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,8 +54,10 @@ apt (0.8.14.2) UNRELEASED; urgency=low servers just send an absolute path so still deal with it properly - dequote URL taken from Location in redirects as we will otherwise quote an already quoted string in the request later (Closes: #602412) + * apt-pkg/contrib/netrc.cc: + - replace non-posix gnu-extension strdupa with strdup - -- David Kalnischkies <kalnischkies@gmail.com> Wed, 11 May 2011 13:58:40 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Fri, 13 May 2011 01:08:04 +0200 apt (0.8.14.1) unstable; urgency=low |