Changeset 0d62b37c
- Timestamp:
- Jul 22, 2009 9:49:02 PM (12 years ago)
- Branches:
- master
- Children:
- 0aae2deb
- Parents:
- 64ece108
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
r64ece108 r0d62b37c 1 2009-07-22 dr|z3d 2 * More work on the I2PSnark UI. 3 * Start of improvements to tunnel table data. 4 * Ongoing theme enhancements. 5 1 6 2009-07-21 dr|z3d 2 7 * First stage of overhaul of webapps ui. … … 116 121 - Increase default SSU conn limits a little more 117 122 118 2009-07-07 123 2009-07-07 dr|z3d 119 124 * Introducing 2 new console themes (light & dark), in addition 120 125 to changes to the console navigation; navbar now resides in … … 189 194 Additional information, copied from I2PAppContext: 190 195 191 *Directories. These are all set at instantiation and will not be changed by192 *subsequent property changes.193 *All properties, if set, should be absolute paths.194 *195 *Name Property Method Files196 *----- -------- ----- -----197 *Base i2p.dir.base getBaseDir() lib/, webapps/, docs/, geoip/, licenses/, ...198 *Temp i2p.dir.temp getTempDir() Temporary files199 *PID i2p.dir.pid getPIDDir() router.ping200 *Config i2p.dir.config getConfigDir() *.config, hosts.txt, addressbook/, ...201 *202 *(the following all default to the same as Config)203 *204 *Router i2p.dir.router getRouterDir() netDb/, peerProfiles/, router.*, keyBackup/, ...205 *Log i2p.dir.log getLogDir() logs/206 *App i2p.dir.app getAppDir() eepsite/, ...207 *208 196 # Directories. These are all set at instantiation and will not be changed by 197 # subsequent property changes. 198 # All properties, if set, should be absolute paths. 199 # 200 # Name Property Method Files 201 # ----- -------- ----- ----- 202 # Base i2p.dir.base getBaseDir() lib/, webapps/, docs/, geoip/, licenses/, ... 203 # Temp i2p.dir.temp getTempDir() Temporary files 204 # PID i2p.dir.pid getPIDDir() router.ping 205 # Config i2p.dir.config getConfigDir() *.config, hosts.txt, addressbook/, ... 206 # 207 # (the following all default to the same as Config) 208 # 209 # Router i2p.dir.router getRouterDir() netDb/, peerProfiles/, router.*, keyBackup/, ... 210 # Log i2p.dir.log getLogDir() logs/ 211 # App i2p.dir.app getAppDir() eepsite/, ... 212 213 * Note that the router can't control where the wrapper actually puts its files. 209 214 210 215 All these will be set appropriately in a Router Context. -
router/java/src/net/i2p/router/RouterVersion.java
r64ece108 r0d62b37c 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1 7;21 public final static long BUILD = 18; 22 22 /** for example "-test" */ 23 23 public final static String EXTRA = "";
Note: See TracChangeset
for help on using the changeset viewer.