ChangeLog 1.8 KB

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