summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-05-01 11:37:59 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-05-01 11:37:59 +0000
commit0eda89160a9b1a8c6ec3c0b31d69f2229a57c041 (patch)
tree3d82d6c1d74cf00910e1daf3495615ebb176cceb
parent418da2b5c4969260edb45be8d81415dbfd39537e (diff)
downloadlibgphoto2-0eda89160a9b1a8c6ec3c0b31d69f2229a57c041.tar.gz
updated NEWS
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14371 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS32
1 files changed, 27 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 77f29fe08..08cb5249f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,26 @@ libgphoto2 2.5.1.2 release
ptp2:
* Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
-* Nikon DSLR: out of focus during capture fixed
+* Experimental Olympus E-series (not Pen) remote control support. Try in "Control" mode.
* Nikon DSLR: real movie capture! (use --set-config movie=1/0 and --wait-event)
+
+* New ids:
+ Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N
+ Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600
+ Nikon Coolpix A
+ Nikon DSLR: D2Xs, D4, D7100
+ Nikon J2
+ Canon Powershot: S100, A1300IS, A2300IS,
+ Canon EOS: 700D
+ Fuji FinePix: H20EXR, X20
+ Samsung: NX1000, EK-GC100
+
+ Also various MTP device ids merged from libmtp.
+* ptpip: major/minor number was switched in init packet.
+* Nikon DSLR: out of focus during capture fixed, various bugfixes
+* Nikon "controlmode" config for unlocking the camera.
+* Canon DSLR: "keepdeviceon" pinging in get_config, liveviewkkk
+* Canon thumbnail retrieval fixed.
* Lots of work on getting Olympus E-series DSLRs in Control mode
to run.
@@ -14,17 +32,21 @@ canon:
sierra:
* Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode.
* Ignore register 4 read errors after capture as Nikon does not supply them.
+* added commented code on how to switch the Coolpix 2500 to RAW DIAG mode.
libgphoto2_port/usbscsi:
-* Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon).
+* Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon sierra capture).
translations:
-* updated ukrainian, finish, dutch, polish, russian, french, vietnamese
+* updated ukrainian, finish, dutch, polish, russian, french, vietnamese, german
build:
* specify lots of _BSD_SOURCE et.al. to make the strict MacOS ports
- build happier. Might break others, please report.
-* cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both together.
+ build happier. Might break non Linux platforms, please report this.
+
+* libxml2 needed for Olympus E series capture support.
+
+* cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both of them together.
------------------------------------------------------------------------------
libgphoto2 2.5.1.1 release