86 lines
3.8 KiB
HTML
86 lines
3.8 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}0.9.1 Release{% endblock %}
|
|
{% block content %}
|
|
|
|
<p>
|
|
0.9.1 includes a large number of bug fixes in i2psnark, some streaming lib improvements,
|
|
home page changes, new themes, and translation updates.
|
|
Upgrading 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>I2PSnark</strong></p>
|
|
|
|
<p>- Fix several bugs in downloading torrents with skipped files
|
|
<br />- Fix places where rarest-first was not honored
|
|
<br />- Fix handling of encoded magnet links
|
|
<br />- Additional inbound connection limits
|
|
<br />- Immediate closing of connections with handshake errors
|
|
<br />- Blocklist peers with multiple handshake errors
|
|
<br />- Delay "ballooning" files on disk until required, to speed torrent adds
|
|
<br />- Store partial pieces in temp files to greatly reduce memory usage when leeching
|
|
<br />- Remove peers restriction when leeching torrents with large pieces
|
|
<br />- Improve configuration of open and private trackers
|
|
<br />- Prevent configuratino of default trackers as private
|
|
<br />- Improved display and control of torrent file downloads
|
|
<br />- Reduced number of threads
|
|
<br />- Faster startup and shutdown of torrents
|
|
<br />- Allow clearing of message box
|
|
<br />- New light theme
|
|
<br />- Torrent info page updates and cleanups
|
|
<br />- Fix problems with restarted torrents
|
|
<br />- Delay tunnel close at shutdown to ensure trackers are notified
|
|
<br />- Better UI behavior during tunnel startup and shutdown</p>
|
|
|
|
<p><strong>Bug Fixes</strong></p>
|
|
|
|
<p>- Prevent shutdown hangs caused by buggy plugins
|
|
<br />- Fix for Raspberry Pi crashing
|
|
<br />- Fix rare job queue hang
|
|
<br />- Fix routing key modifier rarely not updating at midnight
|
|
<br />- Fix excessive padding in some AES-encrypted messages
|
|
<br />- Fix occasional gunzip failures
|
|
<br />- Several fixes to streaming lib to speed recovery after dropped packets and improve retransmit behavior
|
|
<br />- Fix bug that reduced reuse of tunnels</p>
|
|
|
|
<p><strong>Other</strong></p>
|
|
|
|
<p>- Ports are now passed through the SOCKS and HTTP proxies to support eepsite virtual hosts. See <a href="http://zzz.i2p/topics/1182">http://zzz.i2p/topics/1182</a> for setup instructions.
|
|
<br />- I2PTunnel configuration changes now take effect immediately. No tunnel restart required.
|
|
<br />- Summary bar iframe removed, refresh is now via Javascript only
|
|
<br />- Reduce netDB flood redundancy
|
|
<br />- Reduce stats publishing frequency
|
|
<br />- Minor router console changes
|
|
<br />- New Hungarian and Greek translations
|
|
<br />- Completed Italian translation
|
|
<br />- Updates to Dutch, Finnish, French, German, Spanish, and Swedish translations
|
|
<br />- Update geoip to Maxmind 2012-07-04
|
|
<br />- Theme updates
|
|
<br />- Theme support for SusiMail and SudiDNS; new dark themes
|
|
<br />- I2PTunnel and SusiDNS now iframed with summary bar
|
|
<br />- Console home page now shows news summary in summary bar
|
|
<br />- Console home page icon updates
|
|
<br />- Console summary bar now configurable
|
|
<br />- Change the HTTP proxy error code from 404 to 500
|
|
<br />- Cleanups for efficiency in netdb and I2CP
|
|
<br />- Increase timeout for internal uses of eepget to improve reliability</p>
|
|
|
|
<b>
|
|
SHA256 Checksums:
|
|
</b>
|
|
<pre>
|
|
|
|
0727af83988e82f32e0972a9e12c72ac14c3c0da0815c5902193d6b13d356371 i2pinstall_0.9.1_windows.exe
|
|
39c19c0df042ad231a14fdf1c20e4927651a2af0f0cf734b46eba0d2b8419314 i2pinstall_0.9.1.jar
|
|
8603c928a210ced77b6498bf8ee07cb000be9641adc389b34c3c8a10ac4f0677 i2psource_0.9.1.tar.bz2
|
|
136b74435b93aededef5884d39cfbc513f57184b74c8481580bcd5324aa23b1a i2pupdate_0.9.1.zip
|
|
4f07fee850d56fada06f0aeabb5bb46c6172bad72411e07bf4f6a8e0d76d8acd i2pupdate.su2
|
|
c039b423983789d914a1d02d3703b3c1aa36c87165e132419ff39b5d184ef480 i2pupdate.sud
|
|
|
|
</pre>
|
|
|
|
{% endblock %}
|