Skip to content

Releases: libimobiledevice/libimobiledevice-glue

1.3.0

16 Jun 06:26
Compare
Choose a tag to compare

1.3.0 (2024-06-16)

Features

  • Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface
  • socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create
  • socket: Haiku compilation fixes

1.2.0

23 Mar 01:42
Compare
Choose a tag to compare

1.2.0 (2024-03-24)

Features

  • Add helper code to deal with NSKeyedArchiver plist data

Bug Fixes

  • socket: Make sure errno is always set on error, and always return a meaningful error code

1.1.0

22 Feb 12:31
Compare
Choose a tag to compare

1.1.0 (2024-02-22)

Maintenance release

Features

  • socket: Use poll() - when available - instead of select()
  • socket: Allow NULL as address for socket_create() and socket_connect()
  • win32: Remove windows.h from public headers
  • Add version function to interface

Bug Fixes

  • opack: Fixed 32bit buffer overflow
  • opack: Fix parsing of 32 and 64 bit packed values

1.0.0

21 Apr 15:18
Compare
Choose a tag to compare

1.0.0 (2023-04-21)

First public release.