summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-05-05 19:35:19 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-05-05 19:35:19 +0000
commit21984d946125e411d72d002907c8038ba7984b74 (patch)
treec9458d6a35a15fb54a410f1d1f9145ea35bc9b5d
parentfb52149478f228c53dce6d71a9d40641c78998a6 (diff)
downloadlibgphoto2-21984d946125e411d72d002907c8038ba7984b74.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14408 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index b9b529f3b..44c445202 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,10 @@
------------------------------------------------------------------------------
-libgphoto2 2.5.1.2 release
+libgphoto2 2.5.2 release
ptp2:
* Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
* 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
@@ -16,24 +15,27 @@ ptp2:
Canon EOS: 700D, 100D
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 DSLR: "keepdeviceon" pinging in get_config, liveview
* Canon thumbnail retrieval fixed.
* Lots of work on getting Olympus E-series DSLRs in Control mode
to run.
canon:
* wait-for-event: handle when camera goes offline during waiting.
+* fixed mtime 0 (Jan 1 1970) issue when downloading files and using --filename
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:
+* gp_port_reset functionality to do a port reset.
+
libgphoto2_port/usbscsi:
* Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon sierra capture).
diff --git a/configure.ac b/configure.ac
index 11581b553..1be214dc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@ AC_PREREQ(2.59)
dnl NOTE: Be version style _higher_ than the last release.
dnl So lastversion.X.trunk for instance. Bump X if necessary.
-dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.2 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.1.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.3 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])