ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2006-10-22 Zoltan Varga <[email protected]>
  2. * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
  3. fails.
  4. 2006-09-28 Andrew Skiba <[email protected]>
  5. * DeflateStream.cs: TARGET_JVM
  6. 2006-09-19 Miguel de Icaza <[email protected]>
  7. * GzipStream.cs: Only dispose, do not try to use internal routines.
  8. 2006-04-04 Atsushi Enomoto <[email protected]>
  9. * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
  10. Dispose() should certainly release resources than the finalizer.
  11. 2006-03-11 Miguel de Icaza <[email protected]>
  12. * DeflateStream.cs: Comment out DllImport that was not being
  13. used.
  14. 2005-05-18 Sebastien Pouliot <[email protected]>
  15. * DeflateStream.cs: Fixed some changed/missing exceptions.
  16. * GzipStream.cs: Renamed to GZipStream (from beta2).
  17. 2004-12-03 Raja R Harinath <[email protected]>
  18. * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
  19. 2004-11-10 Martin Baulig <[email protected]>
  20. * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
  21. have any setter.
  22. 2004-10-02 Christopher Lahey ([email protected])
  23. * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
  24. and GzipStream using zlib.