ChangeLog 703 B

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