forked from I2P_Developers/i2p.i2p
allow SHOUTcast/icecast to work over the http proxy + cleanups
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,7 @@
|
|||||||
|
2012-03-27 sponge
|
||||||
|
* A hopeful fix to allow SHOUTcast/icecast to work over the http proxy.
|
||||||
|
* A little more code clean up
|
||||||
|
|
||||||
2012-03-26 zzz
|
2012-03-26 zzz
|
||||||
* Code cleanups:
|
* Code cleanups:
|
||||||
- Remove unused imports
|
- Remove unused imports
|
||||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 22;
|
public final static long BUILD = 23;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user