I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit bdb89581 authored by zzz's avatar zzz
Browse files

bump -17

parent fb59d76a
No related branches found
No related tags found
No related merge requests found
Pipeline #1360 passed
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:
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment