summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-01-18 21:12:25 +0000
committerMarcus Meissner <marcus@jet.franken.de>2015-01-18 21:12:25 +0000
commitd8e2f504737b59d3dc4aad178cc8ec638653d60f (patch)
treefaa8d275263197997b68d4e2a198a1adfc852020
parentdc48bed687d3134049d633d25993678061c909c4 (diff)
downloadlibgphoto2-d8e2f504737b59d3dc4aad178cc8ec638653d60f.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15336 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2d5eeee2b..223c8cb4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
-libgphoto2 2.5.6.1 bugfix release
+libgphoto2 2.5.7 release
ptp2:
-* Canon EOS focusinfo crasher fixed
-* Canon EOS wait_for_event sleep backoff increased
+* Canon EOS focusinfo crash fixed (affected all config operations)
+* wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms)
* Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better
* Nikon: WLAN GUID setting
* Sony: tighten event loop to avoid loss of objectadded events
-* USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP).
+* New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP).
pentax:
* added Pentax K100Ds
diff --git a/configure.ac b/configure.ac
index c0ac08132..836c479b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ 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.7 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.6.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.5.7], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])