* i2psnark: When receiving a metainfo via magnet and saving it to disk,

preserve all non-standard fields (such as those created by Robert) so the
   infohash doesn't change on restart, splitting the swarm.
   (http://zzz.i2p/topics/1327 thx 'backup')
This commit is contained in:
zzz
2013-06-23 15:21:40 +00:00
parent 5ba86ca254
commit ac9392b9e6
3 changed files with 18 additions and 5 deletions

View File

@ -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 = 12;
public final static long BUILD = 13;
/** for example "-test" */
public final static String EXTRA = "";