summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-03-19 10:44:26 +0100
committerGravatar Martin Szulecki2013-03-19 10:44:26 +0100
commit1c7f29c7f1f5df0ffc65cbc329be73c39803df88 (patch)
treecd178fd1f5a8f242cd16689a9f1208af728f4244 /NEWS
parent341c35b4d2dcd827c6612211eef3963e74fe3dce (diff)
downloadlibimobiledevice-1c7f29c7f1f5df0ffc65cbc329be73c39803df88.tar.gz
libimobiledevice-1c7f29c7f1f5df0ffc65cbc329be73c39803df88.tar.bz2
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31791f8..c65c4d8 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,18 @@ Version 1.1.5
* Development release
* Changes:
+ - Implement automatic reconnecting in idevicesyslog
+ - Refactor all services to use new base service
+ - Add new generic service_client_factory_start_service() helper
+ - Implement a base service that all services inherit from
- API: Refactor use of "port numbers" into a "service descriptor" which is
a needed change as all services must now transparently support SSL.
Fortunately, only minor changes are needed to migrate your code properly.
- Add experimental ideviceheartbeat to allow service checkin over the network
- Add heartbeat service implementation to keep alive network connections
- Add webinspector service implementation for WebKit remote debugging
+ - Fix idevicebackup2 failing due to integer overflow in free disk space
+ calculation on 32 bit architectures and large disk capacities
- Add support for encrypted and password protected backups to idevicebackup2
- Fix major "too long filename received" bug in idevicebackup2
- Various fixes for proper and tested WIN32 support including MinGW building