forked from I2P_Developers/i2p.i2p
update version numbers in installer and resources
This commit is contained in:
@@ -31,7 +31,7 @@ public class CoreVersion {
|
|||||||
* Otherwise, the same as PUBLISHED_VERSION.
|
* Otherwise, the same as PUBLISHED_VERSION.
|
||||||
* RouterVersion.FULL_VERSION is suggested for display to the user.
|
* RouterVersion.FULL_VERSION is suggested for display to the user.
|
||||||
*/
|
*/
|
||||||
public final static String VERSION = "2.2.0";
|
public final static String VERSION = "2.2.1";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The version published in the netdb via StatisticsManager.
|
* The version published in the netdb via StatisticsManager.
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
2023-04-12 idk
|
||||||
|
* Fix missing Java options in docker/rootfs/startapp.sh
|
||||||
|
* Detect when running in Podman instead of regular Docker
|
||||||
|
* Update Tor Browser User-Agent String
|
||||||
|
* Update local GeoIP database
|
||||||
|
* Remove invalid signing keys from old installs
|
||||||
|
* Update Tomcat version in Ubuntu Lunar
|
||||||
|
* Release version 2.2.1/0.9.58
|
||||||
|
|
||||||
2023-03-13 idk
|
2023-03-13 idk
|
||||||
* Send and check target destination in first streaming SYN packet
|
* Send and check target destination in first streaming SYN packet
|
||||||
* Release version 2.2.0/0.9.58
|
* Release version 2.2.0/0.9.58
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<info>
|
<info>
|
||||||
<appname>i2p</appname>
|
<appname>i2p</appname>
|
||||||
<appversion>2.2.0</appversion>
|
<appversion>2.2.1</appversion>
|
||||||
<authors>
|
<authors>
|
||||||
<author name="I2P" email="https://geti2p.net/"/>
|
<author name="I2P" email="https://geti2p.net/"/>
|
||||||
</authors>
|
</authors>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<info>
|
<info>
|
||||||
<appname>i2p</appname>
|
<appname>i2p</appname>
|
||||||
<appversion>2.2.0</appversion>
|
<appversion>2.2.1</appversion>
|
||||||
<authors>
|
<authors>
|
||||||
<author name="I2P" email="https://geti2p.net/"/>
|
<author name="I2P" email="https://geti2p.net/"/>
|
||||||
</authors>
|
</authors>
|
||||||
|
Reference in New Issue
Block a user