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 abc6b9acb..c26bf4b70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
-libgphoto2 2.4.5.4
+libgphoto2 2.4.6
This is a 2.4 release branch update.
PTP2 driver:
* Fixed Nikon DSLR capture in LiveView mode (like gtkam uses).
- * More EOS stuff decoded, added experimental "capturetarget" support
+ * More Canon EOS stuff decoded, added experimental "capturetarget" support
for EOS.
- * EOS LiveView support (experimental, reported for EOS 1000D).
+ * Canon EOS LiveView support (experimental, reported working for EOS 1000D).
* Added new USB ids:
- Kodak V803, M1063
- Canon PowerShot A650IS, SD990 (aka IXUS 980IS), SD880IS, A480
@@ -14,7 +14,7 @@ PTP2 driver:
- Fuji FinePix S1000fd
* Retrieve filedates again from PTP objects.
* speedup: Do not list files on / (there aren't any).
- * Some bugfixes.
+ * Bugfixes.
Canon driver:
* Support Exposure Bias setting.
diff --git a/configure.ac b/configure.ac
index fceaa752a..cab14f0cf 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.4.6 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.5.4], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.6], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])