summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-03-23 21:32:31 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-03-23 21:32:31 +0100
commit0d5d850896c4186a95fbf88b6f1e1444808dbab2 (patch)
treed45f6ccc0f342c33e1d06300e814caf6058c901e
parent75fc6ea1ab0a31a07a0ee6422721d7bfb6caf370 (diff)
downloadlibgphoto2-2_5_10-release.tar.gz
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 5cab904fa..306c2cd38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,28 @@
-libgphoto2 2.5.9.1 development tree
+libgphoto2 2.5.10 release
libgphoto2:
* added gp_camera_list_config, gp_camera_get_single_config, gp_camera_set_single_config
- additional configuration APIs for faster access to single configuration values
+ additional configuration APIs for faster access to single configuration values.
ptp2:
* allow generic opcode commands with parameters, config variable "opcode"
* fixed pretending that Nikon Coolpix S series is a Nikon 1 S.
* Nikon: fixed problem with SDRAM capture
* Canon EOS: handle "no focus" during capture
+* Canon EOS: handle --new correctly
* Canon Powershot: handle lack of object protection setting
-* added size checking for unpacking primitives
+* Ricoh Theta: support shutterspeed configuration
+* added size checking to PTP unpacking primitives
+* various bugfixes
* New ids:
* Imported Media Players and Android phones from libmtp
* Sony Alpha A7S II, ILCE 7M2
- * Nikon Coolpix L840
- * Olympus TG-620
+ * Kodak Z990
+ * Nikon Coolpix L840, S3600
+ * Leica SL
+ * Olympus TG-620, E-M5 Mark 2
* Canon EOS 1D C, 750D
+ * Canon IXUS 160
* Fuji Film X-T1, X-T10, A-610
diff --git a/configure.ac b/configure.ac
index 9eadd20b5..7acaaba7c 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.10 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.9.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.11 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.10], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])