summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <rkrishnan@debian.org>2017-01-19 07:48:54 +0530
committerRamakrishnan Muthukrishnan <rkrishnan@debian.org>2017-01-19 07:48:54 +0530
commit08549219ecc51cae24fdd2430694119b376095cd (patch)
treea092c3251b559624978a0069ab80266038aa9fd0 /NEWS.rst
parenta56bbf003476b642298a54fa33ff2bd56d74d32b (diff)
New upstream version 1.12.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9e1155c..81f4ac0 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -4,6 +4,31 @@
User-Visible Changes in Tahoe-LAFS
==================================
+Release 1.12.1 (18-Jan-2017)
+''''''''''''''''''''''''''''
+
+This fixes a few small problems discovered just after 1.12.0 was released.
+
+* ``introducers.yaml`` was entirely broken (due to a unicode-vs-ascii
+ problem), and the documentation recommended an invalid syntax. Both have
+ been fixed. (#2862)
+* Creating a node with ``--hide-ip`` shouldn't set ``tcp = tor`` if txtorcon
+ is unavailable. I2P-only systems should get ``tcp = disabled``. (#2860)
+* As a result, we now require foolscap-0.12.6 .
+* setup.py now creates identical wheels on win32 and unix. Previously wheels
+ created on windows got an unconditional dependency upon ``pypiwin32``,
+ making them uninstallable on unix. Now that dependency is marked as
+ ``sys_platform=win32`` only. (#2763)
+
+Some other small changes include:
+
+* The deep-stats t=json response now includes an "api-version" field,
+ currently set to 1. (#567)
+* WUI Directory listings use ``rel=noreferrer`` to avoid leaking the dircap
+ to the JS contents of the target file. (#151, #378)
+* Remove the dependency on ``shutilwhich`` (#2856)
+
+
Release 1.12.0 (17-Dec-2016)
''''''''''''''''''''''''''''