summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f7eb5b924..7b0a63a46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,26 @@
-libgphoto2 2.4.8.2
+libgphoto2 2.4.9
This is a 2.4 release branch update.
ptp2:
* Fixed EOS viewfinder capture speed (2 images/s -> 20 i/s)
- * Fixed Canon configuration bug that caused hangs.
- * Lots of EOS fixes, as usual.
- * New Ids added.
+ * EOS event handling cleaned up, so that we can also have
+ dual image capture (RAW+JPEG).
+ * New Canon EOS properties: autoexposuremode, cameraoutput, evfmode, uilock.
+ * New Nikon property: exposuredelaymode
+ * Fixed a Canon Powershot configuration bug that caused hangs.
+ * Fixed a Nikon Coolpix configuration bug that caused hangs.
+ * Fixed shutterspeed setting to be more generic.
+ * New IDs added:
+ Nikon Coolpix 8800, P6000, L20, L19
+ Panasonic FS62
+ Olympus FE4000/X920/X925,
+ Canon EOS 550D
+ Canon Powershot A2100IS, SD970IS, SX20IS, IXUS 120IS
+ Fuji FinePix S1500, Z35, S2500HD
+ Apple iPhone 3GS
+ * Some bugs fixed, some memory leaks closed.
+ * music-players.h merged from libmtp, bringing new MTP devices.
ST2205 Driver:
* New Pictureframe driver from Hans de Goede. st2205 based frames present
@@ -28,6 +42,9 @@ AX203 Driver:
in its USB descriptor. To do this add the following on the linux kernel
cmdline: "usbhid.quirks=0x1908:0x1315:0x4"
+digita:
+ Made to work again hopefully after breakage due to filesystem changes.
+
------------------------------------------------------------------------
libgphoto2 2.4.8
diff --git a/configure.ac b/configure.ac
index 2fbe9cb4e..176742ccb 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.9 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.8.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.9], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])