mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-25 12:04:37 +00:00
Bump version to 2.12.0 and update related files
This commit is contained in:
@@ -31,7 +31,7 @@ public class CoreVersion {
|
||||
* Otherwise, the same as PUBLISHED_VERSION.
|
||||
* RouterVersion.FULL_VERSION is suggested for display to the user.
|
||||
*/
|
||||
public final static String VERSION = "2.11.0";
|
||||
public final static String VERSION = "2.12.0";
|
||||
|
||||
/**
|
||||
* The version published in the netdb via StatisticsManager.
|
||||
@@ -48,7 +48,7 @@ public class CoreVersion {
|
||||
*
|
||||
* @since 0.9.46
|
||||
*/
|
||||
public final static String PUBLISHED_VERSION = "0.9.68";
|
||||
public final static String PUBLISHED_VERSION = "0.9.69";
|
||||
|
||||
/**
|
||||
* For Vuze.
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
2026-04-20 2.12.0 (API 0.9.69) released
|
||||
|
||||
2026-04-12 zzz
|
||||
* Crypto:
|
||||
- Use constant-time comparison in ElG decrypt and HMAC verification
|
||||
- Check for zero output in X25519 DH as recommmended by RFC 7748
|
||||
- Check for zero output in X25519 DH as recommended by RFC 7748
|
||||
|
||||
2026-04-12 zzz
|
||||
* Install: Disable add'l params to i2prouter script (GH #135)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<info>
|
||||
<appname>i2p</appname>
|
||||
<appversion>2.11.0</appversion>
|
||||
<appversion>2.12.0</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="https://i2p.net/"/>
|
||||
</authors>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<info>
|
||||
<appname>i2p</appname>
|
||||
<appversion>2.11.0</appversion>
|
||||
<appversion>2.12.0</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="https://i2p.net/"/>
|
||||
</authors>
|
||||
|
||||
@@ -19,8 +19,8 @@ public class RouterVersion {
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "-rc";
|
||||
public final static long BUILD = 14;
|
||||
public final static String QUALIFIER = "";
|
||||
public final static long BUILD = 0;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user