history for prop, -3

This commit is contained in:
zzz
2016-02-08 21:33:36 +00:00
parent 241bb3812c
commit e402bfaa81
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2016-02-08 zzz
* BOB: Fix invalid output after getnick (ticket #1204)
* SAM v3.3:
- Add support for MASTER sessions
- Add support for per-packet optins SEND_TAGS, TAG_THRESHOLD, EXPIRES, and SEND_LEASESET
- Refactoring and cleanups
- Client test enhancements
- Fix bug receiving datagrams on v3 sessions with UTF-8 session IDs
2016-02-03 zzz 2016-02-03 zzz
Prop from i2p.i2p.zzz.test2: Prop from i2p.i2p.zzz.test2:
* Build: More checks in release target * Build: More checks in release target
@ -38,6 +47,7 @@ Prop from i2p.i2p.zzz.test2:
* Jetty: Add gzip filter to eepsite Jetty (new installs only) * Jetty: Add gzip filter to eepsite Jetty (new installs only)
* Random: Don't bother trying to seed from /dev/urandom on Windows * Random: Don't bother trying to seed from /dev/urandom on Windows
* Router: Make network ID configurable * Router: Make network ID configurable
* Utils: New ArraySet implementation
2016-02-01 zzz 2016-02-01 zzz
* Imagegen: * Imagegen:

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 2; public final static long BUILD = 3;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";