forked from I2P_Developers/i2p.www
Moved release notices for 0.9.2 and 0.9.3 into blog
This commit is contained in:
6
i2p2www/blog/2012/09/21/I2P_0.9.2_released.rst
Normal file
6
i2p2www/blog/2012/09/21/I2P_0.9.2_released.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
=============
|
||||
0.9.2 Release
|
||||
=============
|
||||
|
||||
.. raw:: html
|
||||
:file: blog/2012/09/21/release-0.9.2.html
|
55
i2p2www/blog/2012/09/21/release-0.9.2.html
Normal file
55
i2p2www/blog/2012/09/21/release-0.9.2.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<p>
|
||||
0.9.2 includes extensive low-level changes to improve the performance and efficiency of the router.
|
||||
We have updated our UPnP library, to hopefully make UPnP work for more people.
|
||||
I2PSnark now has DHT support, but it is not yet enabled by default, as we plan to do more
|
||||
testing during the upcoming 0.9.3 development cycle.
|
||||
As usual, there's also lots of bug fixes in this release, so updating is recommended.
|
||||
</p>
|
||||
|
||||
<p>Files are available on the <a href="/download.html">download page</a>.</p>
|
||||
|
||||
<p><strong>RELEASE DETAILS</strong></p>
|
||||
|
||||
|
||||
<p><strong>Major Changes</strong></p>
|
||||
|
||||
<p>- SSU: Fix several problems in our UDP transport, to improve efficiency and reliability for connection setup. Also improve defenses against various types of bad input.
|
||||
<br />- UPnP: Updated our library to fix several issues, should work for more routers now
|
||||
<br />- Transport: Improve performance in both our TCP and UDP transports, to benefit high-bandwidth routers
|
||||
<br />- Crypto: The thresholds and number of ElGamal/AES Session Tags delivered are now much more flexible, which should lessen protocol overhead and reduce stalls caused by dropped tags.
|
||||
<br />- I2PSnark: Add DHT support, not yet enabled by default, will do further testing and plan to enable by default in 0.9.3.</p>
|
||||
|
||||
<p><strong>Bug Fixes</strong></p>
|
||||
|
||||
<p>- Fix various issues affecting memory usage and performance on high-bandwidth routers
|
||||
<br />- Fix problems in UDP for routers using a reduced-MTU connection, e.g. a VPN
|
||||
<br />- Fix i2psnark bug that prevented a completion announcement to the tracker
|
||||
<br />- Fix a lock contention problem in i2ptunnel
|
||||
<br />- Fix some OSX installation issues
|
||||
<br />- Remove uses of direct byte buffers that may have been leaking</p>
|
||||
|
||||
<p><strong>Other</strong></p>
|
||||
|
||||
<p>- Reduce overhead in network messages
|
||||
<br />- Add "universal" theme support
|
||||
<br />- Theme updates
|
||||
<br />- Add a jbigi library for Raspberry Pi
|
||||
<br />- New Scala unit test framework
|
||||
<br />- Translation updates for Czech, Dutch, German, and Greek
|
||||
<br />- Update wrapper to 3.5.15 (new installs and PPA only)
|
||||
<br />- Update GeoIP data (new installs and PPA only)</p>
|
||||
|
||||
|
||||
<b>
|
||||
SHA256 Checksums:
|
||||
</b>
|
||||
<pre>
|
||||
|
||||
4cc506d74bea772d304a8fc1d4adee900e5d7d38cbf896bd8aa9de31002b4f43 i2pinstall_0.9.2_windows.exe
|
||||
7eb1b62bdb955691dfd645acc2172fe7947266e35f201273f702272d57b80a70 i2pinstall_0.9.2.jar
|
||||
ac0262120868a01d11b27ce56a7fea5ea243e261d0d7ff6e6dd59e18987a1be5 i2psource_0.9.2.tar.bz2
|
||||
c547b81822ff642e52a9196e847466b5613219fc695bc26485930c7a855e0cee i2pupdate_0.9.2.zip
|
||||
f8b34fe7764d828fbdbcc13efd4f8f4ae20697f84c1c3772213241fa2ce0786a i2pupdate.su2
|
||||
8ee355a27713f43a2a37dcfb70a4ea1d9f6c1fbad2d33a35083c0a33afaedeec i2pupdate.sud
|
||||
|
||||
</pre>
|
6
i2p2www/blog/2012/10/27/I2P_0.9.3_released.rst
Normal file
6
i2p2www/blog/2012/10/27/I2P_0.9.3_released.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
=============
|
||||
0.9.3 Release
|
||||
=============
|
||||
|
||||
.. raw:: html
|
||||
:file: blog/2012/10/27/release-0.9.3.html
|
59
i2p2www/blog/2012/10/27/release-0.9.3.html
Normal file
59
i2p2www/blog/2012/10/27/release-0.9.3.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<p>
|
||||
0.9.3 includes extensive low-level changes to the queueing of messages in the router.
|
||||
We implement the CoDel Active Queue Management (AQM) algoorithm.
|
||||
We also unify the queueing and priority mechanisms in the transports to aid diagnosis and reduce network latency.
|
||||
Work continues on fixing UDP transport bugs and making UDP more resistant to attacks.
|
||||
There are more changes to improve the performance of the router and reduce its memory usage.
|
||||
Also, we enable i2psnark's DHT support, introduced last release, by default.
|
||||
As usual, there's also lots of bug fixes in this release, so updating is recommended.
|
||||
</p>
|
||||
|
||||
<p>Files are available on the <a href="/download.html">download page</a>.</p>
|
||||
|
||||
<p><strong>RELEASE DETAILS</strong></p>
|
||||
|
||||
<p><strong>Major Changes</strong></p>
|
||||
|
||||
<p>- Active Queue Management
|
||||
<br />- Priority queues</p>
|
||||
<br />- I2PSnark DHT: Several bug fixes, enable by default.
|
||||
|
||||
<p><strong>Bug Fixes</strong></p>
|
||||
|
||||
<p>- Several SSU fixes including memory leak, and better handling of routers behind firewalls that change UDP ports; additional defenses for malicious packets.
|
||||
<br />- Fix piece selection (rarest-first) bugs in i2psnark
|
||||
<br />- Fix bug causing multiple browsers to open at startup</p>
|
||||
|
||||
<p><strong>Other</strong></p>
|
||||
|
||||
<p>- Improvements in caching
|
||||
<br />- Several synchronization fixes and lock contention reduction
|
||||
<br />- Major reduction in SSU buffers memory use
|
||||
<br />- Fix streaming connection timeout back to 1 minute, was inadvertently changed to 5 minutes; set i2ptunnel server read timeout to 5 minutes, was unlimited
|
||||
<br />- Improved defenses in i2ptunnel for "darkloris"
|
||||
<br />- More validation at torrent creation in i2psnark
|
||||
<br />- Several parameter changes in SSU to improve throughput
|
||||
<br />- New event log for major events including restarts; show multiple restart lines on graphs
|
||||
<br />- Remove duplicate messages from logs
|
||||
<br />- Don't respond to blocked streaming connections with a reset, just drop
|
||||
<br />- Remove all uses of inefficient SimpleTimer
|
||||
<br />- More checks for valid IPs and ports entered in console
|
||||
<br />- Fix bug that wasted a lot of entropy
|
||||
<br />- Translation updates: Italian, Portuguese, Spanish, Swedish
|
||||
<br />- Add non-NIO configuration in jetty.xml, recommended for Java 5
|
||||
<br />- Update GeoIP data (new installs and PPA only)</p>
|
||||
|
||||
|
||||
<b>
|
||||
SHA256 Checksums:
|
||||
</b>
|
||||
<pre>
|
||||
|
||||
762964ab582801be1c9d45843c682f791c284d4fa7b1e1ee733ea4ef033d4907 i2pinstall_0.9.3_windows.exe
|
||||
4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 i2pinstall_0.9.3.jar
|
||||
39a7d6859bf4bd9ac56fd83a5e32d47d1b24ba06f912a027804492ca941936dd i2psource_0.9.3.tar.bz2
|
||||
2381e4a845c6cc0c0d9f27f99571984bcbf448ef041bc1f7a2ba8715228d6377 i2pupdate_0.9.3.zip
|
||||
d8bb6aef09c967b30c7374fb49da246a7c237c4942fa92999e39c5ce2ca68893 i2pupdate.su2
|
||||
600e806e72441e946027fcac84702f2daabd2783dbc1ee6df3427e6eda7db351 i2pupdate.sud
|
||||
|
||||
</pre>
|
Reference in New Issue
Block a user