summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-04-02 14:49:43 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-04-02 14:49:43 +0000
commit2b6574cd395bbbc4bf44cd343dc8dff727b968b0 (patch)
treedc7a3a64267dda5a91898bcae1944862fd32f9f7
parent9ef2912c2f5fffccf3b197c753f6f17a08f4b941 (diff)
downloadlibgphoto2-2_4_5-release.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@11933 67ed7778-7388-44ab-90cf-0a291f65f57c
-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])