From 5530b371b8a93b034c04ff3d27df792058aa8f36 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sun, 20 Mar 2022 17:26:45 +0100 Subject: [PATCH 1/2] 1493 NEWS --- NEWS.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9733c588b4d..a5efbb99b4f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,35 @@ next: +- + +1493: + +- Update the wrapper files in dependencies.properties to 3.5.30 + This change sets a consistent wrapper-version for Windows, *Nix, and + also OSX, thanks to operhiem1 for the review +- Pseudonymous people found found a bug in our splitfile inserter that + TheSeeker tracked down to its source. It threw an exception if the + checksum was exactly [0,0,0,0], thanks to operhiem1 for the review +- Update default bookmarks: Replace inactive indexes, add Shoeshop, show + active sites first. Thanks to AC4BB21B for the review! +- Fix FreenetURI intern() to not forget edition of USK — thanks to debbiedub +- Increase default bandwidth to 32KiB/s. This should improve performance, thanks to operhiem1 for the review + for new nodes where UPnP does not give the speed. - required module opens for Java 17 to wrapper.conf +- Replace Pointer.SIZE with Native.POINTER_SIZE for JNA 5.x — thanks to Leo3418 and Bombe +- fix peer scaling for very fast peers: + Very fast nodes have more peers to fix a conceptual mistake + (did not take the aggregated bandwidth limit of the peers into account). + Thanks to TheSeeker for the review! +- Java 17 support of the installer +- more resilient noderef parsing for easier friend-to-friend connections + try replacing spaces by newlines in noderefs when parsing fails +- Accept FreenetURI in add peer field; only try regular url on failure — thanks to desyncr for the review - add output of filtered file to the OggFilterTest -- fix peer scaling for very fast peers -- try replacing spaces by newlines in noderefs when parsing fails -- Accept FreenetURI in add peer field; only try regular url on failure -- add max size to the fetched noderef - increase default datastore size to 100GiB, because SSDs are much faster today - Set standard thread limit to 1000 +- decreased default thread stack size for reduced memory usage (512KiB) +- Add warning about surveillance through voice recognition tech 1492: From a83953fd6346789652aa721f88251f809e526c2c Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sun, 20 Mar 2022 17:29:24 +0100 Subject: [PATCH 2/2] 1493 NEWS --- NEWS.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/NEWS.md b/NEWS.md index a5efbb99b4f..61467c8d142 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,13 +10,13 @@ next: - Pseudonymous people found found a bug in our splitfile inserter that TheSeeker tracked down to its source. It threw an exception if the checksum was exactly [0,0,0,0], thanks to operhiem1 for the review -- Update default bookmarks: Replace inactive indexes, add Shoeshop, show - active sites first. Thanks to AC4BB21B for the review! -- Fix FreenetURI intern() to not forget edition of USK — thanks to debbiedub -- Increase default bandwidth to 32KiB/s. This should improve performance, thanks to operhiem1 for the review - for new nodes where UPnP does not give the speed. +- Update default bookmarks: Replace inactive indexes, add Shoeshop, + show active sites first. Thanks to AC4BB21B for the review! +- Fix FreenetURI intern() to not forget edition of USK — thanks to + debbiedub for new nodes where UPnP does not give the speed. - required module opens for Java 17 to wrapper.conf -- Replace Pointer.SIZE with Native.POINTER_SIZE for JNA 5.x — thanks to Leo3418 and Bombe +- Replace Pointer.SIZE with Native.POINTER_SIZE for JNA 5.x — thanks + to Leo3418 and Bombe - fix peer scaling for very fast peers: Very fast nodes have more peers to fix a conceptual mistake (did not take the aggregated bandwidth limit of the peers into account). @@ -24,12 +24,17 @@ next: - Java 17 support of the installer - more resilient noderef parsing for easier friend-to-friend connections try replacing spaces by newlines in noderefs when parsing fails -- Accept FreenetURI in add peer field; only try regular url on failure — thanks to desyncr for the review -- add output of filtered file to the OggFilterTest -- increase default datastore size to 100GiB, because SSDs are much faster today -- Set standard thread limit to 1000 -- decreased default thread stack size for reduced memory usage (512KiB) +- Accept FreenetURI in add peer field; only try regular url on failure + — thanks to desyncr for the review - Add warning about surveillance through voice recognition tech +- increase default datastore size to 100GiB, because SSDs are much + faster today +- Set standard thread limit to 1000 +- decreased default thread stack size for reduced memory usage + (512KiB) +- Increase default bandwidth to 32KiB/s. This should improve + performance, thanks to operhiem1 for the review +- add output of filtered file to the OggFilterTest 1492: