-3
This commit is contained in:
18
history.txt
18
history.txt
@ -1,3 +1,21 @@
|
||||
2010-11-19 zzz
|
||||
* Addressbook
|
||||
- Store last-fetched time so we don't always fetch subscriptions after restart
|
||||
- Randomize first fetch time
|
||||
- Make most classes package private
|
||||
* Console: Rewrite URLs so we don't need .jsp
|
||||
* i2psnark: Recognize postman b32, recognize ogv and oga.
|
||||
* i2ptunnel:
|
||||
- More work on error propagation and improving log messages
|
||||
- Increase nonce queue size again
|
||||
* News:
|
||||
- Store news last-fetched time so we don't always fetch news after restart
|
||||
- Don't include news in the updater
|
||||
* peers.jsp fixups
|
||||
* PrivateKeyFile: Speedups and better messages
|
||||
* SecureFile: New class, catch places that were missed,
|
||||
add i2p.insecureFiles option to disable (default false)
|
||||
|
||||
2010-11-17 zzz
|
||||
* Addressbook: Try to save files safely
|
||||
* Console: Display durations with new tagged formatDuration2()
|
||||
|
@ -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