summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])