diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-10-13 18:56:23 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-10-13 18:56:23 +0200 |
commit | 7f18595b3ef9a348719969889097adb4f45d44f0 (patch) | |
tree | f8b44e5a4c43518bca350ddde44a6a32a7b41713 /debian/changelog | |
parent | b8c50bd0415bd4ea16a8f09356d882f267976d40 (diff) |
remove 256 char line limit by using getline() (POSIX.1-2008)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4156b6093..28c064468 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ apt (0.9.7.6) UNRELEASED; urgency=low (partly fixing #687255, b= support has to wait for jessie) * apt-pkg/contrib/netrc.cc: - remove the 64 char limit for login/password in internal usage + - remove 256 char line limit by using getline() (POSIX.1-2008) -- David Kalnischkies <kalnischkies@gmail.com> Wed, 19 Sep 2012 11:29:56 +0200 |