Add a note that bzip2 compression with the 'zip' tool requires a recentish version of zip

Looking at some of my test systems:

 * Mac OS 10.5's 'zip' lacks bzip2
 * Mac OS 10.6's 'zip' supports bzip2
 * Debian Lenny's 'zip' lacks bzip2
 * On Windows it depends what version of cygwin is being used.  The version we are currently
   using on build-windows (zip 3.0) supports bzip2.
This commit is contained in:
Robert Knight 2011-09-05 10:05:06 +01:00
parent 39809d4713
commit 4f13ad97b7

1
TODO
View file

@ -54,6 +54,7 @@ Nice To Have
Update size:
* Support for applying binary patches (eg. with bspatch/bsdiff)
* Try using bzip2 compression instead of standard zip compression
(requires recent version of zip/unzip tools)
Telemetry:
* Call a project-specific URL to report successful/failed update installation