NEWS 967 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Version 1.3.1
  2. ~~~~~~~~~~~~~
  3. - Fixes:
  4. * socket: Fix scope_id lookup for socket_connect_addr()
  5. Version 1.3.0
  6. ~~~~~~~~~~~~~
  7. - Changes:
  8. * Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface
  9. * socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create
  10. * socket: Haiku compilation fixes
  11. Version 1.2.0
  12. ~~~~~~~~~~~~~
  13. - Changes:
  14. * Add helper code to deal with NSKeyedArchiver plist data
  15. - Bugfixes:
  16. * socket: Make sure errno is always set on error, and always return a meaningful error code
  17. Version 1.1.0
  18. ~~~~~~~~~~~~~
  19. - Changes:
  20. * socket: Use poll() - when available - instead of select()
  21. * socket: Allow NULL as address for socket_create() and socket_connect()
  22. * win32: Remove windows.h from public headers
  23. * Add version function to interface
  24. - Bugfixes:
  25. * opack: Fixed 32bit buffer overflow
  26. * opack: Fix parsing of 32 and 64 bit packed values
  27. Version 1.0.0
  28. ~~~~~~~~~~~~~
  29. First public release.