Marcus Meissner
687d9db8f8
* new ids * bugfixes * new udev rules for new udev OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=16
316 lines
10 KiB
Plaintext
316 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 10 10:28:34 CET 2011 - meissner@suse.de
|
|
|
|
- updated to 1.0.4 incremental release
|
|
* new ids
|
|
* bugfixes
|
|
* new udev rules for new udev
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 23 11:34:39 UTC 2010 - meissner@novell.com
|
|
|
|
- updated to 1.0.3 incremental release
|
|
* some new ids
|
|
* some smaller bugfixes
|
|
- buildrequre pkg-config
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 28 13:28:02 CEST 2010 - meissner@suse.de
|
|
|
|
- updated to intermediate snapshot
|
|
* Samsung fixes and new ids
|
|
* various small bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 14:19:31 CET 2010 - meissner@suse.de
|
|
|
|
- updated to 1.0.2 bugfix release
|
|
* new ids: Samsung, Archos, Blackberry, ...
|
|
* bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 11:17:26 CEST 2009 - meissner@suse.de
|
|
|
|
- updated to 1.0.1 bugfix release
|
|
* last patches included
|
|
* some more bug flags for devices
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 5 21:01:26 CEST 2009 - meissner@suse.de
|
|
|
|
- bugfixes to "fast metadata loading" method
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 09:39:55 CEST 2009 - meissner@suse.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 14:59:24 CET 2009 - meissner@suse.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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 15 11:54:26 CET 2008 - meissner@suse.de
|
|
|
|
- detach the Cowon iAudio 7 from usb-storage on start to make it work
|
|
bnc#457931
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 7 23:52:13 CET 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.3.4
|
|
* Check propdesc before setting props in create_new_abstract_list() (Richard)
|
|
* Fix several bugs in Ogg filetype support (Alvin)
|
|
* New flag for broken handling of PTP_OPC_DateModified, tag all
|
|
SanDisk devices with this flag. Bug appeared in them. (Linus)
|
|
* Sync in upstream updates to PTP baseline (Linus)
|
|
* Detect and warn on broken OPLs (Richard)
|
|
* Fix the association type problem on LIBMTP_Create_Folder(). This
|
|
caused folders not to work properly on some devices!! (Linus)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 22 16:17:20 CEST 2008 - mrueckert@suse.de
|
|
|
|
- fix debug_packages_requires define
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 26 07:39:22 CEST 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.3.3
|
|
- lots of new ids
|
|
- protocol bugfixes for Samsung and Creative devices
|
|
- bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 27 12:16:56 CEST 2008 - meissner@suse.de
|
|
|
|
- let debuginfo require libmtp8
|
|
- disable static libs and .la files
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 26 14:41:28 CEST 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.3.1
|
|
- lots of new ids
|
|
- sansa player handling better now
|
|
- special playlist support for a subkind of devices
|
|
- commandline tools now live in mtp-tools, libmtp is empty.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 24 10:27:48 CEST 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.3.0
|
|
- new major version 8 due to API changes
|
|
- new devices
|
|
- lots of bugfixes
|
|
- libmtp7 renamed to libmtp8
|
|
- doxygen added as buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 11 08:11:30 CET 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.6.1
|
|
- disabled debug
|
|
- info.bus -> info.subsystem in FDI file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 3 09:57:15 CET 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.6
|
|
- some new devices
|
|
- bugfixes
|
|
- remove LIBMTP_Set_Object_Parent function -> new major
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 9 08:44:12 CET 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.5
|
|
- several new devices
|
|
- code cleanups and bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 26 10:03:58 CET 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.4
|
|
- various bug fixes and new fixes
|
|
- header-repairing for Zen devices
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 28 09:53:09 CET 2007 - meissner@suse.de
|
|
|
|
- --program-prefix=mtp- is needed.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 26 11:16:25 CEST 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.3
|
|
- new devices added
|
|
- varous bugfixes, speed ups
|
|
- bumped so from 6 to 7
|
|
- split off libmtp7 package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 8 18:07:28 CEST 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.2
|
|
- bugfixes, new devices, faster metadata read
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 10 13:49:23 CEST 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.1 release
|
|
- fixed for LFS support
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 4 23:46:47 CEST 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.2.0 release
|
|
- more USB ids
|
|
- 64bit handling
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 16:14:51 CEST 2007 - meissner@suse.de
|
|
|
|
- uprgaded to current CVS state
|
|
- caching of fs and metadata
|
|
- new devices
|
|
- ptp reset binary
|
|
- bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 4 11:09:29 CEST 2007 - stbinner@suse.de
|
|
|
|
- fix build requires for older distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 21:32:29 CEST 2007 - olh@suse.de
|
|
|
|
- Buildrequires libusb -> libusb-devel
|
|
Remove unneded Requires libusb
|
|
-devel package requires libusb-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 27 09:02:10 CEST 2007 - meissner@suse.de
|
|
|
|
- upstream 0.1.5
|
|
- uses SetObjPropList for most devices
|
|
- usb lowlevel communication fixes for
|
|
stubborn devices
|
|
- some new ids
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 23:56:48 CET 2007 - meissner@suse.de
|
|
|
|
- upstream 0.1.4
|
|
- lots of bugfixes
|
|
- multiple device handling
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 8 10:16:36 CET 2007 - dmueller@suse.de
|
|
|
|
- split into -devel subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 17 11:28:17 CET 2007 - meissner@suse.de
|
|
|
|
- upstream 0.1.3
|
|
- bugfixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 10 10:59:43 CET 2007 - meissner@suse.de
|
|
|
|
- use %run_ldconfig in post/postun. (from rpmlint)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 8 16:37:42 CET 2007 - meissner@suse.de
|
|
|
|
- Upgraded to 0.1.2:
|
|
- new devices
|
|
- lots of bugfixes, rewritten lowlevel
|
|
communications layer.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 2 12:47:17 CET 2006 - meissner@suse.de
|
|
|
|
- Upgraded to 0.1.0:
|
|
- new devices
|
|
- metadata, tracks, vcf handling
|
|
- enhanced tools
|
|
- HAL snippet
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 21 12:29:13 CEST 2006 - meissner@suse.de
|
|
|
|
- Upgraded to 0.0.19:
|
|
- formatting of devices added
|
|
- lots of fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 13:29:55 CEST 2006 - meissner@suse.de
|
|
|
|
- Upgraded to 0.0.16
|
|
- better handling of non-ascii filenames
|
|
- handling of large files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 10:43:23 CEST 2006 - meissner@suse.de
|
|
|
|
- libmtp 0.0.13
|
|
- Library to access MTP devices.
|
|
- Small sample tools for accessing.
|