Linus Walleij | 345a337 | 2006-06-03 20:55:25 +0000 | [diff] [blame^] | 1 | 2006-06-03 Linus Walleij <triad@df.lth.se> |
| 2 | |
| 3 | * src/libmtp.c: metadata bugs, album name and genre |
| 4 | confused. Fixe it and released libmtp 0.0.7. |
| 5 | |
Linus Walleij | dc09dc0 | 2006-06-01 14:23:41 +0000 | [diff] [blame] | 6 | 2006-06-01 Linus Walleij <triad@df.lth.se> |
| 7 | |
| 8 | * Released libmtp 0.0.6. |
| 9 | |
Linus Walleij | 549ec4d | 2006-05-31 19:59:52 +0000 | [diff] [blame] | 10 | 2006-05-31 Linus Walleij <triad@df.lth.se> |
| 11 | |
| 12 | * src/libmtp.c: fixed mapping for JPEG vs JFIF |
| 13 | * src/libmtp.h.in: added proper type for JPEG |
| 14 | * examples/sendfile.c: send proper JPEG type |
| 15 | |
Linus Walleij | d3fdd97 | 2006-05-30 15:51:37 +0000 | [diff] [blame] | 16 | 2006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net> |
| 17 | |
| 18 | * src/libmtp.c: fixed a bug in update metadata due to |
| 19 | bad use of return code. |
| 20 | * src/libusb-glue.c: fixed a loop exiting problem with |
| 21 | good 'ol GOTO. |
| 22 | |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 23 | 2006-05-29 Linus Walleij <triad@df.lth.se> |
| 24 | |
| 25 | * src/libusb-glue.c: one more device. |
| 26 | * doc/examples.h: produce correct documentation. |
| 27 | * configure.ac: bump to 0.0.6. |
Linus Walleij | f67bca9 | 2006-05-29 09:33:39 +0000 | [diff] [blame] | 28 | * src/ptp.c: sync to libgphoto2. |
| 29 | * src/ptp.h: ditto. |
| 30 | * src/ptp-pack.c: ditto. |
Linus Walleij | f0f3d48 | 2006-05-29 14:10:21 +0000 | [diff] [blame] | 31 | * src/libmtp.c: fixed all filetype API related functions |
| 32 | not to use any PTP intrinsic defines at all, made all |
| 33 | parameters to functions use the internal libmtp interface |
| 34 | enumerations and definitions. Removed LIBMTP_Release(): |
| 35 | we can live with the memory lost during init. You're not |
| 36 | supposed to re-initialize the device. Consequently removed |
| 37 | the delete function that cleaned the filetype assoc list. |
| 38 | * examples/refactortest.c: reflect changes. |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 39 | |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 40 | 2006-05-26 Dave Kelly <libmtp@ravelox.co.uk> |
| 41 | |
| 42 | * src/libmtp.c: refactored object handling to be more generic |
| 43 | * src/libmtp.h.in: ditto |
| 44 | * examples/refactortest.c: Added simple example to use refactoring |
| 45 | * examples/getplaylist.c: Added example to extract playlist data |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 46 | * src/ptp.c: Re-added ptp_get/set_objectreferences to allow |
| 47 | for playlist handling |
| 48 | * src/ptp.h: ditto |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 49 | |
Linus Walleij | 1fd2d27 | 2006-05-08 09:22:01 +0000 | [diff] [blame] | 50 | 2006-05-08 Linus Walleij <triad@df.lth.se> |
| 51 | |
| 52 | * src/libmtp.h.in: add simple detection function. |
| 53 | * src/libusb-glue.c: implement MTP "OS descriptor" for |
| 54 | looking for MTP devices. |
| 55 | * examples/detect.c: make it possible to do very |
| 56 | rudimentary detection with "detect -p". |
| 57 | * configure.ac: bump to 0.0.5. |
| 58 | |
Linus Walleij | 685137f | 2006-05-07 18:09:02 +0000 | [diff] [blame] | 59 | 2006-05-07 Linus Walleij <triad@df.lth.se> |
| 60 | |
| 61 | * COPYING: since we no longer use any parts of libptp2 |
| 62 | and only files from libgphoto2, we switch to the GNU |
| 63 | Lesser General Public License (GNU LGPL). libptp2 is |
| 64 | a derived work from libgphoto2, and so is libmtp, there |
| 65 | are no remnants of libptp2 in libmtp anymore. |
| 66 | |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 67 | 2006-05-04 Linus Walleij <triad@df.lth.se> |
| 68 | |
| 69 | * examples/sendfile.c: fixes some more filetypes. |
Linus Walleij | 453813c | 2006-05-04 19:46:43 +0000 | [diff] [blame] | 70 | * src/libmtp.c: respectfully rearranged to use a filetype mapping |
| 71 | table. |
| 72 | * src/ptp-pack.c: real nasty unicode packing bug. |
| 73 | * Release libmtp 0.0.4. |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 74 | |
Linus Walleij | d6a4997 | 2006-05-02 08:24:54 +0000 | [diff] [blame] | 75 | 2006-05-02 Linus Walleij <triad@df.lth.se> |
| 76 | |
| 77 | * src/libmtp.c: general shaping up for release. All track |
| 78 | and file sending functions now respects a parent ID to be |
| 79 | sent along with files and tracks. |
| 80 | * src/libmtp.h.in: dito. |
| 81 | * src/libusb-glue.c: dito. |
| 82 | * examples/sendfile.c: interface dependency changes. |
| 83 | * examples/sendtr.c: dito. |
| 84 | |
Linus Walleij | c60275a | 2006-04-30 10:58:11 +0000 | [diff] [blame] | 85 | 2006-04-30 Linus Walleij <triad@df.lth.se> |
| 86 | |
| 87 | * src/ptp.c: sync upstream. |
| 88 | * src/ptp.h: dito. |
| 89 | |
Linus Walleij | 370c68d | 2006-04-27 14:19:01 +0000 | [diff] [blame] | 90 | 2006-04-27 Linus Walleij <triad@df.lth.se> |
| 91 | |
| 92 | * examples/sendfile.c: first file sender program based |
| 93 | on API implementation and changes by Chris Allegretta. |
| 94 | * examples/Makefile.am: new program, new entry. |
| 95 | * src/libmtp.c: reflect this new functionality. |
| 96 | * src/libmtp.h.in: dito. |
| 97 | |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 98 | 2006-04-25 Linus Walleij <triad@df.lth.se> |
| 99 | |
| 100 | * Rebased the sources around libgphoto2 instead. |
| 101 | This was a major revision... |
| 102 | * src/ptp.c: imported libgphoto2 version verbatim. |
| 103 | * src/ptp.h: imported libgphoto2 version, minor patch. |
| 104 | * src/ptp-pack.c: imported libgphoto2 version, minor patch. |
Linus Walleij | 9a96f0b | 2006-04-25 08:46:59 +0000 | [diff] [blame] | 105 | * src/ptp-pack.h: dropped, libgphoto2 does not use it. |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 106 | * src/mtp.c: dropped, since all functions are now in ptp.c |
| 107 | * src/mtp-pack.c: dropped, same reason. |
| 108 | * src/mtp.h: dropped, same reason. |
| 109 | * src/mtp-pack.h: dropped, same reason. |
| 110 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 111 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 112 | |
Linus Walleij | 902c0b9 | 2006-04-21 10:52:48 +0000 | [diff] [blame] | 113 | * Released libmtp 0.0.3 |
| 114 | * Bumped source to 0.0.4 |
| 115 | |
| 116 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 117 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 118 | * src/ptp-pack.c: GCC 4.x compilation patch from |
| 119 | Diego Pettenò. |
Linus Walleij | a06a279 | 2006-04-21 07:52:26 +0000 | [diff] [blame] | 120 | * src/libusb-glue.c: New Samsung device and some |
| 121 | from libgphoto2. |
Linus Walleij | 9c6ca02 | 2006-04-21 10:24:15 +0000 | [diff] [blame] | 122 | * src/ptp.h: some defines from libgphoto2 to get |
| 123 | a bit more compatible. |
| 124 | * src/libmtp.c: Added a folder API implementation by |
| 125 | Dave "ravelox" Kelly. |
| 126 | * src/libmtp.h.in: dito. |
| 127 | * examples/folders.c: dito. |
| 128 | * examples/newfolder.c: dito. |
| 129 | * examples/trexist.c: dito. |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 130 | |
Linus Walleij | 6fd2f08 | 2006-03-28 07:19:22 +0000 | [diff] [blame] | 131 | 2006-03-28 Linus Walleij <triad@df.lth.se> |
| 132 | |
| 133 | * m4/*: updated macros to work with GCC 4.1.0. |
| 134 | * examples/hotplug.c: new program to create device |
| 135 | ID lists. |
| 136 | * libmtp.rules: now an auto-generated file. |
| 137 | * libmtp.usermap: now an auto-generated file. |
| 138 | |
Linus Walleij | f6bc178 | 2006-03-24 15:12:47 +0000 | [diff] [blame] | 139 | 2006-03-24 Linus Walleij <triad@df.lth.se> |
| 140 | |
| 141 | * Beginning a file API, fixed some example program |
| 142 | names and such. |
| 143 | |
Linus Walleij | 6946ac5 | 2006-03-21 06:51:22 +0000 | [diff] [blame] | 144 | 2006-03-18 Linus Walleij <triad@df.lth.se> |
| 145 | |
| 146 | * Fixed up callback interface to a simpler version, |
| 147 | the old one was bloated stuff from libnjb anyway. |
| 148 | Bump to 0.0.2. |
| 149 | |
Linus Walleij | 9b28da3 | 2006-03-16 13:47:58 +0000 | [diff] [blame] | 150 | 2006-03-16 Linus Walleij <triad@df.lth.se> |
| 151 | |
| 152 | * Fixed the .h file and implementation so you really only |
| 153 | need this one .h file to interface the library. |
| 154 | |
Linus Walleij | 8012406 | 2006-03-15 10:26:09 +0000 | [diff] [blame] | 155 | 2006-03-15 Linus Walleij <triad@df.lth.se> |
| 156 | |
| 157 | * Added three device information retrieval functions. |
| 158 | |
Linus Walleij | 15e344f | 2006-03-06 15:15:00 +0000 | [diff] [blame] | 159 | 2006-03-06 Linus Walleij <triad@df.lth.se> |
| 160 | |
| 161 | * Moving some things around to structure the source. More |
| 162 | will be needed... |
| 163 | |
Linus Walleij | 9321860 | 2006-02-27 08:53:38 +0000 | [diff] [blame] | 164 | 2006-02-27 Linus Walleij <triad@df.lth.se> |
| 165 | |
| 166 | * Release libmtp 0.0.1 so people have something to play with, |
| 167 | what the heck. Probably saves someones day. |
| 168 | |
Linus Walleij | 95698cd | 2006-02-24 10:40:40 +0000 | [diff] [blame] | 169 | 2006-02-24 Linus Walleij <triad@df.lth.se> |
| 170 | |
| 171 | * Deltr example program to delete tracks, plus corresponding |
| 172 | interface call. |
| 173 | |
Linus Walleij | 17e39f7 | 2006-02-23 15:54:28 +0000 | [diff] [blame] | 174 | 2006-02-23 Linus Walleij <triad@df.lth.se> |
| 175 | |
| 176 | * Fixed up sendtr program and metadata tagging function that is |
| 177 | used after sending files. |
| 178 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 179 | 2006-02-22 Linus Walleij <triad@df.lth.se> |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 180 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 181 | * Untested gettr.c and sendtr.c programs to get and send tracks |
| 182 | created. |
| 183 | |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 184 | 2006-01-30 Linus Walleij <triad@df.lth.se> |
| 185 | |
| 186 | * Created the initial GNU source directory structure. |
| 187 | * Added the most basic files. |