summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-05-17 20:07:37 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-05-17 20:07:37 +0000
commitfe4a39bdabd6cd9c035fb2f2df2949673ccd5cb9 (patch)
tree26eedd6b99f7f6c6b86900dcafa47011f0661256
parent88753f8797292e9f3aa2ae7981c3c9b6659d12b8 (diff)
downloadlibgphoto2-fe4a39bdabd6cd9c035fb2f2df2949673ccd5cb9.tar.gz
updated with current changs
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@12098 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/ptp2/ChangeLog25
1 files changed, 17 insertions, 8 deletions
diff --git a/camlibs/ptp2/ChangeLog b/camlibs/ptp2/ChangeLog
index 81916a6ec..8c0e69bf1 100644
--- a/camlibs/ptp2/ChangeLog
+++ b/camlibs/ptp2/ChangeLog
@@ -1,11 +1,20 @@
-2009-04-10 Marcus Meissner <marcus@jet.franken.de>
-
- * ptp.c,ptp.h,ptp-pack.c: make nikon check event return a
- generic PTPContainer, make canon check event also return
- a generic PTPContainer.
-
- * ptp.c,ptp.h: Added 2 PTP event queue, generic events and Canon EOS.
-
+2009-05-17 Marcus Meissner <marcus@jet.franken.de>
+
+ * ptp-pack.c,ptp.c,ptp.h: Enhanced EOS event decoding.
+ * ptp.c: Handle wrong sequence number on startup.
+ * config.c: EOS camera capturetarget support (card capture not
+ yet working)
+
+ * library.c: Added new ids for:
+ - Kodak V803, M1063
+ - Canon PowerShot A650IS, SD990 (aka IXUS 980IS), SD880IS, A480
+ - Canon EOS 50D
+ - Fuji FinePix S1000fd
+ * library.c: Enable EOS capture mode automatically on --capture-image.
+ * library.c: Implemented basic EOS LiveView support.
+ * library.c: Handle new raw Canon images.
+ * library.c: MIME Type of previews might be different than of main image.
+ * music-players.h: Merged from libmtp.
2009-03-27 Marcus Meissner <marcus@jet.franken.de>