summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-08-17 10:08:16 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-08-17 10:08:16 +0000
commitd8cefee43c9f8a1490470436fab3181c9bf342f2 (patch)
treeafb4294bab4fe1868c64adfe101fc4da3ff406a4
parent66d5cd1500c21d737a6bbbb1abaa8f608d7c8813 (diff)
downloadlibgphoto2-2_4_7-release.tar.gz
The 2.4.7 release.libgphoto2-2_4_7-release
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@12394 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS44
-rw-r--r--configure.ac4
2 files changed, 40 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 47ab35a8b..349c3ff26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
-libgphoto2 2.4.6.5
+libgphoto2 2.4.7
This is a 2.4 release branch update.
+libgphoto2:
+ * Translation updates from translationproject.org.
+ * Widget and choice lists now dynamic, to be able to create longer ones.
+ * 3rd generation UDEV rules emission, now able to emit "post HAL"
+ UDEV rules.
+
+ print-camera-list udev-rules version 136 > /lib/udev/rules.d/40-libgphoto2.rules
+
+ * Disabled LRU of images. Not really useful in times of USB 2.0,
+ also disabled by at least Debian und Ubuntu already.
+
+libgphoto2_port / USB:
+ * If we detached a USB driver, reattach it on close.
+ This allows using e.g. cheap camera as both webcam with in-kernel
+ driver and still camera with libgphoto2.
+
PTP2 driver:
* Renamed various configuration options and changed values to
match a unified model. Some common names have changed:
@@ -9,14 +25,30 @@ PTP2 driver:
exptime->shutterspeed
eos-* -> non-eos prefixed variants
etc.
- You will need to review configuration setting code.
- * Lots of Canon EOS capture improvements, for card capture and for LiveView,
- and for property setting.
- * Nikon shutterspeed setting for times < 1/1000
+ You will need to review configuration setting code if you have any.
+
+ * Create config submenus /actions for action triggers and /status for
+ read-only values, moved stuff there.
+
+ * New IDs:
+ Kodak M863
+ Canon Digital IXUS 110IS, IXUS 100IS, Powershot SX200IS, SD780 IS, A1100IS
+ Canon EOS 500D
+ Fuji Finepix F200 EXR
+ Apple iPod Touch first generation
+
+
+ * Lots of Canon EOS capture improvements, for card capture, for LiveView,
+ and for property setting. More properties are now possible.
+ * Canon EOS Bulb mode support (available in newer canons).
+ --set-config bulb=(0|1)
+
+ * Fixed Nikon DSC shutterspeed setting (also for times < 1/1000)
* Enable Viewfinder on demand for Canon Powershot, not for all capture things.
* Generic PTP Property Get/Set in the configuration handling.
- * Decode more Nikon properties (for D90 now nearly complete).
+ * Decode more Nikon DSC properties (for D90 now nearly complete).
* Turned several PTP generic commands to macros to reduce number of functions.
+ * MTP player list synced with libmtp 1.0.
* Lots of bugfixes.
Canon driver:
diff --git a/configure.ac b/configure.ac
index a26b3401b..cd64f833e 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.6 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.6.5], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.4.8 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.4.7], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])