From 52ab532731212e3cfb2d344db110405fe5156305 Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 2 Jul 2018 16:59:50 -0600 Subject: [PATCH 1/4] update next-release date, and add pr501 --- NEWS.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index f62569b4b..931e18a51 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,7 +4,7 @@ User-Visible Changes in Tahoe-LAFS ================================== -Release 1.13.0 (18-May-2018) +Release 1.13.0 (6-July-2018) '''''''''''''''''''''''''''' New Features @@ -49,7 +49,8 @@ Bug Fixes in Core Some bugs with pidfile handling were fixed (`PR440`_ and `PR450`_) meaning invalid pidfiles are now deleted. Error-messages related to -``tahoe.cfg`` now include the full path to the file. +``tahoe.cfg`` now include the full path to the file. `PR501`_ fixes +"address already in use" test failures. Web UI Changes From 3d551f1cca13826446c48371b791bed72527e688 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 5 Jul 2018 12:02:36 -0600 Subject: [PATCH 2/4] add mor release-notes --- NEWS.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 931e18a51..261561d6e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -50,7 +50,9 @@ Bug Fixes in Core Some bugs with pidfile handling were fixed (`PR440`_ and `PR450`_) meaning invalid pidfiles are now deleted. Error-messages related to ``tahoe.cfg`` now include the full path to the file. `PR501`_ fixes -"address already in use" test failures. +"address already in use" test failures. `PR502`_ fixes ticket #2926 +("tahoe status" failures). `PR487`_ fixes ticket #1455 (setting +``X-Frame-Options: DENY``) Web UI Changes @@ -66,19 +68,20 @@ Magic Folder Changes Multiple magic-folders in a single Tahoe client are now supported. Bugs with ``.backup`` files have been fixed, meaning -spurious ``.backup`` files will be produced less often -(`PR448`_). Handling of default umask on new magic-folder files is +spurious ``.backup`` files will be produced less often (`PR448`_, +`PR475`_). Handling of default umask on new magic-folder files is fixed in `PR458`_. The user mtime value is now correctly preserved (`PR457`_). A bug in ``tahoe magic-folder status`` causing active operations to -sometimes not show up is fixed (`PR461`_). +sometimes not show up is fixed (`PR461`_). If a directory is missing, +it is created (`PR492`_). Raw Pull Requests ----------------- -In total, 44 Pull Requests were merged for this release, including +In total, 50 Pull Requests were merged for this release, including contributions of code or review from 15 different GitHub users. Thanks everyone! A complete list of these PRs and contributions: @@ -125,7 +128,13 @@ everyone! A complete list of these PRs and contributions: `PR470`_: `meejah`_ (with `exarkun`_, `tpltnt`_, `warner`_) `PR472`_: `exarkun`_, `meskio`_ `PR474`_: `exarkun`_ +`PR475`_: `meejah`_ (with `exarkun`_) `PR482`_: `crwood`_ (with `warner`_) +`PR485`_: `warner`_ +`PR487`_: `exarkun`_ (with `tpltnt`_) +`PR491`_: `exarkun`_ (with `meejah`_) +`PR492`_: `exarkun`_ (with `meejah`_, `tpltnt`_) +`PR501`_: `exarkun`_ (with `meejah`_) `PR502`_: `exarkun`_ (with `meejah`_) From fde882cbfbbd2dead5bfa4fa6750c791b297a858 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 10 Jul 2018 23:36:18 -0600 Subject: [PATCH 3/4] more PRs for 1.13.0 --- NEWS.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 261561d6e..6996de5c0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -93,6 +93,7 @@ everyone! A complete list of these PRs and contributions: `PR407`_: `david415`_ (with `meejah`_, `warner`_) `PR409`_: `str4d`_ (with `warner`_) `PR410`_: `tpltnt`_ (with `warner`_) +`PR411`_: `tpltnt`_ (with `warner`_, `meejah`_) `PR412`_: `tpltnt`_ (with `warner`_) `PR414`_: `tpltnt`_ (with `meejah`_, `warner`_) `PR416`_: `david415`_, `meejah`_, `markberger`_, `warner`_ @@ -119,6 +120,7 @@ everyone! A complete list of these PRs and contributions: `PR452`_: `meejah`_ (with `tpltnt`_) `PR453`_: `meejah`_ `PR454`_: `meejah`_ (with `tpltnt`_, `meejah`_, `warner`_) +`PR455`_: `tpltnt`_ (with `meejah`_) `PR456`_: `meejah`_ (with `meejah`_) `PR457`_: `meejah`_ (with `crwood`_, `tpltnt`_) `PR458`_: `meejah`_ (with `tpltnt`_) @@ -131,9 +133,16 @@ everyone! A complete list of these PRs and contributions: `PR475`_: `meejah`_ (with `exarkun`_) `PR482`_: `crwood`_ (with `warner`_) `PR485`_: `warner`_ +`PR486`_: `exarkun`_ (with `warner`_) `PR487`_: `exarkun`_ (with `tpltnt`_) +`PR489`_: `exarkun`_ +`PR490`_: `exarkun`_ `PR491`_: `exarkun`_ (with `meejah`_) `PR492`_: `exarkun`_ (with `meejah`_, `tpltnt`_) +`PR493`_: `exarkun`_ (with `meejah`_) +`PR494`_: `exarkun`_ (with `meejah`_) +`PR497`_: `meejah`_ (with `multikatt`_, `exarkun`_) +`PR499`_: `exarkun`_ (with `meejah`_) `PR501`_: `exarkun`_ (with `meejah`_) `PR502`_: `exarkun`_ (with `meejah`_) @@ -238,6 +247,7 @@ improvements which shouldn't have any user-visible effects: .. _markberger: https://github.com/markberger .. _meejah: https://github.com/meejah .. _meskio: https://github.com/meskio +.. _multikatt: https://github.com/multikatt .. _pataquets: https://github.com/pataquets .. _str4d: https://github.com/str4d .. _tpltnt: https://github.com/tpltnt From b26b20bed4dc76b45d2458e2d33d3be30fcc944e Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 10 Jul 2018 23:47:03 -0600 Subject: [PATCH 4/4] bump date more realistically --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 6996de5c0..dc6d63e81 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,7 +4,7 @@ User-Visible Changes in Tahoe-LAFS ================================== -Release 1.13.0 (6-July-2018) +Release 1.13.0 (30-July-2018) '''''''''''''''''''''''''''' New Features