Skip to content

Commit

Permalink
bump -8-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Jul 15, 2024
1 parent ecc1f48 commit 04390dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2024-07-15 zzz
* Pull translations from Transifex

2024-07-06 zzz
* Console: Fix tunnel.Bps.* graphs sometimes not rendering

2024-07-05 zzz
* I2CP: Send DestroySessionMessage with dummy SessionID if unset
* imagegen: QR code text size/placement tweaks

2024-07-02 zzz
* Jetty: Don't show null exception message in XSSFilter

Expand Down
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "-rc";
public final static long BUILD = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 04390dd

Please sign in to comment.