1
0
mirror of https://github.com/phatina/simple-mtpfs synced 2025-02-17 12:46:53 +00:00
simple-mtpfs/NEWS

18 lines
654 B
Plaintext
Raw Normal View History

2016-11-27 15:12:57 +00:00
New in version 0.2.1:
- mount by device file (eg. /dev/libmtp-*)
- various fixes, improvements and code cleanup
2013-12-03 20:14:11 +00:00
New in version 0.2:
- introduced special device file as mount parameter
- MTP device can be specified by special file placed in /dev
- fixed bogus storage size reported on FreeBSD
- temporary directory can be configured during setup time (--with-tmpdir=)
- temporary directory can be overridden by environment variables TMP, TMPDIR
- build fixes
- on older C++ compilers
- Mac OS X (fuse)
- FreeBSD
- libmtp debug messages are suppressed
- reference counting for opened temporary files
- various fixes, improvements and code cleanup