allow SHOUTcast/icecast to work over the http proxy + cleanups

This commit is contained in:
sponge
2012-03-27 17:41:02 +00:00
parent 11ff89fef2
commit 97f23286d3
3 changed files with 840 additions and 785 deletions

View File

@@ -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
* Code cleanups:
- Remove unused imports

View File

@@ -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 = 22;
public final static long BUILD = 23;
/** for example "-test" */
public final static String EXTRA = "";