This commit is contained in:
zzz
2011-04-18 03:12:51 +00:00
parent 9c4d107b5d
commit 97bb2d81b7
6 changed files with 12 additions and 11 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 = 9;
public final static long BUILD = 0;
/** for example "-test" */
public final static String EXTRA = "";

View File

@ -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;