summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-07-18 23:21:39 +0200
committerGravatar Martin Szulecki2013-07-18 23:21:39 +0200
commite70cd77d5d1e2a7591b50af106f43ca9fd6a945e (patch)
tree10b031ddb69888d7fe1436b18960d70999e5ab29 /NEWS
parentbb64a1b0b193c0a733499e1cb811255f1f9ffa3c (diff)
downloadlibimobiledevice-e70cd77d5d1e2a7591b50af106f43ca9fd6a945e.tar.gz
libimobiledevice-e70cd77d5d1e2a7591b50af106f43ca9fd6a945e.tar.bz2
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c65c4d8..0b1f027 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 1.1.6
+~~~~~~~~~~~~~
+
+* Development release
+* Changes:
+ - Security: Fix insecure use of the /tmp directory (CVE-2013-2142)
+ - A bunch of memory leak fixes
+ - Python: Various fixes and support for "with" statement for AfcFile class
+ - Python: Add Afc2Client class to allow jailbroken filesystem access
+ - Fix linking issue with newer libtool as reported for Ubuntu
+ - Fix stuck thread in idevicesyslog which broke quit from within the tool
+ - Add syslog_relay service implementation and use it in idevicesyslog
+ - API: Add instproxy_client_get_path_for_bundle_identifier() helper
+ - API: Add afc_dictionary_free() helper
+ - Move thread, socket, debug and userpref code to "common" source directory
+ in order to improve code reuse
+ - Fix broken byte order detection in configure.ac which could lead to broken
+ AFC protocol communication on platforms without endian.h (Raspberry PI)
+* API is UNSTABLE
+
Version 1.1.5
~~~~~~~~~~~~~