summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <rkrishnan@debian.org>2017-04-26 18:46:49 +0530
committerVasudev Kamath <vasudev@copyninja.info>2017-04-26 20:16:45 +0530
commitbbfc18c4ab96a69884d1831057866c6d181d5018 (patch)
tree996eb48f1694a3a14ea405e8dbfcd61cdc31ba6e /NEWS.rst
parentb704a0b23e4dd4bf9bce745412a5bf028657fb22 (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)
''''''''''''''''''''''''''''