=== Build Gear v0.9.20 === Changes since Build Gear v0.9.19beta: Jesper Larsen: * download: Update the output for auth prompt * download: Prompt for user/pass on auth fail * man: Fix typo in buildgear-config(1) page * download: Duplicate easy handle for mirror Fixes an issue with having a file:// mirror. Tero Koskinen: * Use any possible auth mechanism by default. If libcurl supports CURLSSH_AUTH_ANY option, use it, otherwise fallback to AUTH_AGENT or AUTH_PUBLICKEY. Ilkka Aulomaa: * Bugfix for parsing the buildfiles Fixes a bug in parsing the buildfiles. Identifying functions in buildfiles can fail if there are similarly named executables found from users path. Martin Lund: * Updated config.guess * Updated README and TODO * Updated AUTHORS Added Tero and Ilkka. * Added more build environment sanitization Unset any pre-existing build() or check() functions to be on the safe side. * Updated version year