Changelog for
libmtp9-1.1.8-11.1.x86_64.rpm :
Sat Nov 1 13:00:00 2014 kormoskAATTgmail.com
- updated to 1.1.8
Mon Sep 19 14:00:00 2011 meissnerAATTsuse.de
- updated to 1.1.0
* lots of new devices
* IAD (0xfe class) device detection
- drop HAL FDI snippets
- libmtp8 -> libmtp9
Fri Jun 10 14:00:00 2011 andrea.turriniAATTgmail.com
- fixed typos in descriptions of libmtp.spec
Tue Feb 15 13:00:00 2011 meissnerAATTsuse.de
- updated to 1.0.6
* even less aggressive mtp probing (not detecting nearly all
devices as MTP) bnc#668986
* some more USB ids
Tue Jan 25 13:00:00 2011 meissnerAATTsuse.de
- do not greedily match all PTP cameras in the udev rules.
Mon Jan 10 13:00:00 2011 meissnerAATTsuse.de
- updated to 1.0.4 incremental release
* new ids
* bugfixes
* new udev rules for new udev
Sun May 23 14:00:00 2010 meissnerAATTnovell.com
- updated to 1.0.3 incremental release
* some new ids
* some smaller bugfixes
- buildrequre pkg-config
Wed Apr 28 14:00:00 2010 meissnerAATTsuse.de
- updated to intermediate snapshot
* Samsung fixes and new ids
* various small bugfixes
Mon Feb 1 13:00:00 2010 meissnerAATTsuse.de
- updated to 1.0.2 bugfix release
* new ids: Samsung, Archos, Blackberry, ...
* bugfixes
Wed Sep 16 14:00:00 2009 meissnerAATTsuse.de
- updated to 1.0.1 bugfix release
* last patches included
* some more bug flags for devices
Sat Sep 5 14:00:00 2009 meissnerAATTsuse.de
- bugfixes to \"fast metadata loading\" method
Tue Aug 4 14:00:00 2009 meissnerAATTsuse.de
- upgraded to 1.0.0 release
* More USB ids
* libmtp.so.8.3.0 library interface
* New functions:
LIBMTP_Get_File_To_Handler
LIBMTP_Send_File_From_Handler
LIBMTP_Get_Track_To_Handler
LIBMTP_Send_Track_From_Handler
functions to get/send files/tracks from/to handler functions.
External handling of individual properties:
LIBMTP_Is_Property_Supported to check if a certain property is
supported on a certain device.
LIBMTP_Get_Allowed_Property_Values to get alowed range/enum of a
property value.
LIBMTP_Get_Representative_Sample_Format will now get the size
parameter to allow us to determine the maximum size for a
representative sample.
* Added modificationdate to file and track structs.
* Added LIBMTP_FILETYPE_ALBUM and LIBMTP_FILETYPE_PLAYLIST filetypes.
* Numerous Windows portability fixes.
* Marcus Meissner rewrote the PTP object handling and metadata caching
functions from libgphoto2 and fixed up the ugly largefile handling.
* Various minor bug fixes.
Tue Mar 17 13:00:00 2009 meissnerAATTsuse.de
- upgraded to 0.3.7
* compatible library interface libmtp.8.2.2
* stores albums and playlists in the default
music folder if no default folder for albums resp.
playlists has been detected.
* an error report from RedHat BZ
http://bugzilla.redhat.com/show_bug.cgi?id=485627
led to strange code for detecting anonymous OGG files
being rewritten to handle NULL filenames and filenames
that do not exceed 4 chars.
* patch from Marcus to fix an issue
with retransmit originally reported by Florent Pillet.
* discovered a new device that cannot even
read out battery level but still claims to be able to.
- upgraded to 0.3.6
* Compatible API libmtp.so.8.2.1
* Several bug fixes to the examples
* Improved Windows and
*BSD support
* Proper device flags to handle Toshiba players (hopefully)
* New devices and flag settings
* Nothing new from a programmers point of view
- upgraded to 0.3.5
* Bumped soname to libmtp.so.8.2.0
- Only interface change:
* Change metadata const
*const to
*const to allow playlist_id to be
modified by LIBMTP_Update_Playlist. Shouldn\'t affect any code out
there really.
- New features and bugfixes:
* Allow for playlists with zero tracks on them (also in update).
* Get folders to a flat list and we get O(n) searching instead of
the previous O(n^2) algorithm! The rest is janitorial changes.