Changeset 1658690
- Timestamp:
- Jul 20, 2009 2:36:10 AM (12 years ago)
- Branches:
- master
- Children:
- f46600d
- Parents:
- eae0f32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
reae0f32 r1658690 1 2009-07-20 zzz 2 * BuildHandler: Increase threshold for dropping instead 3 of rejecting to 81% (was 75%) 4 * Console: Hide configui.jsp from IE, disable selection 5 * GeoIP: Fix minor bugs (thanks Arsene) 6 * graphs.jsp: Reduce refresh time to eliminate double iframe load 7 * HTTP Proxy: Fix proxy.i2p "home page" (thanks dr|z3d) 8 * I2PSnark: Remove Postman tracker 9 * Peer Profiles: 10 - Reduce max age for display to 2h (was 3h) 11 - Drop unused Persist classes 12 - Dynamically adjust expire time to control memory use 13 - Increase reorganize time to 45s (was 30s) to reduce CPU use 14 and lock contention 15 - Remove some stat rates 16 - Delay start of PeerTestJob 17 * Stats: Increase coalesce time to 50s (was 20s) to reduce CPU use 18 * summarynoframe.jsp: Cleanup 19 * Transports: Reduce the number of Rates 20 1 21 2009-07-16 zzz 2 22 * HTTP Proxy: Themes for error pages -
router/java/src/net/i2p/router/RouterVersion.java
reae0f32 r1658690 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1 5;21 public final static long BUILD = 16; 22 22 /** for example "-test" */ 23 23 public final static String EXTRA = "";
Note: See TracChangeset
for help on using the changeset viewer.