* ReusableGZIPInputStream: Fix 3 major bugs, all present since 2005:

- Payloads an exact multiple of 512 bytes failed to decompress
    - Data at the end of the stream could be lost
    - read() returned -1 when the data was 0xff
This commit is contained in:
zzz
2011-12-11 22:59:37 +00:00
parent 8448001a17
commit e117e3310c
4 changed files with 158 additions and 13 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 = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "";