forked from I2P_Developers/i2p.i2p
history for prop, -3
This commit is contained in:
17
history.txt
17
history.txt
@ -1,3 +1,20 @@
|
||||
2014-08-10 zzz
|
||||
Prop from i2p.i2p.zzz.snarkconfig:
|
||||
* i2psnark:
|
||||
- Move config file and DHT persistence file to a config dir
|
||||
- Move per-torrent configuration from "zmeta" in the main config file
|
||||
to a per-torrent config file (ticket #1132)
|
||||
- Split timestamp and bitfield into separate configs
|
||||
- Fix misspelling of autoStart config
|
||||
- Remove two unused SnarkManager methods
|
||||
- Refactor file deletion in prep for better file name handling (ticket #571)
|
||||
- Don't use canonical files in directory listings,
|
||||
for speed and to avoid file comparison problems (tickets #1079, #1148)
|
||||
- Set base file/dir in Storage constructor, make final,
|
||||
in prep for arbitrary locations (ticket #1028)
|
||||
- Add missing nonce protection for file priority setting
|
||||
- Add torrent mime type
|
||||
|
||||
2014-08-10 zzz
|
||||
Prop from i2p.i2p.zzz.test2:
|
||||
* Console: Show share options below 30% (ticket #1329)
|
||||
|
@ -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 = 2;
|
||||
public final static long BUILD = 3;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user