diff options
| -rw-r--r-- | .gitignore | 20 | ||||
| -rw-r--r-- | NEWS | 14 |
2 files changed, 23 insertions, 11 deletions
| @@ -13,6 +13,7 @@ autom4te.cache/* | |||
| 13 | m4/* | 13 | m4/* |
| 14 | swig/* | 14 | swig/* |
| 15 | *.swp | 15 | *.swp |
| 16 | *.patch | ||
| 16 | aclocal.m4 | 17 | aclocal.m4 |
| 17 | config.h | 18 | config.h |
| 18 | config.log | 19 | config.log |
| @@ -32,20 +33,17 @@ libtool | |||
| 32 | py-compile | 33 | py-compile |
| 33 | stamp-h1 | 34 | stamp-h1 |
| 34 | src/.libs | 35 | src/.libs |
| 35 | src/ifuse | ||
| 36 | src/iphoneclient | ||
| 37 | src/lckd-client | ||
| 38 | src/libiphone-initconf | ||
| 39 | src/plutil | ||
| 40 | docs/* | 36 | docs/* |
| 41 | libiphone-1.0.pc | 37 | libimobiledevice-1.0.pc |
| 42 | dev/.libs/* | 38 | dev/.libs/* |
| 43 | dev/afccheck | 39 | dev/afccheck |
| 44 | dev/iphoneclient | 40 | dev/ideviceclient |
| 45 | dev/iphonesyslog | 41 | dev/idevicesyslog |
| 46 | dev/lckd-client | 42 | dev/lckd-client |
| 47 | dev/msyncclient | 43 | dev/msyncclient |
| 44 | dev/ideviceenterrecovery | ||
| 48 | tools/.libs/* | 45 | tools/.libs/* |
| 49 | tools/iphone_id | 46 | tools/idevice_id |
| 50 | tools/iphoneinfo | 47 | tools/ideviceinfo |
| 51 | tools/iphonesyslog | 48 | tools/idevicesyslog |
| 49 | tools/idevicebackup | ||
| @@ -1,3 +1,17 @@ | |||
| 1 | Version 0.9.7 (RC1) | ||
| 2 | ~~~~~~~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | * Project is now called libimobiledevice due to legal reasons | ||
| 5 | * Changes: | ||
| 6 | - Project renamed to libimobiledevice | ||
| 7 | - Add soname versioning for future releases | ||
| 8 | - Fix regression causing never paired devices to not work by adding | ||
| 9 | auto-pairing for devices in lockdownd_client_new_with_handshake | ||
| 10 | - Add file_relay service implementation and dev test tool | ||
| 11 | - Minor device link service fixes | ||
| 12 | - New idevicebackup tool with support for full and incremental backups | ||
| 13 | - Add mobilebackup service implementation | ||
| 14 | |||
| 1 | Version 0.9.6 | 15 | Version 0.9.6 |
| 2 | ~~~~~~~~~~~~~ | 16 | ~~~~~~~~~~~~~ |
| 3 | 17 | ||
