summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 1e7fb11ff..30571a5d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.4.7.4
+libgphoto2 2.4.8
This is a 2.4 release branch update.
@@ -6,23 +6,35 @@ libgphoto2:
* Updated translations.
* Added read-only flag for Widgets. gp_widget_set_readonly / gp_widget_get_readonly.
* GP_EVENT_CAPTURE_COMPLETE event added from trunk.
+ * Some bugfixes.
ptp2:
- * Fuji S5 Pro support.
+ * New USB IDs for cameras:
+ Kodak Z915
+ Nikon CoolPix S220, S225,
+ Nikon DSLR D5000, D3000, D300s
+ Canon PowerShot SD770 IS, A580, SD1200, IXUS 95 IS, G11, IXY 220IS, SD940IS
+ Canon EOS 7D
+ Fuji S5 Pro
+ Sea & Sea 2G
+ Also merged new libmtp deviceids.
+ * Fuji S5 Pro capture support.
* Bugfixes in Canon EOS preview code.
* Fixed NIKON DSLR shutterspeed not able to set bug.
* Nikon error decoding.
- * Several Canon EOS configuration and capture additions and fixes.
- * Several new USB ids for new cameras.
- * Some PTP protocol stability improvements.
+ * Several Canon EOS configuration and capture additions and fixes, focus pulling.
+ * PTP protocol stability improvements.
+ * Lots of bugfixes.
+
+sierra:
+ * restrict list of choices for Nikon Coolpix 4300
directory:
* Merged from TRUNK to gain the good stuff.
libgphoto2_port/usb:
* Updated translations.
- * Check for MTP devices by string descriptor first,
- and by OSD later.
+ * Check for MTP devices by string descriptor first and by OSD later.
------------------------------------------------------------------------
libgphoto2 2.4.7
diff --git a/configure.ac b/configure.ac
index bb47a991f..7d06ba8d4 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.8 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.7.4], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.4.9 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.4.8], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])