Skip to content

Commit

Permalink
2.5.2 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14408 67ed7778-7388-44ab-90cf-0a291f65f57c
  • Loading branch information
msmeissn committed May 5, 2013
1 parent fb52149 commit 21984d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions 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
Expand All @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 21984d9

Please sign in to comment.