summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-10-13 17:25:07 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-10-13 17:25:07 +0200
commitb8c50bd0415bd4ea16a8f09356d882f267976d40 (patch)
treebb9929dca640a1dd8a7e13f29e3fe6c572317d61 /debian
parent9044241535503c12bdf54b1c29a0a83e01cab18e (diff)
* apt-pkg/contrib/netrc.cc:
- remove the 64 char limit for login/password in internal usage
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 8c1508c3f..4156b6093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ apt (0.9.7.6) UNRELEASED; urgency=low
* apt-pkg/policy.cc:
- match pins with(out) an architecture as we do on the commandline
(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
-- David Kalnischkies <kalnischkies@gmail.com> Wed, 19 Sep 2012 11:29:56 +0200