forked from I2P_Developers/i2p.i2p
0.8.5
This commit is contained in:
@ -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 = 9;
|
||||
public final static long BUILD = 0;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@ -28,9 +28,9 @@ import net.i2p.util.SecureFileOutputStream;
|
||||
/**
|
||||
* Write profiles to disk at shutdown,
|
||||
* read at startup.
|
||||
* The files are gzip compressed, however we unfortunately store them
|
||||
* with a ".dat" extension instead of ".txt.gz", so it isn't apparent.
|
||||
* TODO: Migrate to new extension.
|
||||
* The files are gzip compressed, we previously stored them
|
||||
* with a ".dat" extension instead of ".txt.gz", so it wasn't apparent.
|
||||
* Now migrated to a ".txt.gz" extension.
|
||||
*/
|
||||
class ProfilePersistenceHelper {
|
||||
private final Log _log;
|
||||
|
Reference in New Issue
Block a user