diff --git a/history.txt b/history.txt index 4074c0182..483cbd2c8 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,11 @@ +2010-12-01 dr|z3d + * Console: + - Extensive reworking of ieshim.css for classic theme/Internet Explorer. + - Additional console_big.css files for other themes to enhance doublebyte glyph support. + * I2PSnark: + - Make show/hide peers and stop/start all torrent buttons more obvious. + - Rework Vanilla icons to bring in line with color scheme. + 2010-11-30 zzz * I2CP: Try to hide Pipe closed messages (several tickets) * i2psnark: Move PeerCheckerTask from Timer to SimpleTimer2 @@ -10,7 +18,7 @@ * Streaming: Change some logged errors to warnings (tickets 76, 341 and others) -20-11-29 dr|z3d +2010-11-29 dr|z3d * Updated console theme "light". 2010-11-29 zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 80cfb9c84..5b1ba79e3 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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 = 18; + public final static long BUILD = 19; /** for example "-test" */ public final static String EXTRA = "";