summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2010-08-23 12:34:37 +0000
committerMarcus Meissner <marcus@jet.franken.de>2010-08-23 12:34:37 +0000
commit5e44b674ceee1bc958b7bf5bd22a30bed852445a (patch)
tree8b389576016a0aa098ef8ed59a05e4591ca8a3ff
parent1d26cae57434712f1462fdf903d89ccb0c1fb3e8 (diff)
downloadlibgphoto2-2_4_10_1-release.tar.gz
2.4.10.1 regression releaselibgphoto2-2_4_10_1-release
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@13292 67ed7778-7388-44ab-90cf-0a291f65f57c
-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])