NEWS 603 B

12345678910111213141516
  1. Changes between 0.0.4 and 0.0.3:
  2. --------------------------------
  3. * Fix smb_fopen failing to open long path
  4. * Improve discovery that is now done in a separate thread and lot more robust
  5. * API: Add netbios_ns_discover_start and netbios_ns_discover_stop to start and
  6. stop a discovery
  7. * API: Remove netbios_ns_discover, netbios_ns_entry_count, netbios_ns_entry_at,
  8. netbios_ns_clear, netbios_ns_abort. Deprecated by new discovers calls
  9. Changes between 0.0.3 and 0.0.3:
  10. --------------------------------
  11. * Port to Android, simplification of the API, add abort mechanism, and
  12. numerous cleanup