summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore20
-rw-r--r--NEWS14
2 files changed, 23 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 73b722c..62b6ec1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ autom4te.cache/*
13m4/* 13m4/*
14swig/* 14swig/*
15*.swp 15*.swp
16*.patch
16aclocal.m4 17aclocal.m4
17config.h 18config.h
18config.log 19config.log
@@ -32,20 +33,17 @@ libtool
32py-compile 33py-compile
33stamp-h1 34stamp-h1
34src/.libs 35src/.libs
35src/ifuse
36src/iphoneclient
37src/lckd-client
38src/libiphone-initconf
39src/plutil
40docs/* 36docs/*
41libiphone-1.0.pc 37libimobiledevice-1.0.pc
42dev/.libs/* 38dev/.libs/*
43dev/afccheck 39dev/afccheck
44dev/iphoneclient 40dev/ideviceclient
45dev/iphonesyslog 41dev/idevicesyslog
46dev/lckd-client 42dev/lckd-client
47dev/msyncclient 43dev/msyncclient
44dev/ideviceenterrecovery
48tools/.libs/* 45tools/.libs/*
49tools/iphone_id 46tools/idevice_id
50tools/iphoneinfo 47tools/ideviceinfo
51tools/iphonesyslog 48tools/idevicesyslog
49tools/idevicebackup
diff --git a/NEWS b/NEWS
index 7bc96e3..e0ae9f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
1Version 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
1Version 0.9.6 15Version 0.9.6
2~~~~~~~~~~~~~ 16~~~~~~~~~~~~~
3 17