-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathNEWS
25 lines (22 loc) · 832 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
New in version 0.4.0:
- support partial object manipulation
- fixed temporary directories removal
- build system cleanup
New in version 0.3.0:
- fix FreeBSD ports upgrade path
New in version 0.2.1:
- mount by device file (eg. /dev/libmtp-*)
- various fixes, improvements and code cleanup
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