summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 36d86dcc9..febd7dcf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+libgphoto2 2.4.10.1
+
+This is a regression + translation fix update only
+
+translations:
+* libgphoto2_port updated: russian, slovakian
+* libgphoto2 updated: italian, polish, russian
+
+sts2205:
+* Fix build without GD development headers due to stray ;
+
+ptp2:
+* linear backoff waiting for Nikon events to reduce load
+* ptpip senddata fix (was broken before)
+* be more careful with USB interrupt checks on MacOS X, as they do
+ not timeout currently.
+
+------------------------------------------------------------------------
libgphoto2 2.4.10
This is a 2.4 release branch update.
diff --git a/configure.ac b/configure.ac
index 2d1df3118..d1c9f2694 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.4.10 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.10], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.4.11 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.4.10.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])