Changeset e402bfa
- Timestamp:
- Feb 8, 2016 9:33:36 PM (5 years ago)
- Branches:
- master
- Children:
- 651c1b6
- Parents:
- 241bb38
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
r241bb38 re402bfa 1 2016-02-08 zzz 2 * BOB: Fix invalid output after getnick (ticket #1204) 3 * SAM v3.3: 4 - Add support for MASTER sessions 5 - Add support for per-packet optins SEND_TAGS, TAG_THRESHOLD, EXPIRES, and SEND_LEASESET 6 - Refactoring and cleanups 7 - Client test enhancements 8 - Fix bug receiving datagrams on v3 sessions with UTF-8 session IDs 9 1 10 2016-02-03 zzz 2 11 Prop from i2p.i2p.zzz.test2: … … 39 48 * Random: Don't bother trying to seed from /dev/urandom on Windows 40 49 * Router: Make network ID configurable 50 * Utils: New ArraySet implementation 41 51 42 52 2016-02-01 zzz -
router/java/src/net/i2p/router/RouterVersion.java
r241bb38 re402bfa 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 2;21 public final static long BUILD = 3; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.