involving a non-ASCII filename. (#1224)
- Fix a rarely-encountered bug involving printing large strings to
the console on Windows. (#1232)
+ - Perform ~ expansion in the --exclude-from filename argument to
+ 'tahoe backup'. (#1241)
+ - The CLI now ignores the HTTP_PROXY environment variable and
+ connects directly to the WAPI instead of going through an HTTP
+ proxy, thus avoiding giving caps to the HTTP proxy (and also
+ avoiding failures in the case that the HTTP proxy is failing or
+ requires authentication). (#1253)
+
+** Packaging
+
+ - Use a newer version of a dependency if needed, even if an older
+ version is installed. This would previously cause a VersionConflict
+ error. (#1190)
* Release 1.8.0 (2010-09-23)