Utils: Disable caching of ResettableGZIPOutputStreams,

add more checks for compression failure,
fix output for zero-length input (ticket #1915)
This commit is contained in:
zzz
2017-02-15 16:45:06 +00:00
parent 17b781c1b4
commit f2ae1bfe09
4 changed files with 58 additions and 9 deletions

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