Changelog for
libimobiledevice-1_0-6-1.3.0+git.20210921-1.3.x86_64.rpm :
* Wed Jan 19 2022 Michael Gorse
- Add python-rpm-macros to BuildRequires (boo#1194755).
* Sat Oct 09 2021 sebix+novell.comAATTsebix.at- Update to version 1.3.0+git.20210921:
* Remove common code in favor of new libimobiledevice-glue
* tools: idevicebackup2: Exit on service startup failure and improve error messages
* idevice: Reset receive length variable in internal_ssl_read retry loop and fix wrong variable in debug message
* lockdown: Get DeviceClass to make sure OS version dependent code is executed correctly
* Handle error cases in relevant code when retrieving pair record fails
* common: Return proper error codes from userpref_read_pair_record
* Add support for MbedTLS
* idevice: Make sure to handle timeout condition for network connections too
* installation_proxy: Ignore non-status messages instead of terminating loop
* mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
* tools/idevicecrashreport: Fix illegal filenames on Windows
* tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing
* tools: Fix delays in idevicedebugserverproxy when using SSL
* debugserver: Return success when a receive timed out but actualy bytes have been read
* idevice: Allow partial reads in idevice_connection_receive_timeout() and handle timeouts more adequate
* Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3
* Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3
* Fixed debugserver.pxi PyString_AsString compatibility with Python3
* Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing public method \'remove_path_and_contents\'
* ideviceprovision: Fix date output by adding MAC_EPOCH
* docs: Improve --quiet command line switch description in idevicesyslog man page
* idevicescreenshot: Choose a better filename, prevent overwriting existing files
* idevicedebug: Add --detach option to start an app and exit idevicedebug without killing the app
* idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code
* idevicebackup2: Update errno to device error mapping
* idevice: Handle -EAGAIN in case usbmuxd_send() returns it
* idevicebackup2: Don\'t fail on restore when source backup doesn\'t have any application info
* Wed Oct 14 2020 Christophe Giboudeaux - Use the new library name in baselibs.conf.
* Thu Sep 24 2020 Martin Pluskal - Remove unnecessary provides/obsoletes
* Tue Sep 22 2020 Stefan Elser - Update to verison 1.3.0+git.20200910
* Fix service startup for iOS 14b4
* Add more lockdown error codes
* Add new lockdownd_pair_with_options() function
* Make sure sockets only listen locally due to security reasons
* Plug various memory leaks
* Store application information in Info.plist using idevicebackup2
* Various other bugfixes and improvements
* Sun Apr 05 2020 Martin Pluskal - Update to version 1.2.0+git.20200330:
* Add idevicesetlocation tool
* debugserver: Fix argv encoding
* Update debug.c to consistently output to stderr
* idevicedebug: Rename name-colliding debug_info() to log_debug()
* debugserver: Fix whitespace error
* debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT
* introduces optional `idevice_connection_disable_ssl` with ability not to send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
* Increase timeout for service receive methods
* idevicesyslog: Make sure CTRL+C works when waiting for passcode entry
* configure.ac: Add checks to ensure libusbmuxd is up-to-date
* Sat Mar 14 2020 Tomáš Chvátal - Fix not needed requires
* Thu Mar 12 2020 Tomáš Chvátal - Switch python bindings to base on python3- Update version to 1.2.0+git20200220.3d8d13f:
* Many fixes all around
* support for py3
* Tue Jun 12 2018 iAATTmarguerite.su- update version 1.2.0+git20180427.26373b3
* Propagate lower level errors to callers instead of returning unknown
* Added IDEVICE_DEVICE_PAIRED event constant matching the corresponding
* Define htobe16 if not defined
* Fix parameter check of instproxy_check_capabilities_match()
* Avoid double free with OpenSSL 1.1.0 (boo#1103546)
* Don\'t use ERR_remove_thread_state() with OpenSSL 1.1.0
* #ifdef out code which is a no-op with OpenSSL 1.1.0
* cython: Fix build error after error constant rename
* gnutls: check for interrupted gnutls_handshake()
* idevicescreenshot: Detect screenshot image format to determine file extension
* Add basic mobileactivation service implementation
* mobileactivation: Add new functions required for drmHandshake / session mode device activation
* lockdown: Don\'t explicitly validate pairing unless we\'re dealing with an older device
* mobileactivation: Don\'t convert activation record if it is already passed as PLIST_DATA
* mobileactivation: Allow passing activation response headers as required for iOS 11.2+
* lockdown: Plug small memory leak
* idevicesyslog: Wait for passcode entry on device when required
* idevicediagnostics: Add HDMI to the list of valid options for diagnostics command
* idevicediagnostics: Add ioregentry command to query device IORegistry by entry
* userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibility
* userpref: [GnuTLS] Use valid serial for >= 3.6.0
* build: Fix autogen.sh with srcdir != builddir
* Thu Feb 02 2017 iAATTmarguerite.su- added _service file to clearly show the package origin