summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-11-17 09:51:31 -0600
committerMichael Vogt <michael.vogt@ubuntu.com>2009-11-17 09:51:31 -0600
commit43cf55db7c2ce7015d365556ed9ab0b8b2cec3ca (patch)
treed023a8fbc0a258145c01e5a203274ebd49719c29 /debian
parenta1e42d1fd8848cdcb853811b6974d77c66124d4b (diff)
* methods/https.cc:
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 15b6eb106..417cd2436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ apt (0.7.22.4) unstable; urgency=low
* apt-pkg/packagemanager.cc:
- add output about pre-depends configuring when debug::pkgPackageManager
is used
+ * methods/https.cc:
+ - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
+ thanks to Brian Thomason for the patch
[ Brian Murray ]
* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: