Changelog for
libmtp9-1.1.5-lp150.3.6.1.x86_64.rpm :
* Mon Dec 09 2013 meissnerAATTsuse.com- music-players.h: Updated to the current music-players.h from libmtp to support more devices (bnc#854328)
* Sun Nov 04 2012 crrodriguezAATTopensuse.org- mtp-probe no longer working in factory, wrong udev dir.
* Sat Sep 22 2012 toddrme2178AATTgmail.com- updated to 1.1.5 - Soname libmtp.so.9.0.5 - binary compatible - Stop forcing altinterface 0! That bug has been around like forever and libgphoto2 never did this. It screws up some Samsung devices and is the prime reason for releasing this update so soon after 1.1.4 as I know a lot of people out there have Samsung devices! - Integrated Sajid Anwars hard long-term work on MTPZ. There are no secret keys or certificates inside libmtp, if you need these to talk to your MTPZ device (Zune models, Windows Phones) you need to get a file of secrets from some other place, preferably Microsoft. - Expose getthumbnail method and the Add Storage events as needed for a GNOME VFS project by Philip Langdale. - Rearrange and try to understand some SONY device modes again and again. - A udev script fix from Alessio Treglia to avoid poking around on Canon EOS 3D. - Devices, devices, devices...- Add libgrypt buildrequires for MTPZ support
* Sun Aug 19 2012 meissnerAATTsuse.com- updated to 1.1.4 - various bugfixes, especially in Samsung
* - lots of new ids
* Tue Apr 03 2012 meissnerAATTsuse.de- updated to 1.1.3 - Soname libmtp.so.9.0.3 - binary compatible. - Probably nailed the bugs in the Samsung Galaxy Tab S2 family of devices. Ignacio Martinez helped us fixing this! - Build fixes by Alessio Treglia and others. - A horde of new devices in the database.
* Tue Jan 31 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions
* Fri Jan 13 2012 meissnerAATTsuse.de- updated to 1.1.2
* device updates
* ported to use libusb 1.0
* Autodetect \"sony.net\" devices
* Thu Dec 29 2011 jengelhAATTmedozas.de- Remove redundant tags/sections (authors list, already in package as a file); put %description after %package- Parallel build with %_smp_mflags
* Thu Dec 29 2011 adrianAATTsuse.de- add support for Galaxy Nexus
* Wed Dec 21 2011 adrianAATTsuse.de- updated to 1.1.1
* device updates
* Mon Sep 19 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 2011 andrea.turriniAATTgmail.com- fixed typos in descriptions of libmtp.spec
* Tue Feb 15 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 2011 meissnerAATTsuse.de- do not greedily match all PTP cameras in the udev rules.
* Mon Jan 10 2011 meissnerAATTsuse.de- updated to 1.0.4 incremental release
* new ids
* bugfixes
* new udev rules for new udev
* Sun May 23 2010 meissnerAATTnovell.com- updated to 1.0.3 incremental release
* some new ids
* some smaller bugfixes- buildrequre pkg-config
* Wed Apr 28 2010 meissnerAATTsuse.de- updated to intermediate snapshot
* Samsung fixes and new ids
* various small bugfixes
* Mon Feb 01 2010 meissnerAATTsuse.de- updated to 1.0.2 bugfix release
* new ids: Samsung, Archos, Blackberry, ...
* bugfixes
* Wed Sep 16 2009 meissnerAATTsuse.de- updated to 1.0.1 bugfix release
* last patches included
* some more bug flags for devices
* Sat Sep 05 2009 meissnerAATTsuse.de- bugfixes to \"fast metadata loading\" method
* Tue Aug 04 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 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.