Skip to content

Commit

Permalink
bump -16
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Nov 30, 2023
1 parent 84a66ee commit 4f34308
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2023-11-29 zzz
* Build: Handle QUALIFIER
* UPnP:
- Fix missing port in Host header causing failures on libupnp-based devices
- Fix handing of multiple IGDs
- Improve logging about multiple IGDs
- Make case of HTTP headers more standard

2023-11-27 zzz
* i2psnark: Delay bandwidth limits check briefly

2023-11-21 zzz
* Addressbook: Workaround for i2p-projekt.i2p etag bug (Gitlab #454)
* Console: Don't list inner classes on /configlogging
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 = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 4f34308

Please sign in to comment.