Skip to content

Commit

Permalink
bump -17
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 5, 2023
1 parent fb59d76 commit bdb8958
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2023-12-05 zzz
* Build: poupdate-source
* i2ptunnel: Remove dup headers in error pages

2023-12-02 zzz
* Console: Fix sidebar not immediately showing results of /configsidebar changes
* Susimail:
- Fix binary content-encoding
- Fix incorrect "previous" icons

2023-12-01 zzz
* Console:
- Clear out "proxy must be running" status after success
- Don't lose tabs in log messages
- Fix HTML errors on /configupdate
- Fix sidebar not immediately showing results of manual update check
- Prevent overflow of sidebar status
* i2psnark: Change js mime type as per RFC 9239

2023-11-29 zzz
* Build: Handle QUALIFIER
* UPnP:
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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit bdb8958

Please sign in to comment.