Releases: libimobiledevice/libimobiledevice-glue
Releases · libimobiledevice/libimobiledevice-glue
1.3.1
1.3.1 (2024-10-09)
Fixes
- socket: Fix scope_id lookup for
socket_connect_addr()
1.3.0
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
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
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
1.0.0 (2023-04-21)
First public release.