Added translation tags to 0.9.3 and 0.9.4 release posts
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
[python: **.py]
|
[python: **.py]
|
||||||
[jinja2: **/pages/**.html]
|
[jinja2: **/pages/**.html]
|
||||||
|
[jinja2: **/blog/**.rst]
|
||||||
extensions=jinja2.ext.autoescape,jinja2.ext.with_
|
extensions=jinja2.ext.autoescape,jinja2.ext.with_
|
||||||
|
@@ -1,16 +1,18 @@
|
|||||||
=============
|
=============
|
||||||
0.9.3 Release
|
{% trans %}0.9.3 Release{% endtrans %}
|
||||||
=============
|
=============
|
||||||
.. meta::
|
.. meta::
|
||||||
:date: 2012-10-27
|
:date: 2012-10-27
|
||||||
:category: release
|
:category: release
|
||||||
:excerpt: 0.9.3 includes extensive low-level changes to the queueing of messages in the router.
|
:excerpt: {% trans %}
|
||||||
|
0.9.3 includes extensive low-level changes to the queueing of messages in the router.
|
||||||
We implement the CoDel Active Queue Management (AQM) algorithm. We also unify the
|
We implement the CoDel Active Queue Management (AQM) algorithm. We also unify the
|
||||||
queueing and priority mechanisms in the transports to aid diagnosis and reduce network
|
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
|
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
|
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.
|
memory usage. Also, we enable i2psnark's DHT support, introduced last release, by default.{% endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
0.9.3 includes extensive low-level changes to the queueing of messages in the router.
|
0.9.3 includes extensive low-level changes to the queueing of messages in the router.
|
||||||
We implement the CoDel Active Queue Management (AQM) algorithm.
|
We implement the CoDel Active Queue Management (AQM) algorithm.
|
||||||
We also unify the queueing and priority mechanisms in the transports to aid diagnosis and reduce network latency.
|
We also unify the queueing and priority mechanisms in the transports to aid diagnosis and reduce network latency.
|
||||||
@@ -18,46 +20,49 @@ Work continues on fixing UDP transport bugs and making UDP more resistant to att
|
|||||||
There are more changes to improve the performance of the router and reduce its memory usage.
|
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.
|
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.
|
As usual, there's also lots of bug fixes in this release, so updating is recommended.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
Files are available on the `download page`_.
|
Files are available on the `download page`_.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
.. _`download page`: {{ get_url('downloads_list') }}
|
.. _{% trans %}`download page`{% endtrans %}: {{ get_url('downloads_list') }}
|
||||||
|
|
||||||
**RELEASE DETAILS**
|
**{% trans %}RELEASE DETAILS{% endtrans %}**
|
||||||
|
|
||||||
**Major Changes**
|
**{% trans %}Major Changes{% endtrans %}**
|
||||||
|
|
||||||
- Active Queue Management
|
- {% trans %}Active Queue Management{% endtrans %}
|
||||||
- Priority queues
|
- {% trans %}Priority queues{% endtrans %}
|
||||||
- I2PSnark DHT: Several bug fixes, enable by default.
|
- {% trans %}I2PSnark DHT: Several bug fixes, enable by default.{% endtrans %}
|
||||||
|
|
||||||
**Bug Fixes**
|
**{% trans %}Bug Fixes{% endtrans %}**
|
||||||
|
|
||||||
- Several SSU fixes including memory leak, and better handling of routers behind firewalls that change UDP ports; additional defenses for malicious packets.
|
- {% trans %}Several SSU fixes including memory leak, and better handling of routers behind firewalls that change UDP ports; additional defenses for malicious packets.{% endtrans %}
|
||||||
- Fix piece selection (rarest-first) bugs in i2psnark
|
- {% trans %}Fix piece selection (rarest-first) bugs in i2psnark{% endtrans %}
|
||||||
- Fix bug causing multiple browsers to open at startup</p>
|
- {% trans %}Fix bug causing multiple browsers to open at startup{% endtrans %}
|
||||||
|
|
||||||
**Other**
|
**{% trans %}Other{% endtrans %}**
|
||||||
|
|
||||||
- Improvements in caching
|
- {% trans %}Improvements in caching{% endtrans %}
|
||||||
- Several synchronization fixes and lock contention reduction
|
- {% trans %}Several synchronization fixes and lock contention reduction{% endtrans %}
|
||||||
- Major reduction in SSU buffers memory use
|
- {% trans %}Major reduction in SSU buffers memory use{% endtrans %}
|
||||||
- Fix streaming connection timeout back to 1 minute, was inadvertently changed to 5 minutes; set i2ptunnel server read timeout to 5 minutes, was unlimited
|
- {% trans %}Fix streaming connection timeout back to 1 minute, was inadvertently changed to 5 minutes; set i2ptunnel server read timeout to 5 minutes, was unlimited{% endtrans %}
|
||||||
- Improved defenses in i2ptunnel for "darkloris"
|
- {% trans %}Improved defenses in i2ptunnel for "darkloris"{% endtrans %}
|
||||||
- More validation at torrent creation in i2psnark
|
- {% trans %}More validation at torrent creation in i2psnark{% endtrans %}
|
||||||
- Several parameter changes in SSU to improve throughput
|
- {% trans %}Several parameter changes in SSU to improve throughput{% endtrans %}
|
||||||
- New event log for major events including restarts; show multiple restart lines on graphs
|
- {% trans %}New event log for major events including restarts; show multiple restart lines on graphs{% endtrans %}
|
||||||
- Remove duplicate messages from logs
|
- {% trans %}Remove duplicate messages from logs{% endtrans %}
|
||||||
- Don't respond to blocked streaming connections with a reset, just drop
|
- {% trans %}Don't respond to blocked streaming connections with a reset, just drop{% endtrans %}
|
||||||
- Remove all uses of inefficient SimpleTimer
|
- {% trans %}Remove all uses of inefficient SimpleTimer{% endtrans %}
|
||||||
- More checks for valid IPs and ports entered in console
|
- {% trans %}More checks for valid IPs and ports entered in console{% endtrans %}
|
||||||
- Fix bug that wasted a lot of entropy
|
- {% trans %}Fix bug that wasted a lot of entropy{% endtrans %}
|
||||||
- Translation updates: Italian, Portuguese, Spanish, Swedish
|
- {% trans %}Translation updates: Italian, Portuguese, Spanish, Swedish{% endtrans %}
|
||||||
- Add non-NIO configuration in jetty.xml, recommended for Java 5
|
- {% trans %}Add non-NIO configuration in jetty.xml, recommended for Java 5{% endtrans %}
|
||||||
- Update GeoIP data (new installs and PPA only)</p>
|
- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %}
|
||||||
|
|
||||||
|
|
||||||
**SHA256 Checksums:**
|
**{% trans %}SHA256 Checksums:{% endtrans %}**
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@@ -1,68 +1,77 @@
|
|||||||
=============
|
=============
|
||||||
0.9.4 Release
|
{% trans %}0.9.4 Release{% endtrans %}
|
||||||
=============
|
=============
|
||||||
.. meta::
|
.. meta::
|
||||||
:date: 2012-12-17
|
:date: 2012-12-17
|
||||||
:category: release
|
:category: release
|
||||||
:excerpt: 0.9.4 includes a fix for a network capacity bug, introduced in 0.9.2,
|
:excerpt: {% trans %}
|
||||||
|
0.9.4 includes a fix for a network capacity bug, introduced in 0.9.2,
|
||||||
that was reducing network performance and reliability. It also includes
|
that was reducing network performance and reliability. It also includes
|
||||||
major changes in the in-network update system, and adds the capability
|
major changes in the in-network update system, and adds the capability
|
||||||
to update via in-network torrents.
|
to update via in-network torrents.{% endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
0.9.4 includes a fix for a network capacity bug, introduced in 0.9.2,
|
0.9.4 includes a fix for a network capacity bug, introduced in 0.9.2,
|
||||||
that was reducing network performance and reliability. It also includes
|
that was reducing network performance and reliability. It also includes
|
||||||
major changes in the in-network update system, and adds the capability
|
major changes in the in-network update system, and adds the capability
|
||||||
to update via in-network torrents.
|
to update via in-network torrents.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
We fixed several bugs in the i2psnark DHT implementation that was introduced
|
We fixed several bugs in the i2psnark DHT implementation that was introduced
|
||||||
last release. For those of you using console or http proxy passwords,
|
last release. For those of you using console or http proxy passwords,
|
||||||
we converted to the more-secure digest method and improved the security for console forms.
|
we converted to the more-secure digest method and improved the security for console forms.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
For those of you already running development builds, your router should automatically
|
For those of you already running development builds, your router should automatically
|
||||||
update to 0.9.4-0 using the new in-network torrent facility.
|
update to 0.9.4-0 using the new in-network torrent facility.
|
||||||
For those running 0.9.3-0, you will update normally using in-network HTTP, and
|
For those running 0.9.3-0, you will update normally using in-network HTTP, and
|
||||||
we will have more information for you when we release 0.9.5.
|
we will have more information for you when we release 0.9.5.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
|
{% trans -%}
|
||||||
Files are available on the `download page`_.
|
Files are available on the `download page`_.
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
.. _`download page`: {{ get_url('downloads_list') }}
|
.. _{% trans %}`download page`{% endtrans %}: {{ get_url('downloads_list') }}
|
||||||
|
|
||||||
**RELEASE DETAILS**
|
**{% trans %}RELEASE DETAILS{% endtrans %}**
|
||||||
|
|
||||||
**Major Changes**
|
**{% trans %}Major Changes{% endtrans %}**
|
||||||
|
|
||||||
- Big rework of the update system; Preliminary support for updates via i2psnark
|
- {% trans %}Big rework of the update system; Preliminary support for updates via i2psnark{% endtrans %}
|
||||||
- Add per-destination outbound priorities
|
- {% trans %}Add per-destination outbound priorities{% endtrans %}
|
||||||
|
|
||||||
**Bug Fixes**
|
**{% trans %}Bug Fixes{% endtrans %}**
|
||||||
|
|
||||||
- Fix major bug that reduced SSU connection limits which reduced tunnel build success rates
|
- {% trans %}Fix major bug that reduced SSU connection limits which reduced tunnel build success rates{% endtrans %}
|
||||||
- Fix bug with external I2CP that prevented some external apps from working
|
- {% trans %}Fix bug with external I2CP that prevented some external apps from working{% endtrans %}
|
||||||
- Fixed several bugs in i2psnark DHT
|
- {% trans %}Fixed several bugs in i2psnark DHT{% endtrans %}
|
||||||
- Fixed bug in i2psnark PEX that inflated peer counts
|
- {% trans %}Fixed bug in i2psnark PEX that inflated peer counts{% endtrans %}
|
||||||
- Handle dropped I2CP messages better
|
- {% trans %}Handle dropped I2CP messages better{% endtrans %}
|
||||||
- Reduce overhead of I2CP messages
|
- {% trans %}Reduce overhead of I2CP messages{% endtrans %}
|
||||||
- Enforce max size in transport outbound message queues
|
- {% trans %}Enforce max size in transport outbound message queues{% endtrans %}
|
||||||
- Fixes for Windows eepget.bat (new installs and PPA only)
|
- {% trans %}Fixes for Windows eepget.bat (new installs and PPA only){% endtrans %}
|
||||||
- Fix a bug that would drop messages of exactly 512 bytes in SSU
|
- {% trans %}Fix a bug that would drop messages of exactly 512 bytes in SSU{% endtrans %}
|
||||||
|
|
||||||
**Other**
|
**{% trans %}Other{% endtrans %}**
|
||||||
|
|
||||||
- More performance improvements, memory reduction, and object churn reduction
|
- {% trans %}More performance improvements, memory reduction, and object churn reduction{% endtrans %}
|
||||||
- Better detection of network disconnections
|
- {% trans %}Better detection of network disconnections{% endtrans %}
|
||||||
- Further improvements in the SSU transport
|
- {% trans %}Further improvements in the SSU transport{% endtrans %}
|
||||||
- Add console password form
|
- {% trans %}Add console password form{% endtrans %}
|
||||||
- Convert http proxy and console from basic to digest authentication for added security
|
- {% trans %}Convert http proxy and console from basic to digest authentication for added security{% endtrans %}
|
||||||
- Improved verification of console form submissions, using jsp sessions. Cookies may now be required on forms, except when the console password is enabled
|
- {% trans %}Improved verification of console form submissions, using jsp sessions. Cookies may now be required on forms, except when the console password is enabled{% endtrans %}
|
||||||
- Initial work on new interfaces to manage applications started via clients.config
|
- {% trans %}Initial work on new interfaces to manage applications started via clients.config{% endtrans %}
|
||||||
- Increase minimum peer port to 1024
|
- {% trans %}Increase minimum peer port to 1024{% endtrans %}
|
||||||
- Increase granularity of bandwidth limiter for smoother transmissions
|
- {% trans %}Increase granularity of bandwidth limiter for smoother transmissions{% endtrans %}
|
||||||
- Translation updates: Chinese, French, German, Italian, Polish, Portuguese, Swedish, and Ukrainian
|
- {% trans %}Translation updates: Chinese, French, German, Italian, Polish, Portuguese, Swedish, and Ukrainian{% endtrans %}
|
||||||
- Update GeoIP data (new installs and PPA only)
|
- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %}
|
||||||
- Update wrapper to 3.5.16 (new installs and PPA only)
|
- {% trans %}Update wrapper to 3.5.16 (new installs and PPA only){% endtrans %}
|
||||||
- New ARMv6 wrapper for Raspberry Pi
|
- {% trans %}New ARMv6 wrapper for Raspberry Pi{% endtrans %}
|
||||||
|
|
||||||
**SHA256 Checksums:**
|
**{% trans %}SHA256 Checksums:{% endtrans %}**
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user