forked from I2P_Developers/i2p.i2p
history for prop, -1
This commit is contained in:
13
history.txt
13
history.txt
@ -1,3 +1,16 @@
|
||||
2016-02-01 zzz
|
||||
Prop from i2p.i2p.zzz.imagegen:
|
||||
* Console:
|
||||
- New imagegen webapp, including servlets for identicons, QR codes,
|
||||
and random art. Bundles a small part of zxing, most of identicon,
|
||||
and a rewrite of randomart from gnutls.
|
||||
- Add identicons to sybil page.
|
||||
* i2ptunnel: Add identicons to i2ptunnel address helper conflict page.
|
||||
Clean up text on the conflict page for readability.
|
||||
* SusiDNS:
|
||||
- Display QR and identicon images on details page
|
||||
- Fix title whitespace
|
||||
|
||||
* 2016-01-27 0.9.24 released
|
||||
|
||||
2016-01-27 zzz
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user