summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-10-10 18:08:40 +0200
committerGravatar Nikias Bassen2025-10-10 18:08:40 +0200
commit149f7623c672c1fa73122c7119a12bfc0012f2ac (patch)
tree8721b2c0e75d9c7d457e6c14595cf227f9c777bf /NEWS
parent1cc202a7bd2322ae047cbb014a4551d2956281c0 (diff)
downloadlibimobiledevice-1.4.0.tar.gz
libimobiledevice-1.4.0.tar.bz2
Update NEWS for releaseHEAD1.4.0master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 72823dc..4e075ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Version 1.4.0
+~~~~~~~~~~~~~
+
+* Development release
+ - From now on, releases will be made more frequently
+* Changes:
+ - Add support for MbedTLS
+ - Add Reverse Proxy implementation
+ - Add support for wireless pairing (AppleTV)
+ - Embed 3rd party libraries for ed25519 and SRP6a
+ - Fixes in idevicedebug
+ - idevicecrashreport: Allow filtering crash reports by filename
+ - Add idevicedevmodectl tool
+ - Fixes for idevicebackup2
+ - Add property_list_client_get_service_client() and service_get_connection() functions
+ - Add idevicebtlogger
+ - Add new idevice_events_subscribe/unsubscribe API
+ - Move LIBIMOBILEDEVICE_API to public headers
+ - Add afc_strerror function
+ - Add libimobiledevice_version() function
+ - Use libimobiledevice-glue's SHA1 implementation
+ - Add support for iOS 17+ Personalized Developer Disk image mounting
+ - Fix compilation on MSVC
+ - Add idevice_strerror() to interface
+ - Add new idevice_get_device_version() to interface
+ - Add os_trace_relay service implementation
+ - Fixes for idevicesyslog
+ - afc: Add afc_get_file_info_plist and afc_get_device_info_plist functions
+ ... and several other internal changes
+
+
Version 1.3.0
~~~~~~~~~~~~~