ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2009-07-20 Gonzalo Paniagua Javier <[email protected]>
  2. * GzipStream.cs: fixed Dispose (bool).
  3. * DeflateStream.cs: simplify the interface with unmanaged code, big
  4. reduction of managaed<->unmanaged round trips.
  5. Also fixes bug #523418.
  6. 2007-09-22 Gert Driesen <[email protected]>
  7. * DeflateStream.cs: Avoid double free. Fixes bug #327480.
  8. 2006-10-22 Zoltan Varga <[email protected]>
  9. * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
  10. fails.
  11. 2006-09-28 Andrew Skiba <[email protected]>
  12. * DeflateStream.cs: TARGET_JVM
  13. 2006-09-19 Miguel de Icaza <[email protected]>
  14. * GzipStream.cs: Only dispose, do not try to use internal routines.
  15. 2006-04-04 Atsushi Enomoto <[email protected]>
  16. * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
  17. Dispose() should certainly release resources than the finalizer.
  18. 2006-03-11 Miguel de Icaza <[email protected]>
  19. * DeflateStream.cs: Comment out DllImport that was not being
  20. used.
  21. 2005-05-18 Sebastien Pouliot <[email protected]>
  22. * DeflateStream.cs: Fixed some changed/missing exceptions.
  23. * GzipStream.cs: Renamed to GZipStream (from beta2).
  24. 2004-12-03 Raja R Harinath <[email protected]>
  25. * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
  26. 2004-11-10 Martin Baulig <[email protected]>
  27. * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
  28. have any setter.
  29. 2004-10-02 Christopher Lahey ([email protected])
  30. * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
  31. and GzipStream using zlib.