ChangeLog 582 B

12345678910111213141516171819
  1. 2005-05-18 Sebastien Pouliot <[email protected]>
  2. * DeflateStream.cs: Fixed some changed/missing exceptions.
  3. * GzipStream.cs: Renamed to GZipStream (from beta2).
  4. 2004-12-03 Raja R Harinath <[email protected]>
  5. * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
  6. 2004-11-10 Martin Baulig <[email protected]>
  7. * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
  8. have any setter.
  9. 2004-10-02 Christopher Lahey ([email protected])
  10. * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
  11. and GzipStream using zlib.