]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: NEWS: merge two additions
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Nov 2010 05:58:51 +0000 (21:58 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Nov 2010 05:58:51 +0000 (21:58 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 29e56485b2bde3937a5b707a18c5e0a12fbb1158..f0a86adc84857c4440d6da13cde6ec65ab5833cd 100644 (file)
--- a/NEWS
+++ b/NEWS
    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)