1Version 1.1.4
2~~~~~~~~~~~~~
3
4* Changes:
5  - Use automake silent rules if available
6  - Add helpful message when mounting an app document folder fails
7  - Add new "--list-apps" option to print list of apps with file sharing enabled
8  - Remove length check on UDID argument to support newer devices
9  - Add "--network" option to allow connecting to network devices
10  - Add title row and use double quotes for "--list-apps" output
11  - Drop support for older versions of libimobiledevice
12  - Bump libimobiledevice dependency to 1.3.0
13  - Bump libplist dependency to 2.2.0
14  - Improve README.md with project description, installation, contributing and
15    usage sections
16
17Version 1.1.3
18~~~~~~~~~~~~~
19
20* Changes:
21  - Updated to compile with latest libimobiledevice
22  - New command line options --documents and --container (obsoletes --appid)
23  - Handle error condition caused by pending iOS7+ trust dialog
24  - Minor fixes and changes
25
26Version 1.1.2
27~~~~~~~~~~~~~
28
29* Changes:
30  - Add direct linking with libplist to fix build issues
31  - Add basic manpage
32  - Use UDID instead of UUID as it is the correct term for it
33  - Remove obsolete glib and gthread dependencies
34
35Version 1.1.1
36~~~~~~~~~~~~~
37
38* Changes:
39  - Fix compilation without "house_arrest" support
40
41Version 1.1.0
42~~~~~~~~~~~~~
43
44* Changes:
45  - Add "house_arrest" support when compiled with libimobiledevice >= 1.1.0
46  - Add --appid option for document/filesharing using "house_arrest" service
47  - FreeBSD doesn't have ENODATA, so fake it as EIO
48  - Make COPYING contain correct license
49  - Add NEWS file and update README
50  - Minor bugfixes
51
52Version 1.0.0
53~~~~~~~~~~~~~
54
55* Changes:
56  - Return correct exit codes
57  - Adopt code from libiphone API to the libimobiledevice API
58  - Add trademark and disclaimer to README
59
60Version 0.9.6 (RC1)
61~~~~~~~~~~~~~~~~~~~
62
63* Changes:
64  - Port to libiphone 0.9.6 API
65  - Report error if a passcode is set on the device
66  - Remove hardcoded "allow_other" fuse argument
67
68Version 0.9.5
69~~~~~~~~~~~~~
70
71* Changes:
72  - Support for file modification times with iOS 3.1+
73
74Version 0.9.4
75~~~~~~~~~~~~~
76
77* Changes:
78  - Remove obsolete HAL fdi rules
79  - Rename binary to "ifuse" again
80  - Allow mounting a specific device using UUID option
81
82Version 0.9.3
83~~~~~~~~~~~~~
84
85* Changes:
86  - Fix deletion of non empty directories (recursive delete)
87
88Version 0.9.2
89~~~~~~~~~~~~~
90
91* Changes:
92  - Add iPhone 3GS support
93  - Use file handles
94  - Add hard/symlink support for AFC
95  - Added --debug option
96  - Improve error messages
97
98Version 0.9.1
99~~~~~~~~~~~~~
100
101* Changes:
102  - A bunch of autotools fixes
103
104Version 0.9.0
105~~~~~~~~~~~~~
106
107* First public release
108* Changes:
109  - AFC and AFC2 filesystem access
110  - Correctly handle file modes
111
112