update version numbers in installer and resources

This commit is contained in:
idk
2023-04-12 20:53:30 +00:00
parent ff4b8fc106
commit a50a65ac9f
4 changed files with 12 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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>

View File

@@ -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>