NEWS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Changes between 0.0.6 and 0.0.7:
  2. --------------------------------
  3. * Rework folders opening with large number of files (FIND_NEXT)
  4. * Fix for reading from OS X SMB Sharing
  5. * Fix build for old glibc versions
  6. * Fix support for large files (fix for >1GiB and for >4GiB)
  7. * Fix potential deadlock when server disconnects
  8. Changes between 0.0.5 and 0.0.6:
  9. --------------------------------
  10. * Fix iOS compilation
  11. * Fix regression on smb_buffer_alloca that introduced login and discovery
  12. issues
  13. * Fix double-free crash
  14. Changes between 0.0.4 and 0.0.5:
  15. --------------------------------
  16. * Rework netbios_ns timeouts
  17. * Expose less APIs and defines
  18. * Fix support for Darwin OS missing clock_gettime()
  19. Changes between 0.0.3 and 0.0.4:
  20. --------------------------------
  21. * Improve discovery that is now done in a separate thread and lot more robust
  22. * API: Add netbios_ns_discover_start and netbios_ns_discover_stop to start and
  23. stop a discovery task
  24. * API: Remove netbios_ns_discover, netbios_ns_entry_count, netbios_ns_entry_at,
  25. netbios_ns_clear, netbios_ns_abort. Use the new discovers calls instead
  26. * Fix smb_fopen failing to open long path
  27. Changes between 0.0.2 and 0.0.3:
  28. --------------------------------
  29. * Port to Android
  30. * Simplification of the NetBios discovery API
  31. * New abort mechanism when discovery: netbios_ns_abort
  32. * Numerous cleanups, include headers and API
  33. * Provide a replacement for strlcpy
  34. * Fix numerous warnings, build issues and leaks
  35. * Support SMBX servers
  36. Changes between 0.0.1 and 0.0.2:
  37. --------------------------------
  38. * Fix various build failures
  39. First release 0.0.1:
  40. --------------------
  41. * This is the first basic release.
  42. * It should provide the basics for this library, but is not ready yet for
  43. prime-time