From: Michael Vogt Date: Fri, 7 Dec 2007 15:21:47 +0000 (+0100) Subject: * apt-pkg/acquire-item.{cc,h}: X-Git-Tag: 0.7.24ubuntu1~116 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/aefa6fa625b07dd9d819d0aff30c229428bbc424?ds=inline;hp=--cc * apt-pkg/acquire-item.{cc,h}: - make the authentication download code more robust against servers/proxies with broken If-Range implementations --- aefa6fa625b07dd9d819d0aff30c229428bbc424 diff --cc configure.in index a2b554a0c,5f19c98a6..52e85fc5b --- a/configure.in +++ b/configure.in @@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- - AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu1") -AC_DEFINE_UNQUOTED(VERSION,"0.7.10") ++AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu1~ppa1") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index 2bfbc100a,854bec8c6..acb025da1 --- a/debian/changelog +++ b/debian/changelog @@@ -22,8 -22,9 +22,11 @@@ apt (0.7.9ubuntu1) hardy; urgency=lo - remove cruft code that caused timestamp/I-M-S issues * ftparchive/contents.cc: - fix error output + * methods/mirror.{cc,h}: + - only update mirror list on IndexFile updates + * apt-pkg/acquire-item.{cc,h}: + - make the authentication download code more robust against + servers/proxies with broken If-Range implementations [ Chris Cheney ] * ftparchive/contents.cc: