Tag blog post paragraphs, not sentences
Also extracted the URL vars as they don't need translating.
This commit is contained in:
@@ -8,44 +8,28 @@
|
||||
:category: release
|
||||
:excerpt: {% trans %}0.9.11 adds support for outproxy plugins, improves lease set lookup security, and reduces memory usage.{% endtrans %}
|
||||
|
||||
{% trans -%}
|
||||
{% trans orchid='`Orchid`_', url='`plugins.i2p`_'-%}
|
||||
0.9.11 continues improving LeaseSet lookup and storage to prevent an attacker
|
||||
from correlating a Destination with a Router.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
It adds support for the `Orchid`_
|
||||
outproxy plugin which is available at `plugins.i2p`_.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
There is a reduction in memory usage due to fixes in the transports.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
We have some I2CP protocol improvements that will provide better lookup facilities and
|
||||
authorization protection for external clients.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
Of course, there's also the usual collection of bug fixes.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
All users should update.
|
||||
{%- endtrans %}
|
||||
|
||||
{% trans -%}
|
||||
This may be the last release that works with Java 5, which is very old and unsupported.
|
||||
{%- endtrans %}
|
||||
{% trans -%}
|
||||
If you are using a Java 5 or 6 runtime, we strongly recommend that you upgrade to Java 7.
|
||||
from correlating a Destination with a Router. It adds support for the
|
||||
{{ orchid }} outproxy plugin which is available at {{ url }}. There is a
|
||||
reduction in memory usage due to fixes in the transports. We have some I2CP
|
||||
protocol improvements that will provide better lookup facilities and
|
||||
authorization protection for external clients. Of course, there's also the
|
||||
usual collection of bug fixes. All users should update.
|
||||
{%- endtrans %}
|
||||
|
||||
{% trans -%}
|
||||
This may be the last release that works with Java 5, which is very old and
|
||||
unsupported. If you are using a Java 5 or 6 runtime, we strongly recommend that
|
||||
you upgrade to Java 7.
|
||||
{%- endtrans %}
|
||||
|
||||
.. _`Orchid`: http://www.subgraph.com/orchid.html
|
||||
.. _`plugins.i2p`: http://plugins.i2p/plugins/orchid/
|
||||
|
||||
{% 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.
|
||||
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 %}**
|
||||
|
Reference in New Issue
Block a user