Linus Walleij | 955e6ba | 2006-09-26 16:55:10 +0000 | [diff] [blame^] | 1 | 2006-09-26 Linus Walleij <triad@df.lth.se> |
| 2 | |
| 3 | * libmtp.pc.in: require libusb instead of just linking it. |
| 4 | * configure.ac: bump release to 0.0.20 and release. |
| 5 | |
Linus Walleij | b1318d1 | 2006-09-25 14:59:26 +0000 | [diff] [blame] | 6 | 2006-09-25 Linus Walleij <triad@df.lth.se> |
| 7 | |
| 8 | * examples/evolution-sync.sh: example script to illustrate |
| 9 | to to transfer calendar, task and contact information |
| 10 | to a device supporting this. |
| 11 | |
Linus Walleij | 4ef39e6 | 2006-09-19 14:11:52 +0000 | [diff] [blame] | 12 | 2006-09-19 Linus Walleij <triad@df.lth.se> |
| 13 | |
| 14 | * src/libmtp.h.in: fixed attribute IDs to be 16bit. |
| 15 | * src/libmtp.c: dito. |
| 16 | * examples/sendfile.c: support vcard3. |
| 17 | |
Linus Walleij | f248fdd | 2006-09-16 20:11:40 +0000 | [diff] [blame] | 18 | 2006-09-16 Linus Walleij <triad@df.lth.se> |
| 19 | |
| 20 | * configure.ac: bump to 0.0.19 and release. There are some |
| 21 | new devices as well. |
Linus Walleij | 5b5c785 | 2006-09-16 20:23:37 +0000 | [diff] [blame] | 22 | * src/unicode.c: retire unused code. |
Linus Walleij | f248fdd | 2006-09-16 20:11:40 +0000 | [diff] [blame] | 23 | |
Linus Walleij | b8bfcb2 | 2006-09-13 12:14:28 +0000 | [diff] [blame] | 24 | 2006-09-13 Linus Walleij <triad@df.lth.se> |
| 25 | |
| 26 | * examples/format.c: formatting test program. |
| 27 | * examples.Makefile.am: added format. |
| 28 | |
Linus Walleij | 13374a4 | 2006-09-13 11:55:30 +0000 | [diff] [blame] | 29 | 2006-09-13 Andy Kelk <andy@mopoke.co.uk> |
| 30 | |
| 31 | * src/libmtp.h.in: added interface to format storage. |
| 32 | * src/libmtp.c: dito. |
| 33 | * src/ptp.c: dito. |
| 34 | * src/ptp.h: dito. |
| 35 | |
Linus Walleij | d31e619 | 2006-09-12 07:55:27 +0000 | [diff] [blame] | 36 | 2006-09-12 Linus Walleij <triad@df.lth.se> |
| 37 | |
| 38 | * configure.ac: bump release. Released 0.0.18 yesterday. |
| 39 | * src/libmtp.c: do not try to read battery max level unless |
| 40 | the device supports it. (Bug occurred on Toshiba Gigabeat |
| 41 | P10.) |
| 42 | |
Linus Walleij | d5d51c8 | 2006-09-11 06:57:50 +0000 | [diff] [blame] | 43 | 2006-09-11 Linus Walleij <triad@df.lth.se> |
| 44 | |
| 45 | * src/libusb-glue.c: messed around a bit with device descriptor |
| 46 | detection so as to bring closer to libgphoto2 detection algorithm. |
| 47 | I've seen things that might be false positives, possibly USB mass |
| 48 | storage devices with additional MSFT descriptors to indicate they |
| 49 | have Janus DRM. |
| 50 | * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc |
| 51 | knows that UCS-2 is in machine endianness but Darwin and *BSD does |
| 52 | not. Detect C library and switch accordingly. |
| 53 | * src/unicode.c: retire old unicode code only keep things we cannot |
| 54 | live without. Remove the own internal UCS-2 conversion engine and |
| 55 | the internal iconv() engine and use the one already available in |
| 56 | PTPParams. |
| 57 | * src/unicode.h: dito. |
| 58 | |
Linus Walleij | 0558ac5 | 2006-09-07 06:55:03 +0000 | [diff] [blame] | 59 | 2006-09-07 Linus Walleij <triad@df.lth.se> |
| 60 | |
| 61 | * src/libusb-glue.h: added device flags so we can make |
| 62 | the code behave differently on certain devices. |
| 63 | * src/libusb-glue.c: dito, plus removed some debug prints. |
| 64 | * src/libmtp.c: docs. |
| 65 | * src/libmtp.h.in: added device_flags to device list struct. |
| 66 | * src/Makefile.am: bumped to compatible library interface. |
| 67 | * configure.ac: bump version to 0.0.18 (0.0.17 released |
| 68 | yesterday). |
| 69 | |
Richard Low | 6ec2cc1 | 2006-09-06 16:59:16 +0000 | [diff] [blame] | 70 | 2006-09-06 Richard Low <richard@wentnet.com> |
| 71 | |
| 72 | * src/libusb-glue.c: changed packet sizes to improve |
| 73 | transfer speeds. |
| 74 | * src/libmtp.c: changed packet sizes to improve transfer |
| 75 | transfer speeds. Also stopped extra ptp_getobjectinfo |
| 76 | calls when getting directories on connect. |
| 77 | |
Linus Walleij | 7f0c72e | 2006-09-06 13:01:58 +0000 | [diff] [blame] | 78 | 2006-09-06 Linus Walleij <triad@df.lth.se> |
| 79 | |
| 80 | * src/libusb-glue.c: fixed some endpoint size detection |
| 81 | and sending special file sizes stuff. Real hairy bug... |
| 82 | Also messed around a bit with the callbacks. |
| 83 | * src/libmtp.c: changes for callback size detection. |
| 84 | |
Linus Walleij | a9310fa | 2006-09-04 06:47:42 +0000 | [diff] [blame] | 85 | 2006-09-04 Linus Walleij <triad@df.lth.se> |
| 86 | |
| 87 | * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE |
| 88 | instead of magic values. |
| 89 | |
Linus Walleij | d7aa5b2 | 2006-09-02 11:52:31 +0000 | [diff] [blame] | 90 | 2006-09-02 Linus Walleij <triad@df.lth.se> |
| 91 | |
Linus Walleij | cd3eb3d | 2006-09-02 21:33:22 +0000 | [diff] [blame] | 92 | * src/libmtp.c: add some code to have |
| 93 | LIBMTP_Send_File_From_File_Descriptor() accept a stream |
| 94 | if size is set to (uint64_t) -1, plus documentation fixes. |
| 95 | I don't think the streaming code will work but whoever want |
| 96 | to experiment with it has a place to start. |
| 97 | * examples/refactortest.c: removed. Who uses this? |
Linus Walleij | d7aa5b2 | 2006-09-02 11:52:31 +0000 | [diff] [blame] | 98 | |
Linus Walleij | da9500d | 2006-08-30 13:17:06 +0000 | [diff] [blame] | 99 | 2006-08-30 Linus Walleij <triad@df.lth.se> |
| 100 | |
| 101 | * configure.ac: version bump. |
| 102 | * src/libmtp.c: more debug prints. |
| 103 | * src/libusb-glue.c: new iRiver device called Clix. By |
| 104 | the way I released libmtp 0.0.16 yesterday. |
| 105 | |
Linus Walleij | a823a70 | 2006-08-27 21:27:46 +0000 | [diff] [blame] | 106 | 2006-08-28 Linus Walleij <triad@df.lth.se> |
| 107 | |
| 108 | * configure.ac: version bump. |
| 109 | * src/ptp-pack.c: upstream has committed my patch giving full |
| 110 | unicode support in libgphoto2 ptp2 camlib. No need for |
| 111 | any more ugly workarounds, plus we now have full unicode |
| 112 | filenames! |
| 113 | * src/ptp.c: dito. |
| 114 | * src/ptp.h: dito. |
| 115 | * src/libmtp.c: revamp to use the new unicode support in |
| 116 | libgphoto2. |
| 117 | * src/unicode.c: remove unused functionality. |
| 118 | * src/unicode.h: dito. |
| 119 | |
Linus Walleij | ee73ef2 | 2006-08-27 19:56:00 +0000 | [diff] [blame] | 120 | 2006-08-27 Linus Walleij <triad@df.lth.se> |
| 121 | |
| 122 | * configure.ac: version bump. Release all these fixes |
| 123 | as 0.0.15. |
| 124 | * src/libusb-glue.c: fixed sucky errors. Added callback |
| 125 | code when reading files. |
| 126 | * src/libusb-glue.h: const correctness. |
| 127 | * src/libmtp.h.in: finally fixup the type on the callbacks. |
| 128 | * src/libmtp.c: more accurate sending callbacks. Callbacks |
| 129 | when getting files also, working correctly. Typeing of |
| 130 | callbacks now OK. |
| 131 | * examples/getfile.c: some display bar cosmetic fixup. |
| 132 | * TODO: lots of the things todo are now done. |
| 133 | |
Linus Walleij | d214b9b | 2006-08-26 22:08:37 +0000 | [diff] [blame] | 134 | 2006-08-26 Linus Walleij <triad@df.lth.se> |
| 135 | |
| 136 | * configure.ac: version bump. |
| 137 | * src/libmtp.c: fix bug and reinstate callbacks. |
| 138 | * src/libusb-glue.h: dito. |
| 139 | * src/libusb-glue.c: dito. |
| 140 | |
Linus Walleij | e7f44be | 2006-08-25 19:32:29 +0000 | [diff] [blame] | 141 | 2006-08-25 Linus Walleij <triad@df.lth.se> |
| 142 | |
| 143 | * src/libmtp.c: use the new file descriptor sender function. |
| 144 | Going to release this as 0.0.13. |
| 145 | * src/ptp.c: upstream accepted patches synced in. |
| 146 | * src/ptp.h: dito. |
| 147 | |
Linus Walleij | eab650b | 2006-08-21 23:26:37 +0000 | [diff] [blame] | 148 | 2006-08-22 Linus Walleij <triad@df.lth.se> |
| 149 | |
Linus Walleij | 80d134a | 2006-08-22 21:41:37 +0000 | [diff] [blame] | 150 | * src/libusb-glue.c: found a real nasty endpoint bug, |
| 151 | code from libgphoto2 was assuming max packet size of |
| 152 | 512 bytes while it is 64 when a USB 2.0 device is |
| 153 | plugged into an UHCI hub. |
| 154 | |
| 155 | 2006-08-22 Linus Walleij <triad@df.lth.se> |
| 156 | |
Linus Walleij | eab650b | 2006-08-21 23:26:37 +0000 | [diff] [blame] | 157 | * configure.ac: bump to 0.0.13, also released 0.0.12 now. |
| 158 | |
Linus Walleij | 924236a | 2006-08-20 22:17:58 +0000 | [diff] [blame] | 159 | 2006-08-21 Linus Walleij <triad@df.lth.se> |
| 160 | |
| 161 | * src/libmtp.c: fixup mmap() usage and add madvise() |
Linus Walleij | 96c6243 | 2006-08-21 10:04:02 +0000 | [diff] [blame] | 162 | as result of experiments by Gavin McCullagh. Upstream |
| 163 | accept patch to get files directly to file descriptor. |
Linus Walleij | 3ec8631 | 2006-08-21 13:25:24 +0000 | [diff] [blame] | 164 | Move iconv() converters into device struct for thread |
| 165 | safety. |
Linus Walleij | 96c6243 | 2006-08-21 10:04:02 +0000 | [diff] [blame] | 166 | * src/ptp.c: sync to upstream which merges patch to get |
| 167 | file directly to file descriptor. |
| 168 | * src/ptp.h: dito. |
Linus Walleij | 3ec8631 | 2006-08-21 13:25:24 +0000 | [diff] [blame] | 169 | * src/unicode.c: move iconv() converters into the device |
| 170 | struct for thread safety. |
| 171 | * src/unicode.h: dito. |
Linus Walleij | 924236a | 2006-08-20 22:17:58 +0000 | [diff] [blame] | 172 | |
Linus Walleij | 3065879 | 2006-08-19 22:18:55 +0000 | [diff] [blame] | 173 | 2006-08-20 Linus Walleij <triad@df.lth.se> |
| 174 | |
| 175 | * src/libmtp.h.in: set friendly name and sync partner, |
| 176 | rename ownername to friendlyname. |
| 177 | * src/libmtp.c: dito. |
| 178 | * examples/detect.c: reflect changes. |
| 179 | * src/Makefile.am: interface is incompatible so age it. |
| 180 | |
Linus Walleij | fae2748 | 2006-08-19 20:13:25 +0000 | [diff] [blame] | 181 | 2006-08-19 Linus Walleij <triad@df.lth.se> |
| 182 | |
| 183 | * src/libmtp.h.in: add function to get syncronization |
| 184 | partner for the device. |
| 185 | * src/libmtp.c: dito. |
| 186 | * examples/detect.c: use that function. |
| 187 | * src/Makefile.am: backward-compatible interface bump. |
| 188 | |
Linus Walleij | 16571dc | 2006-08-17 20:27:46 +0000 | [diff] [blame] | 189 | 2006-08-17 Linus Walleij <triad@df.lth.se> |
| 190 | |
| 191 | * configure.ac: bump to 0.0.12 and require iconv.h. |
| 192 | |
| 193 | 2006-08-16 Linus Walleij <triad@df.lth.se> |
| 194 | |
| 195 | * src/unicode.c: remove bigendian weirdness and switch |
| 196 | to using iconv() instead. |
| 197 | * src/unicode.h: dito. |
| 198 | * src/libmtp.c: reflect changes. |
| 199 | |
Linus Walleij | 3e188f1 | 2006-08-09 20:46:05 +0000 | [diff] [blame] | 200 | 2006-08-09 Linus Walleij <triad@df.lth.se> |
| 201 | |
| 202 | * Release libmtp 0.0.11. |
| 203 | |
Linus Walleij | 2eb884b | 2006-08-04 19:17:36 +0000 | [diff] [blame] | 204 | 2006-08-04 Linus Walleij <triad@df.lth.se> |
| 205 | |
| 206 | * src/libmtp.c: patch from Dan Aloni to make sendfile |
| 207 | use mmap and avoid memory drainage. |
Linus Walleij | 9eb3d31 | 2006-08-04 19:25:59 +0000 | [diff] [blame] | 208 | * src/libusb-glue.c: patch from Andy Kelk to avoid |
| 209 | exit():ing when the interface cannot be claimed. |
Linus Walleij | 232943d | 2006-08-04 19:26:53 +0000 | [diff] [blame] | 210 | * configure.ac: version bump. |
Linus Walleij | 2eb884b | 2006-08-04 19:17:36 +0000 | [diff] [blame] | 211 | |
Linus Walleij | aa4b075 | 2006-07-26 22:21:04 +0000 | [diff] [blame] | 212 | 2006-07-27 Linus Walleij <triad@df.lth.se> |
| 213 | |
| 214 | * Release libmtp 0.0.10. |
| 215 | |
Linus Walleij | 17b55ea | 2006-07-26 13:54:00 +0000 | [diff] [blame] | 216 | 2006-07-26 Linus Walleij <triad@df.lth.se> |
| 217 | |
| 218 | * src/libusb-glue.c: new SanDisk devices. |
Linus Walleij | 00cf064 | 2006-07-26 20:40:59 +0000 | [diff] [blame] | 219 | * src/libmtp.c: only set metdata properties supported by |
| 220 | the device, duh. |
Linus Walleij | aa4b075 | 2006-07-26 22:21:04 +0000 | [diff] [blame] | 221 | * src/ptp.c: sync to upstream. |
| 222 | * src/ptp.h: sync to upstream. |
| 223 | * configure.ac: bump to 0.0.10. |
Linus Walleij | 17b55ea | 2006-07-26 13:54:00 +0000 | [diff] [blame] | 224 | |
Linus Walleij | c187cb9 | 2006-06-22 17:58:13 +0000 | [diff] [blame] | 225 | 2006-06-22 Linus Walleij <triad@df.lth.se> |
| 226 | |
| 227 | * Release libmtp 0.0.9. |
| 228 | |
Linus Walleij | 8ab5426 | 2006-06-21 07:12:28 +0000 | [diff] [blame] | 229 | 2006-06-21 Linus Walleij <triad@df.lth.se> |
| 230 | |
| 231 | * src/libmtp.h.in: added function to retrieve supported |
| 232 | filetypes. |
| 233 | * src/libmtp.c: ditto. |
| 234 | * examples/detect.c: use that function. |
| 235 | |
Linus Walleij | cf223e6 | 2006-06-19 09:31:53 +0000 | [diff] [blame] | 236 | 2006-06-19 Linus Walleij <triad@df.lth.se> |
| 237 | |
| 238 | * src/unicode.c: support all endianness, detect |
| 239 | byte-order-mark |
| 240 | * src/unicode.h: ditto. |
| 241 | * src/libmtp.c: ditto. |
| 242 | * examples/detect.c: use proper tempfile function. |
| 243 | * src/libmtp.h.in: add some more track properties. |
| 244 | * src/libmtp.c: ditto. |
| 245 | * examples/tracks.c: ditto. |
| 246 | |
Linus Walleij | 2e4b5f9 | 2006-06-16 14:00:49 +0000 | [diff] [blame] | 247 | 2006-06-16 Linus Walleij <triad@df.lth.se> |
| 248 | |
| 249 | * src/libmtp.h.in: new interfaces for single metadata post |
| 250 | retrieveal. |
| 251 | * src/libmtp.c: ditto. |
| 252 | * examples/playlists.c: display track info using the new |
| 253 | individual track metadata retrieveal method. |
| 254 | * examples/getplaylist.c: ditto. |
| 255 | |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 256 | 2006-06-13 Linus Walleij <triad@df.lth.se> |
| 257 | |
| 258 | * src/libmtp.h.in: added default folders to device struct. |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 259 | Add some new function prototypes. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 260 | * src/libmtp.c: discover and use the default folders if |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 261 | we can find them. Retrieve device secure time and cert |
| 262 | out of sheer curiosity. |
| 263 | * src/ptp.c: sync to libgphoto2 with my patches. |
| 264 | * src/ptp.h: ditto. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 265 | |
Linus Walleij | 438bd7f | 2006-06-08 11:35:44 +0000 | [diff] [blame] | 266 | 2006-06-07 Linus Walleij <triad@df.lth.se> |
| 267 | |
| 268 | * src/libmtp.h.in: new playlist API and refactorings. |
| 269 | * src/libmtp.c: ditto, and refactorings. |
| 270 | * src/unicode.h: const correctness. |
| 271 | * src/unicode.c: ditto. |
| 272 | * examples/playlists.c: new example program. |
| 273 | * configure.ac: bump to 0.0.9 |
| 274 | * src/Makefile.am: bump library interface. |
| 275 | |
Linus Walleij | 52e3ac5 | 2006-06-05 10:30:00 +0000 | [diff] [blame] | 276 | 2006-06-05 Linus Walleij <triad@df.lth.se> |
| 277 | |
| 278 | * examples/sendtr.c: fixed annoying bug that made this |
| 279 | program totally useless. |
| 280 | * src/libmtp.c: cosmetics. |
| 281 | * configure.ac: bump to 0.0.8. |
| 282 | |
Linus Walleij | 345a337 | 2006-06-03 20:55:25 +0000 | [diff] [blame] | 283 | 2006-06-03 Linus Walleij <triad@df.lth.se> |
| 284 | |
| 285 | * src/libmtp.c: metadata bugs, album name and genre |
| 286 | confused. Fixe it and released libmtp 0.0.7. |
| 287 | |
Linus Walleij | dc09dc0 | 2006-06-01 14:23:41 +0000 | [diff] [blame] | 288 | 2006-06-01 Linus Walleij <triad@df.lth.se> |
| 289 | |
| 290 | * Released libmtp 0.0.6. |
| 291 | |
Linus Walleij | 549ec4d | 2006-05-31 19:59:52 +0000 | [diff] [blame] | 292 | 2006-05-31 Linus Walleij <triad@df.lth.se> |
| 293 | |
| 294 | * src/libmtp.c: fixed mapping for JPEG vs JFIF |
| 295 | * src/libmtp.h.in: added proper type for JPEG |
| 296 | * examples/sendfile.c: send proper JPEG type |
| 297 | |
Linus Walleij | d3fdd97 | 2006-05-30 15:51:37 +0000 | [diff] [blame] | 298 | 2006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net> |
| 299 | |
| 300 | * src/libmtp.c: fixed a bug in update metadata due to |
| 301 | bad use of return code. |
| 302 | * src/libusb-glue.c: fixed a loop exiting problem with |
| 303 | good 'ol GOTO. |
| 304 | |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 305 | 2006-05-29 Linus Walleij <triad@df.lth.se> |
| 306 | |
| 307 | * src/libusb-glue.c: one more device. |
| 308 | * doc/examples.h: produce correct documentation. |
| 309 | * configure.ac: bump to 0.0.6. |
Linus Walleij | f67bca9 | 2006-05-29 09:33:39 +0000 | [diff] [blame] | 310 | * src/ptp.c: sync to libgphoto2. |
| 311 | * src/ptp.h: ditto. |
| 312 | * src/ptp-pack.c: ditto. |
Linus Walleij | f0f3d48 | 2006-05-29 14:10:21 +0000 | [diff] [blame] | 313 | * src/libmtp.c: fixed all filetype API related functions |
| 314 | not to use any PTP intrinsic defines at all, made all |
| 315 | parameters to functions use the internal libmtp interface |
| 316 | enumerations and definitions. Removed LIBMTP_Release(): |
| 317 | we can live with the memory lost during init. You're not |
| 318 | supposed to re-initialize the device. Consequently removed |
| 319 | the delete function that cleaned the filetype assoc list. |
| 320 | * examples/refactortest.c: reflect changes. |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 321 | |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 322 | 2006-05-26 Dave Kelly <libmtp@ravelox.co.uk> |
| 323 | |
| 324 | * src/libmtp.c: refactored object handling to be more generic |
| 325 | * src/libmtp.h.in: ditto |
| 326 | * examples/refactortest.c: Added simple example to use refactoring |
| 327 | * examples/getplaylist.c: Added example to extract playlist data |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 328 | * src/ptp.c: Re-added ptp_get/set_objectreferences to allow |
| 329 | for playlist handling |
| 330 | * src/ptp.h: ditto |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 331 | |
Linus Walleij | 1fd2d27 | 2006-05-08 09:22:01 +0000 | [diff] [blame] | 332 | 2006-05-08 Linus Walleij <triad@df.lth.se> |
| 333 | |
| 334 | * src/libmtp.h.in: add simple detection function. |
| 335 | * src/libusb-glue.c: implement MTP "OS descriptor" for |
| 336 | looking for MTP devices. |
| 337 | * examples/detect.c: make it possible to do very |
| 338 | rudimentary detection with "detect -p". |
| 339 | * configure.ac: bump to 0.0.5. |
| 340 | |
Linus Walleij | 685137f | 2006-05-07 18:09:02 +0000 | [diff] [blame] | 341 | 2006-05-07 Linus Walleij <triad@df.lth.se> |
| 342 | |
| 343 | * COPYING: since we no longer use any parts of libptp2 |
| 344 | and only files from libgphoto2, we switch to the GNU |
| 345 | Lesser General Public License (GNU LGPL). libptp2 is |
| 346 | a derived work from libgphoto2, and so is libmtp, there |
| 347 | are no remnants of libptp2 in libmtp anymore. |
| 348 | |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 349 | 2006-05-04 Linus Walleij <triad@df.lth.se> |
| 350 | |
| 351 | * examples/sendfile.c: fixes some more filetypes. |
Linus Walleij | 453813c | 2006-05-04 19:46:43 +0000 | [diff] [blame] | 352 | * src/libmtp.c: respectfully rearranged to use a filetype mapping |
| 353 | table. |
| 354 | * src/ptp-pack.c: real nasty unicode packing bug. |
| 355 | * Release libmtp 0.0.4. |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 356 | |
Linus Walleij | d6a4997 | 2006-05-02 08:24:54 +0000 | [diff] [blame] | 357 | 2006-05-02 Linus Walleij <triad@df.lth.se> |
| 358 | |
| 359 | * src/libmtp.c: general shaping up for release. All track |
| 360 | and file sending functions now respects a parent ID to be |
| 361 | sent along with files and tracks. |
| 362 | * src/libmtp.h.in: dito. |
| 363 | * src/libusb-glue.c: dito. |
| 364 | * examples/sendfile.c: interface dependency changes. |
| 365 | * examples/sendtr.c: dito. |
| 366 | |
Linus Walleij | c60275a | 2006-04-30 10:58:11 +0000 | [diff] [blame] | 367 | 2006-04-30 Linus Walleij <triad@df.lth.se> |
| 368 | |
| 369 | * src/ptp.c: sync upstream. |
| 370 | * src/ptp.h: dito. |
| 371 | |
Linus Walleij | 370c68d | 2006-04-27 14:19:01 +0000 | [diff] [blame] | 372 | 2006-04-27 Linus Walleij <triad@df.lth.se> |
| 373 | |
| 374 | * examples/sendfile.c: first file sender program based |
| 375 | on API implementation and changes by Chris Allegretta. |
| 376 | * examples/Makefile.am: new program, new entry. |
| 377 | * src/libmtp.c: reflect this new functionality. |
| 378 | * src/libmtp.h.in: dito. |
| 379 | |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 380 | 2006-04-25 Linus Walleij <triad@df.lth.se> |
| 381 | |
| 382 | * Rebased the sources around libgphoto2 instead. |
| 383 | This was a major revision... |
| 384 | * src/ptp.c: imported libgphoto2 version verbatim. |
| 385 | * src/ptp.h: imported libgphoto2 version, minor patch. |
| 386 | * src/ptp-pack.c: imported libgphoto2 version, minor patch. |
Linus Walleij | 9a96f0b | 2006-04-25 08:46:59 +0000 | [diff] [blame] | 387 | * src/ptp-pack.h: dropped, libgphoto2 does not use it. |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 388 | * src/mtp.c: dropped, since all functions are now in ptp.c |
| 389 | * src/mtp-pack.c: dropped, same reason. |
| 390 | * src/mtp.h: dropped, same reason. |
| 391 | * src/mtp-pack.h: dropped, same reason. |
| 392 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 393 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 394 | |
Linus Walleij | 902c0b9 | 2006-04-21 10:52:48 +0000 | [diff] [blame] | 395 | * Released libmtp 0.0.3 |
| 396 | * Bumped source to 0.0.4 |
| 397 | |
| 398 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 399 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 400 | * src/ptp-pack.c: GCC 4.x compilation patch from |
| 401 | Diego Pettenò. |
Linus Walleij | a06a279 | 2006-04-21 07:52:26 +0000 | [diff] [blame] | 402 | * src/libusb-glue.c: New Samsung device and some |
| 403 | from libgphoto2. |
Linus Walleij | 9c6ca02 | 2006-04-21 10:24:15 +0000 | [diff] [blame] | 404 | * src/ptp.h: some defines from libgphoto2 to get |
| 405 | a bit more compatible. |
| 406 | * src/libmtp.c: Added a folder API implementation by |
| 407 | Dave "ravelox" Kelly. |
| 408 | * src/libmtp.h.in: dito. |
| 409 | * examples/folders.c: dito. |
| 410 | * examples/newfolder.c: dito. |
| 411 | * examples/trexist.c: dito. |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 412 | |
Linus Walleij | 6fd2f08 | 2006-03-28 07:19:22 +0000 | [diff] [blame] | 413 | 2006-03-28 Linus Walleij <triad@df.lth.se> |
| 414 | |
| 415 | * m4/*: updated macros to work with GCC 4.1.0. |
| 416 | * examples/hotplug.c: new program to create device |
| 417 | ID lists. |
| 418 | * libmtp.rules: now an auto-generated file. |
| 419 | * libmtp.usermap: now an auto-generated file. |
| 420 | |
Linus Walleij | f6bc178 | 2006-03-24 15:12:47 +0000 | [diff] [blame] | 421 | 2006-03-24 Linus Walleij <triad@df.lth.se> |
| 422 | |
| 423 | * Beginning a file API, fixed some example program |
| 424 | names and such. |
| 425 | |
Linus Walleij | 6946ac5 | 2006-03-21 06:51:22 +0000 | [diff] [blame] | 426 | 2006-03-18 Linus Walleij <triad@df.lth.se> |
| 427 | |
| 428 | * Fixed up callback interface to a simpler version, |
| 429 | the old one was bloated stuff from libnjb anyway. |
| 430 | Bump to 0.0.2. |
| 431 | |
Linus Walleij | 9b28da3 | 2006-03-16 13:47:58 +0000 | [diff] [blame] | 432 | 2006-03-16 Linus Walleij <triad@df.lth.se> |
| 433 | |
| 434 | * Fixed the .h file and implementation so you really only |
| 435 | need this one .h file to interface the library. |
| 436 | |
Linus Walleij | 8012406 | 2006-03-15 10:26:09 +0000 | [diff] [blame] | 437 | 2006-03-15 Linus Walleij <triad@df.lth.se> |
| 438 | |
| 439 | * Added three device information retrieval functions. |
| 440 | |
Linus Walleij | 15e344f | 2006-03-06 15:15:00 +0000 | [diff] [blame] | 441 | 2006-03-06 Linus Walleij <triad@df.lth.se> |
| 442 | |
| 443 | * Moving some things around to structure the source. More |
| 444 | will be needed... |
| 445 | |
Linus Walleij | 9321860 | 2006-02-27 08:53:38 +0000 | [diff] [blame] | 446 | 2006-02-27 Linus Walleij <triad@df.lth.se> |
| 447 | |
| 448 | * Release libmtp 0.0.1 so people have something to play with, |
| 449 | what the heck. Probably saves someones day. |
| 450 | |
Linus Walleij | 95698cd | 2006-02-24 10:40:40 +0000 | [diff] [blame] | 451 | 2006-02-24 Linus Walleij <triad@df.lth.se> |
| 452 | |
| 453 | * Deltr example program to delete tracks, plus corresponding |
| 454 | interface call. |
| 455 | |
Linus Walleij | 17e39f7 | 2006-02-23 15:54:28 +0000 | [diff] [blame] | 456 | 2006-02-23 Linus Walleij <triad@df.lth.se> |
| 457 | |
| 458 | * Fixed up sendtr program and metadata tagging function that is |
| 459 | used after sending files. |
| 460 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 461 | 2006-02-22 Linus Walleij <triad@df.lth.se> |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 462 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 463 | * Untested gettr.c and sendtr.c programs to get and send tracks |
| 464 | created. |
| 465 | |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 466 | 2006-01-30 Linus Walleij <triad@df.lth.se> |
| 467 | |
| 468 | * Created the initial GNU source directory structure. |
| 469 | * Added the most basic files. |