1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
1.3.0:
Chris Halls:
- Add HTTP/FTP backend support using wget
- Add apt-proxy-import, a script to import .debs into the cache
- Improve reliability when several clients are active
- Add FAQ section to README
Manuel Estrada Sainz:
- In apt-proxy-import, rename .debs and add (experimental) fuzzy
logic to determine the directory where a file should be imported
1.2.1:
Reset access times of old versions when copying
Add Contents- to control files for apt-file compatibility
1.2.0:
Gerhard Muntingh:
- Add logfile and configfile command line options
Chris Halls:
- Integrate debian packaging directory into source
- Revert to using dd while streaming because tail does not
return an error when the file is moved away from under it. Fixes
the most common file corruption problems while streaming
- Check for corrupted .deb and .gz files in the cache before sending
them to the client.
- Use the package filelists logic from Martin Schwenke to send the
size of package files before downloading, meaning connection
keep-alive logic can be used.
1.1.4:
Martin Schwenke:
- Add MAX_VERIONS to limit the number of versions of a particular
package to keep.
- Fix bug in cleanup that caused files from other packages to be deleted
1.1.3:
Stephen Rothwell:
- Use stat and tail if available instead of wc -c and dd
- Honour client keep-alive header
1.1.0:
Added keep-alive support: large speedup.
Added `+' prefix for preferred backends for control files.
Suppress spurious messages in logs.
Fix streaming.
Cache misses on Release files.
Deal with streaming out of binary-all/ (SIZE found correctly).
Avoid runaway apt-proxy processes.
Added KEEP_STATS option and copy potentially similar files.
|