Skip to content

Commit

Permalink
2.5.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Feb 23, 2020
1 parent e3de3a9 commit 63f8c52
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
38 changes: 27 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,33 +1,49 @@
libgphoto2 2.5.23.1 development

lumix:

* New WIFI Lumix camera driver was added, using curl and libxml2.

Lots of abilities supported already, also capture preview.
However capture itself is not yet working :/
This driver needs libxml2 and libcurl to be built.
libgphoto2 2.5.24 release

ptp2:
* GoPro: fixed all images not visible bug
* Canon EOS: lock/unlock ui before more operations
* Canon Powershot SX / EOS M: some setup adjustments to make powershot sx work better
* Nikon Keymission 170: try override opcodes to allow capture
* Nikon DSLR: fixed a regression where 5 seconds was longer image capture shutterspeed
* Sony: adjusted manualfocusing not to autofocus
* Fuji: access ISO config
* Sony: fixed manual focusing
* Sony: specify capturetarget on camera, available on current 2019/2020 Sony
* bugfixes
* GoPro: fixed files not appearing
* New ids added:
* Sony Alpha RX100V, A7s, RX0 II,
* Nikon Z50, Coolpix L810, KeyMission 170
* Canon PowerShot SX530HS, SX 620HS,
* Canon EOS 2000D, 1500D, R2, M6 Mark 2, 250D,
* Fuji X-A5, X-E3, GFX100
* GoPro Hero 7 White, 7 Black, 8 Black
* GoPro Hero 7 White, 7 Silver, 7 Black, 8 Black

lumix:

* New WIFI Lumix camera driver was added, using curl and libxml2.

Lots of abilities supported already, also capture preview.
However capture itself is not yet working.
This driver needs libxml2 and libcurl to be built.

all:

* Selecting camera libraries has changed a bit.


--camlibs=everything will select all and outdated drivers
--camlibs=standard will select "current day" drivers
--camlibs=standard,outdated will select "current day" and "outdated" drivers

You can now also use modifiers like +canon or -canon to enable/disable selected camera libraries.

The default is "standard", same as before.

* fixed some issues found by AFL fuzzing, mostly in "outdated" drivers.

* SECURITY.md: Small document added describing security properties of the library.

------------------------------------------------------------------------------
libgphoto2 2.5.23 release

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ AC_PREREQ(2.62)
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.24 at least or higher!
AC_INIT([libgphoto2 photo camera library], [2.5.23.1], [[email protected]], [libgphoto2])
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.25 at least or higher!
AC_INIT([libgphoto2 photo camera library], [2.5.24], [[email protected]], [libgphoto2])

AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 63f8c52

Please sign in to comment.