diff --git a/www.i2p2/pages/announcements.html b/www.i2p2/pages/announcements.html index cdd3fc96..a2ebe780 100644 --- a/www.i2p2/pages/announcements.html +++ b/www.i2p2/pages/announcements.html @@ -4,6 +4,7 @@
Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional
java -jar i2pinstall_0.7.exe
(yes, really)java -jar i2pinstall_0.7.1.exe
(yes, really)
(tar xjvf i2pheadless_0.7.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2pheadless_0.7.1.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2psource_0.7.tar.bz2 ; cd i2p-0.7 ; ant pkg)
then either
+ Run (tar xjvf i2psource_0.7.1.tar.bz2 ; cd i2p-0.7.1 ; ant pkg)
then either
run the GUI installer or headless install as abovejava -jar i2pinstall_0.7.exe
eingeben (ja, wirklich)java -jar i2pinstall_0.7.1.exe
eingeben (ja, wirklich)(tar xjvf i2pheadless_0.7.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2pheadless_0.7.1.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2psource_0.7.tar.bz2 ; cd i2p-0.7 ; ant pkg)
und dann
+ Führe aus: (tar xjvf i2psource_0.7.1.tar.bz2 ; cd i2p-0.7.1 ; ant pkg)
und dann
starte den GUI installer oder die headless Installation wie obenLatest News:
+2009-03-29 - I2P 0.7.1
+Released
+
2009-03-09 - zzz interviewed by gulli.com
2009-02-20 - I2P attending CLT and PetCon 2009.1
diff --git a/www.i2p2/pages/index_de.html b/www.i2p2/pages/index_de.html
index 3dae6cc2..ca94e398 100644
--- a/www.i2p2/pages/index_de.html
+++ b/www.i2p2/pages/index_de.html
@@ -10,6 +10,9 @@
- Download
Letzte Neuigkeiten:
+2009-03-29 - I2P 0.7.1
+Publiziert
+
2009-03-09 - zzz interviewed by gulli.com
2009-02-20 - I2P auf dem CLT und PetCon 2009.1
diff --git a/www.i2p2/pages/release-0.7.1.html b/www.i2p2/pages/release-0.7.1.html
new file mode 100644
index 00000000..38a9c176
--- /dev/null
+++ b/www.i2p2/pages/release-0.7.1.html
@@ -0,0 +1,50 @@
+{% extends "_layout.html" %}
+{% block title %}0.7.1 Release{% endblock %}
+{% block content %}
+
+-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +I2P release 0.7.1 +===================== + +The 0.7.1 release optimizes I2P towards better performance +and introduces new features. + +Multiple bugs are fixed, replacements to the SimpleTimer class +should waste less time on object locking. Some old components +are dropped and several classes refactored to avoid repeating code. + +Support for encrypted LeaseSets (for creation of links over I2P +which an adversary cannot obstruct by attacking its gateways) +becomes more complete. New tunnel types like IRC server tunnels +and new options like delayed start and idling of tunnels +also gain support, along with improved usability of the I2P +Socks proxy mechanism. + +Work continues on streamlining and expanding the Router Console, +on the BOB protocol, on I2P ports for Debian and Slackware Linux, +on the I2PSnark client, on TCP connection properties +and multiple other fronts. Updating is highly recommended. + +As customary, for people who don't have the option +of checking GPG signatures, supplied below are the +SHA1 hashes of released files: + +16fd61d0d00f96af43b02e81234f56c648d41a1e i2pheadless-0.7.1.tar.bz2 +e06edca6391eba5bfac31bfd1cd4b9155a82d4b5 i2pinstall-0.7.1.exe +cabb2725ccd666d0bbbf344823ff9f62cb9e477d i2psource-0.7.1.tar.bz2 +94e7678442aa37e2297830950c63e9e26f77de1f i2pupdate-0.7.1.zip +4155b392a619c2c68c1e81d21c7558588818652d i2pupdate.sud + +Best wishes, +Complication. +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAknP3UQACgkQ+h38a3n8zjNTwwCcCBDoS6Lqz7rpuNFx4ilSO6fb +7DcAn1hXp0ENXXR1wpfnodKjXRgFNYc1 +=BBsy +-----END PGP SIGNATURE----- ++{% endblock %}