From 6c3fde9fbda4e01989f425552da30b28753bb519 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 23 Aug 2020 14:14:41 +0000
Subject: [PATCH] 0.9.47 release draft

---
 .../blog/2020/08/24/0.9.47-Release.draft.rst  | 81 +++++++++++++++++++
 1 file changed, 81 insertions(+)
 create mode 100644 i2p2www/blog/2020/08/24/0.9.47-Release.draft.rst

diff --git a/i2p2www/blog/2020/08/24/0.9.47-Release.draft.rst b/i2p2www/blog/2020/08/24/0.9.47-Release.draft.rst
new file mode 100644
index 000000000..b7bce6098
--- /dev/null
+++ b/i2p2www/blog/2020/08/24/0.9.47-Release.draft.rst
@@ -0,0 +1,81 @@
+===========================================
+{% trans -%}0.9.47 Release{%- endtrans %}
+===========================================
+
+.. meta::
+   :author: zzz
+   :date: 2020-08-24
+   :category: release
+   :excerpt: {% trans %}0.9.47 enables new ECIES Encryption{% endtrans %}
+
+{% trans -%}
+Update details
+{%- endtrans %}
+============================================
+
+{% trans -%}
+0.9.47 enables our new end-to-end encryption protocol (proposal 144) by default for some services.
+The Sybil analysis and blocking tool is now enabled by default.
+{%- endtrans %}
+
+{% trans -%}
+Java 8 or higher is now required.
+Debian packages for Wheezy and Stretch, and for Ubuntu Trusty and Precise, are no longer supported.
+Users on those platforms should upgrade so you may continue to receive I2P updates.
+{%- endtrans %}
+
+{% trans -%}
+As usual, we recommend that you update to this release. The best way to
+maintain security and help the network is to run the latest release.
+{%- endtrans %}
+
+
+**{% trans %}RELEASE DETAILS{% endtrans %}**
+
+**{% trans %}Changes{% endtrans %}**
+
+- {% trans %}Java 8 now required{% endtrans %}
+- Jetty 9.3.28
+- Tomcat 9.0.35
+- Json-simple 2.3.0
+- RRD4J 3.6
+- {% trans %}ECIES-X25519-AEAD-Ratchet encryption enabled for i2psnark, shared clients, HTTP proxy, and new tunnels{% endtrans %}
+- {% trans %}Increase streaming MTU for ECIES connections{% endtrans %}
+- {% trans %}Enable Sybil analysis and blocking tool by default{% endtrans %}
+
+
+
+
+**{% trans %}Bug Fixes{% endtrans %}**
+
+- {% trans %}Hidden Services Manager: Fix missing server tunnel length configuration{% endtrans %}
+- {% trans %}Hidden Services Manager: Fix missing server throttle configuration{% endtrans %}
+- {% trans %}i2psnark: Fix javascript confirmation for delete buttons{% endtrans %}
+- {% trans %}UPnP: More fixes for changing interfaces and devices{% endtrans %}
+- {% trans %}Fix DoH handling of Cloudflare responses{% endtrans %}
+- {% trans %}Fix blinded/encrypted leaseset creation{% endtrans %}
+- {% trans %}Fix persistent leaseset keys{% endtrans %}
+
+
+
+
+**{% trans %}Other{% endtrans %}**
+
+- {% trans %}Sign Windows dlls{% endtrans %}
+- {% trans %}Faster gzip uncompression for level 0{% endtrans %}
+- {% trans %}i2psnark: Increase max pipeline{% endtrans %}
+- {% trans %}Translation updates{% endtrans %}
+
+
+
+`{% trans %}Full list of fixed bugs{% endtrans %}`__
+
+__ http://{{ i2pconv('trac.i2p2.i2p') }}/query?resolution=fixed&milestone=0.9.47
+
+
+**{% trans %}SHA256 Checksums:{% endtrans %}**
+
+::
+
+
+
-- 
GitLab