70 lines
3.3 KiB
Plaintext
70 lines
3.3 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Sun Jan 12 17:33:50 UTC 2025 - sebix@sebix.at
|
||
|
|
||
|
- Update to version 1.3.1+git11.20241227:
|
||
|
* Add extern "C" guards to public headers
|
||
|
* [github-actions] Bump dawidd6/action-download-artifact from 3 to 6
|
||
|
* configure: Remove unused check
|
||
|
* [github-actions] Run build workflow on pull_request
|
||
|
* Fix unrecognized \e escape sequence
|
||
|
* Fix compilation on MSVC
|
||
|
* Switch to better initializer strategy
|
||
|
* Change WIN32 to _WIN32 to check if running on Windows
|
||
|
* socket.c: define AI_NUMERICSERV if undefined
|
||
|
* socket/win32: Use calloc where applicable in getifaddrs implementation
|
||
|
* sha1: Remove old commented-out code
|
||
|
* Updated NEWS for release
|
||
|
* Updated README
|
||
|
* Update soversion for release
|
||
|
* socket: Remove greater-than check for scope_id since they might not be in order
|
||
|
* Update soversion for release
|
||
|
* Updated NEWS for release
|
||
|
* 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
|
||
|
* Revert "Use updated libplist 2.5.0 API"
|
||
|
* socket: Haiku compilation fixes
|
||
|
* Use updated libplist 2.5.0 API
|
||
|
* automake: Prevent `dist` or `distcheck` when uncommitted changes are present
|
||
|
* Update NEWS for release
|
||
|
* Update soversion for release
|
||
|
* Add helper code to deal with NSKeyedArchiver plist data
|
||
|
* [github-actions] Updated build workflow to use v3 for download-artifact
|
||
|
* [github-actions] Updated build workflow to use v4 for checkout and upload-artifact
|
||
|
* socket: Make sure errno is always set on error, and always return a meaningful error code
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Feb 24 19:48:13 UTC 2024 - sebix@sebix.at
|
||
|
|
||
|
- Update to version 1.1.0+git0.20240222:
|
||
|
- Changes:
|
||
|
* 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
|
||
|
- Bugfixes:
|
||
|
* opack: Fixed 32bit buffer overflow
|
||
|
* opack: Fix parsing of 32 and 64 bit packed values
|
||
|
- Internal:
|
||
|
* Move LIMD_GLUE_API definitions to public headers
|
||
|
* socket: Conditionally compile using poll or select based on availability
|
||
|
* socket: Fix select failing when the process has many file descriptors by using poll instead
|
||
|
* win32: Fix external compilation using libimobiledevice-glue/thread.h
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com
|
||
|
|
||
|
- Update to version 1.0.0+git3.20230513:
|
||
|
* Set minimum required libplist version to 2.3.0
|
||
|
* Remove plist-related code in favor of new libplist API
|
||
|
* termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses
|
||
|
* Updated README with pkg-config requirement
|
||
|
* utils: Use libplist's plist_from_memory instead of duplicating format detection
|
||
|
* Add support for Apple's OPACK encoding and TLV format
|
||
|
* utils: Fix bad malloc result check in buffer_read_from_filename and test arguments for NULL
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Oct 9 14:31:39 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||
|
|
||
|
- initial package for git repo version 20210925.
|
||
|
Package is required for a revent libimobiledevice version
|