ChangeLog 1.9 KB

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