diff options
author | Julian Andres Klode <jak@debian.org> | 2009-10-12 16:24:34 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-10-12 16:24:34 +0200 |
commit | f465a80f6e0e0cc3edae1870881135ced824c9e3 (patch) | |
tree | 9256050e0a56c6b0bf215a7eb90d2ac112b3bb1a /debian | |
parent | b1a6d48bb4a5644ad9b76718f66d8aa7e00af902 (diff) |
methods/https.cc: Add support for authentication using netrc (Closes: #518473),
patch by Jussi Hakala <jussi.hakala@hut.fi>.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 34a35b2f9..68ee83bac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,9 @@ apt (0.7.25) UNRELEASED; urgency=low - Restrict option names to alphanumerical characters and "/-:._+". - Deprecate #include, we have apt.conf.d nowadays which should be sufficient. + * methods/https.cc: + - Add support for authentication using netrc (Closes: #518473), patch + by Jussi Hakala <jussi.hakala@hut.fi>. -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 29 Sep 2009 15:51:34 +0200 |