mirror of
https://github.com/libimobiledevice/ifuse.git
synced 2026-05-17 20:30:35 +00:00
127 lines
2.9 KiB
Plaintext
127 lines
2.9 KiB
Plaintext
Version 1.2.1
|
|
~~~~~~~~~~~~~
|
|
|
|
Bugfix Release
|
|
|
|
* Changes:
|
|
- Fix FUSE capability flags set during initialization causing data corruption
|
|
|
|
Version 1.2.0
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Switch to libfuse 3
|
|
- Require libimobiledevice 1.4.0
|
|
|
|
Version 1.1.4
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Use automake silent rules if available
|
|
- Add helpful message when mounting an app document folder fails
|
|
- Add new "--list-apps" option to print list of apps with file sharing enabled
|
|
- Remove length check on UDID argument to support newer devices
|
|
- Add "--network" option to allow connecting to network devices
|
|
- Add title row and use double quotes for "--list-apps" output
|
|
- Drop support for older versions of libimobiledevice
|
|
- Bump libimobiledevice dependency to 1.3.0
|
|
- Bump libplist dependency to 2.2.0
|
|
- Improve README.md with project description, installation, contributing and
|
|
usage sections
|
|
|
|
Version 1.1.3
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Updated to compile with latest libimobiledevice
|
|
- New command line options --documents and --container (obsoletes --appid)
|
|
- Handle error condition caused by pending iOS7+ trust dialog
|
|
- Minor fixes and changes
|
|
|
|
Version 1.1.2
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Add direct linking with libplist to fix build issues
|
|
- Add basic manpage
|
|
- Use UDID instead of UUID as it is the correct term for it
|
|
- Remove obsolete glib and gthread dependencies
|
|
|
|
Version 1.1.1
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Fix compilation without "house_arrest" support
|
|
|
|
Version 1.1.0
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Add "house_arrest" support when compiled with libimobiledevice >= 1.1.0
|
|
- Add --appid option for document/filesharing using "house_arrest" service
|
|
- FreeBSD doesn't have ENODATA, so fake it as EIO
|
|
- Make COPYING contain correct license
|
|
- Add NEWS file and update README
|
|
- Minor bugfixes
|
|
|
|
Version 1.0.0
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Return correct exit codes
|
|
- Adopt code from libiphone API to the libimobiledevice API
|
|
- Add trademark and disclaimer to README
|
|
|
|
Version 0.9.6 (RC1)
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Port to libiphone 0.9.6 API
|
|
- Report error if a passcode is set on the device
|
|
- Remove hardcoded "allow_other" fuse argument
|
|
|
|
Version 0.9.5
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Support for file modification times with iOS 3.1+
|
|
|
|
Version 0.9.4
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Remove obsolete HAL fdi rules
|
|
- Rename binary to "ifuse" again
|
|
- Allow mounting a specific device using UUID option
|
|
|
|
Version 0.9.3
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Fix deletion of non empty directories (recursive delete)
|
|
|
|
Version 0.9.2
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- Add iPhone 3GS support
|
|
- Use file handles
|
|
- Add hard/symlink support for AFC
|
|
- Added --debug option
|
|
- Improve error messages
|
|
|
|
Version 0.9.1
|
|
~~~~~~~~~~~~~
|
|
|
|
* Changes:
|
|
- A bunch of autotools fixes
|
|
|
|
Version 0.9.0
|
|
~~~~~~~~~~~~~
|
|
|
|
* First public release
|
|
* Changes:
|
|
- AFC and AFC2 filesystem access
|
|
- Correctly handle file modes
|
|
|