diff options
| author | 2013-07-18 23:21:39 +0200 | |
|---|---|---|
| committer | 2013-07-18 23:21:39 +0200 | |
| commit | e70cd77d5d1e2a7591b50af106f43ca9fd6a945e (patch) | |
| tree | 10b031ddb69888d7fe1436b18960d70999e5ab29 | |
| parent | bb64a1b0b193c0a733499e1cb811255f1f9ffa3c (diff) | |
| download | libimobiledevice-e70cd77d5d1e2a7591b50af106f43ca9fd6a945e.tar.gz libimobiledevice-e70cd77d5d1e2a7591b50af106f43ca9fd6a945e.tar.bz2 | |
Update NEWS with latest changes
| -rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -1,3 +1,23 @@ | |||
| 1 | Version 1.1.6 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | * Development release | ||
| 5 | * Changes: | ||
| 6 | - Security: Fix insecure use of the /tmp directory (CVE-2013-2142) | ||
| 7 | - A bunch of memory leak fixes | ||
| 8 | - Python: Various fixes and support for "with" statement for AfcFile class | ||
| 9 | - Python: Add Afc2Client class to allow jailbroken filesystem access | ||
| 10 | - Fix linking issue with newer libtool as reported for Ubuntu | ||
| 11 | - Fix stuck thread in idevicesyslog which broke quit from within the tool | ||
| 12 | - Add syslog_relay service implementation and use it in idevicesyslog | ||
| 13 | - API: Add instproxy_client_get_path_for_bundle_identifier() helper | ||
| 14 | - API: Add afc_dictionary_free() helper | ||
| 15 | - Move thread, socket, debug and userpref code to "common" source directory | ||
| 16 | in order to improve code reuse | ||
| 17 | - Fix broken byte order detection in configure.ac which could lead to broken | ||
| 18 | AFC protocol communication on platforms without endian.h (Raspberry PI) | ||
| 19 | * API is UNSTABLE | ||
| 20 | |||
| 1 | Version 1.1.5 | 21 | Version 1.1.5 |
| 2 | ~~~~~~~~~~~~~ | 22 | ~~~~~~~~~~~~~ |
| 3 | 23 | ||
