summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index bf0595aa2..514f472d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.4.4.4
+libgphoto2 2.4.5
This is a 2.4 release branch update.
@@ -6,13 +6,15 @@ PTP2 driver:
* Increased timeout for Canon Viewfinder enable.
* Fixed intial Canon timeout (0.5 -> 1.5 seconds), was too small
for some Canons.
- * Canon EOS capture mode and tethered mode fixes.
+ * Canon EOS capture mode and tethered mode bugfixes.
+ * Nikon DSLR LiveView support, with Autofocus and ManualFocus Drive possibility.
+ * Nikon tethered capture fixes.
* New cameras listed:
Nikon CoolPix P50, S60
Canon Digital IXUS 85
Canon PowerShot A740, G10,
Canon EOS 5D Mark II
- * Merged new IDs from libmtp.
+ * Merged new IDs of Music Players from libmtp.
* Lots of bugfixes.
KODAK DC240:
diff --git a/configure.ac b/configure.ac
index 817a34e2e..4a99f82c8 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.5 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.4.4], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.4.6 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.4.5], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])