Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes: #444922
[ Raise urgency to critical since it fixes a critical but for Debian
Installer Lenny Beta1 release ]
- Vietnamese updated. Closes: #460825
- Basque updated. Closes: #461166
- Galician updated. Closes: #461468
- Portuguese updated. Closes: #464575
- Korean updated. Closes: #448430
- Simplified Chinese updated. Closes: #465866
* Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
message when gpgv isn't installed, closes: #452640.
* Fix regression about APT::Get::List-Cleanup setting being ignored,
closes: #466052.
* Fix compilation warnings in apt-pkg/cdrom.cc and
apt-pkg/contrib/configuration.cc.
* Fix typo in debian/copyright file ("licened" instead of "licensed"),
closes: #458966.
- Vietnamese updated. Closes: #453774, #459013
- Simplified Chinese updated. Closes: #458039
- Norwegian Bokmål updated. Closes: #457917
* Fix wording for "After unpacking...". Thanks to Michael Gilbert
|
|
- remember hosts with Resolve failures or connect Timeouts
|
|
message when gpgv isn't installed, closes: #452640.
|
|
- consider a ResolveError a transient-network problem
|
|
apt-get to ignore time conflicts, closes: #451328.
|
|
- remove cruft code that caused timestamp/I-M-S issues
|
|
|
|
- delete zero size I-M-S hits
- fix of-by-one error in I-M-S code
|
|
|
|
|
|
Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
|
|
(closes: #436055)
|
|
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
|
|
- remove zero size files on I-M-S hit
* methods/https.cc:
- only send LastModified if we actually have one
- send range request with if-range
- delete failed downloads
|
|
- only send i-m-s if last-modified is > 0
- instead of resume send a range: if-range: custom header
- merge 304 detection patch from thom may (thanks!)
* apt-pkg/acquire-item.cc:
- remove empty files on i-m-s hits from partial/
|
|
- install lzma symlink method (for full lzma support)
* debian/control:
- suggest "lzma"
|
|
* Fix pipeline handling on http.cc (closes: #413324)
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
<schepler@math.unipd.it> by the patch (closes: #359634)
* Fix example for Install-{Recommends,Suggests} options on
configure-index example file. Thanks to Peter Eisentraut
<peter_e@gmx.net> by the patch (closes: #432223)
|
|
|
|
|
|
|
|
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
|
|
* methods/http.cc: revert pipeline depth and move global Proxy to here
* methods/http.h: remove Proxy from here
|
|
as possible to apt--mvo again
|
|
|
|
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
|
|
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
|
|
the umount/mount process
|
|
- only unmount if APT::CDROM::NoMount is false
|
|
|
|
|
|
- implemented various cert verification options
|
|
|
|
- return the correct SHA1Hash()
* methods/http.cc:
- send VERSION of apt in the User-Agent string
|
|
|
|
|
|
- fix invalid reanem
|
|
|
|
- just stop on empty files, don't call the extractor
* debian/changelog:
- merged the last debian upload
- added entry for extractor
|
|
|
|
- if it can't write (because var is full), close the FromGz stream
to not hang in ExecWait() later
|
|
- check for incorrect proxy settings more carefully
|
|
|
|
|
|
|
|
- deal with gpgs NODATA message
|
|
|
|
- increased lib-version to 3.13
|
|
|