|
From: Marcus M. <ma...@je...> - 2021-09-25 14:23:33
|
Hi,
I just released libmtp 1.1.19.
Highlevel changes:
- Lots of USB ids added, especially Garmin devices
- use a local libusb context, not the global one
- various bugfixes
Full git changelog:
Artur Mądrzak (3):
Bugfix return value in cancel request
Fix USB interface addressing for control packet
Fix data read for single usb packet
Dirk Hohndel (5):
add Garmin Descent Mk2i
better Garmin Descent Mk2/Mk2i support
Add many more Garmin MTP capable devices
Update Windows README
cleanup: don't declare variables unless they are used
Marcus Meissner (42):
added a RELEASE-CHECKLIST.md
change some "i" loop indices from int to unsigned int to reduce warnings
merge from libgphoto2.
remove DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST again for samsung galaxy
mark gopro as not used in gphoto, it has them seperate
dedup a name Descent Mk2/Mk2i
revert back to 0 byte strings turning into "" , fixes https://github.com/libmtp/libmtp/issues/67
added Nintendo Switch Lite https://sourceforge.net/p/libmtp/bugs/1893/
added gopro hero9 black , https://sourceforge.net/p/libmtp/feature-requests/301/
support more MTP ObjectPropDesc types
print out datetime and regular expression strings.
synced from libgphoto2
removed some unsigned warnings
added TB-X606F https://sourceforge.net/p/libmtp/bugs/1894/
nook tablet https://sourceforge.net/p/libmtp/bugs/1892/
added Mudita Pure phone fixes https://github.com/libmtp/libmtp/issues/72 fixes https://sourceforge.net/p/libmtp/bugs/1895/
added creative zen micro https://sourceforge.net/p/libmtp/bugs/1898/
added Onyx Boox Nova Pro, https://sourceforge.net/p/libmtp/bugs/1900/
added lenovo TB-X606F (Lenovo Tab M10 FHD Plus)
added asus zenpad 10, fixes https://github.com/libmtp/libmtp/issues/75
added Sony Xperia 5 II, https://sourceforge.net/p/libmtp/feature-requests/303/
added OnePlus 7Pro fixes https://github.com/libmtp/libmtp/issues/78
added xiaomi mi-11 lite (fixes https://github.com/libmtp/libmtp/issues/79)
added xiaomi poco x3 pro https://sourceforge.net/p/libmtp/bugs/1905/
added Sony NW-ZX500 fixes https://github.com/libmtp/libmtp/issues/81
create and use our own libusb context to not interfere with other libusb users in the program
added Lenovo-TB-8703F https://sourceforge.net/p/libmtp/bugs/1903/
replace deprecated libuzsb_set_debug by libusb_set_option(libmtp_libusb_context, LIBUSB_OPTION_LOG_LEVEL, LIBUSB_LOG_LEVEL_DEBUG );
release 1.1.19
MarkMuth (1):
Add mtp-detect log for the Volla Phone
Niklas Hambüchen (1):
Add Ricoh Theta V and Z1
|