Added translation tags to 0.9.3 and 0.9.4 release posts

This commit is contained in:
str4d
2013-01-16 03:43:20 +00:00
parent d076f3101a
commit 08c43a2557
3 changed files with 79 additions and 64 deletions

View File

@@ -1,3 +1,4 @@
[python: **.py]
[jinja2: **/pages/**.html]
[jinja2: **/blog/**.rst]
extensions=jinja2.ext.autoescape,jinja2.ext.with_

View File

@@ -1,16 +1,18 @@
=============
0.9.3 Release
{% trans %}0.9.3 Release{% endtrans %}
=============
.. meta::
:date: 2012-10-27
: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
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.
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.
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.
@@ -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.
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.
{%- endtrans %}
{% trans -%}
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
- Priority queues
- I2PSnark DHT: Several bug fixes, enable by default.
- {% trans %}Active Queue Management{% endtrans %}
- {% trans %}Priority queues{% endtrans %}
- {% 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.
- Fix piece selection (rarest-first) bugs in i2psnark
- Fix bug causing multiple browsers to open at startup</p>
- {% trans %}Several SSU fixes including memory leak, and better handling of routers behind firewalls that change UDP ports; additional defenses for malicious packets.{% endtrans %}
- {% trans %}Fix piece selection (rarest-first) bugs in i2psnark{% endtrans %}
- {% trans %}Fix bug causing multiple browsers to open at startup{% endtrans %}
**Other**
**{% trans %}Other{% endtrans %}**
- Improvements in caching
- Several synchronization fixes and lock contention reduction
- Major reduction in SSU buffers memory use
- Fix streaming connection timeout back to 1 minute, was inadvertently changed to 5 minutes; set i2ptunnel server read timeout to 5 minutes, was unlimited
- Improved defenses in i2ptunnel for &quot;darkloris&quot;
- More validation at torrent creation in i2psnark
- Several parameter changes in SSU to improve throughput
- New event log for major events including restarts; show multiple restart lines on graphs
- Remove duplicate messages from logs
- Don't respond to blocked streaming connections with a reset, just drop
- Remove all uses of inefficient SimpleTimer
- More checks for valid IPs and ports entered in console
- Fix bug that wasted a lot of entropy
- Translation updates: Italian, Portuguese, Spanish, Swedish
- Add non-NIO configuration in jetty.xml, recommended for Java 5
- Update GeoIP data (new installs and PPA only)</p>
- {% trans %}Improvements in caching{% endtrans %}
- {% trans %}Several synchronization fixes and lock contention reduction{% endtrans %}
- {% trans %}Major reduction in SSU buffers memory use{% endtrans %}
- {% 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 %}
- {% trans %}Improved defenses in i2ptunnel for &quot;darkloris&quot;{% endtrans %}
- {% trans %}More validation at torrent creation in i2psnark{% endtrans %}
- {% trans %}Several parameter changes in SSU to improve throughput{% endtrans %}
- {% trans %}New event log for major events including restarts; show multiple restart lines on graphs{% endtrans %}
- {% trans %}Remove duplicate messages from logs{% endtrans %}
- {% trans %}Don't respond to blocked streaming connections with a reset, just drop{% endtrans %}
- {% trans %}Remove all uses of inefficient SimpleTimer{% endtrans %}
- {% trans %}More checks for valid IPs and ports entered in console{% endtrans %}
- {% trans %}Fix bug that wasted a lot of entropy{% endtrans %}
- {% trans %}Translation updates: Italian, Portuguese, Spanish, Swedish{% endtrans %}
- {% trans %}Add non-NIO configuration in jetty.xml, recommended for Java 5{% endtrans %}
- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %}
**SHA256 Checksums:**
**{% trans %}SHA256 Checksums:{% endtrans %}**
::

View File

@@ -1,68 +1,77 @@
=============
0.9.4 Release
{% trans %}0.9.4 Release{% endtrans %}
=============
.. meta::
:date: 2012-12-17
: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
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,
that was reducing network performance and reliability. It also includes
major changes in the in-network update system, and adds the capability
to update via in-network torrents.
{%- endtrans %}
{% trans -%}
We fixed several bugs in the i2psnark DHT implementation that was introduced
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.
{%- endtrans %}
{% trans -%}
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.
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.
{%- endtrans %}
{% trans -%}
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
- Add per-destination outbound priorities
- {% trans %}Big rework of the update system; Preliminary support for updates via i2psnark{% endtrans %}
- {% 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
- Fix bug with external I2CP that prevented some external apps from working
- Fixed several bugs in i2psnark DHT
- Fixed bug in i2psnark PEX that inflated peer counts
- Handle dropped I2CP messages better
- Reduce overhead of I2CP messages
- Enforce max size in transport outbound message queues
- Fixes for Windows eepget.bat (new installs and PPA only)
- Fix a bug that would drop messages of exactly 512 bytes in SSU
- {% trans %}Fix major bug that reduced SSU connection limits which reduced tunnel build success rates{% endtrans %}
- {% trans %}Fix bug with external I2CP that prevented some external apps from working{% endtrans %}
- {% trans %}Fixed several bugs in i2psnark DHT{% endtrans %}
- {% trans %}Fixed bug in i2psnark PEX that inflated peer counts{% endtrans %}
- {% trans %}Handle dropped I2CP messages better{% endtrans %}
- {% trans %}Reduce overhead of I2CP messages{% endtrans %}
- {% trans %}Enforce max size in transport outbound message queues{% endtrans %}
- {% trans %}Fixes for Windows eepget.bat (new installs and PPA only){% endtrans %}
- {% 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
- Better detection of network disconnections
- Further improvements in the SSU transport
- Add console password form
- Convert http proxy and console from basic to digest authentication for added security
- Improved verification of console form submissions, using jsp sessions. Cookies may now be required on forms, except when the console password is enabled
- Initial work on new interfaces to manage applications started via clients.config
- Increase minimum peer port to 1024
- Increase granularity of bandwidth limiter for smoother transmissions
- Translation updates: Chinese, French, German, Italian, Polish, Portuguese, Swedish, and Ukrainian
- Update GeoIP data (new installs and PPA only)
- Update wrapper to 3.5.16 (new installs and PPA only)
- New ARMv6 wrapper for Raspberry Pi
- {% trans %}More performance improvements, memory reduction, and object churn reduction{% endtrans %}
- {% trans %}Better detection of network disconnections{% endtrans %}
- {% trans %}Further improvements in the SSU transport{% endtrans %}
- {% trans %}Add console password form{% endtrans %}
- {% trans %}Convert http proxy and console from basic to digest authentication for added security{% endtrans %}
- {% 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 %}
- {% trans %}Initial work on new interfaces to manage applications started via clients.config{% endtrans %}
- {% trans %}Increase minimum peer port to 1024{% endtrans %}
- {% trans %}Increase granularity of bandwidth limiter for smoother transmissions{% endtrans %}
- {% trans %}Translation updates: Chinese, French, German, Italian, Polish, Portuguese, Swedish, and Ukrainian{% endtrans %}
- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %}
- {% trans %}Update wrapper to 3.5.16 (new installs and PPA only){% endtrans %}
- {% trans %}New ARMv6 wrapper for Raspberry Pi{% endtrans %}
**SHA256 Checksums:**
**{% trans %}SHA256 Checksums:{% endtrans %}**
::