summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-10-19 19:28:22 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-10-19 19:28:22 +0000
commit3a778f8920344f25ceadf404dbabb13ed8e3c3dc (patch)
tree88e295e18dfd975a9fd58b92562f485d3d8d9179
parent7118845571d185c4eb643d9d75af330240aa2b23 (diff)
downloadlibgphoto2-3a778f8920344f25ceadf404dbabb13ed8e3c3dc.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@11459 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 9968753ae..e6ffe485d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,28 +1,53 @@
-libgphoto2 2.4.2.1
+libgphoto2 2.4.3
This is a 2.4 release branch update.
libgphoto2:
+ * Adaptive Homogeneity-Directed Bayer array conversion added, used
+ in several camera lib drivers.
* Translation updates for various languages.
* libtool 2.x build fixes
* Various MacOS X compile fixes again.
* gp-byteorder.m4 fixes for newer glibcs.
+Example programs:
+ * Addes some basic library usage example programs and helpers.
+
PTP2 driver:
* Merged camlib from TRUNK.
+ * Tethered Capture support for Canon EOS 40D, 400D, 450D.
+ * Always handle "no directory linking to /" problem.
* Disable more Panasonic cameras (product id 0x2372 is always mass storage)
* Some MTP fixes, lots of new MTP devices.
+ * Fixed canon viewfinder issues on Canon PowerShot SX100IS.
* Fixed a ptp property packing issue exposed
by newer Nikons.
-
- * Added:
+ * Added new devices:
Kodak M893 IS, C813
- Nikon CoolPix L16, DSC 700
- Canon EOS 1D Mark III
+ Nikon CoolPix L16, CoolPix 8700, DSC 700
+ Canon EOS 1D Mark III, IXUS 90IS, EOS 50D
Apple iPhone 3G
Canon driver:
* Fixed some unlock keys problem for EOS cameras.
+ * Moved over several PTP2 supported cameras to the PTP2 driver only.
+
+Sierra driver:
+ * Implemented basic Storage Information function.
+ * Fixes for big endian or 64bit architectures by fixing struct packing.
+
+smal driver:
+ * Added support for Creative CardCam.
+
+sq905 driver:
+ * Updated postprocessing, by using "AHD" bayering and new gamma methods.
+ * Bugfixes.
+
+stv0680:
+ * Storage information function.
+
+digigr8, mars, sonix drivers:
+ * Updated postprocessing, by using "AHD" bayering and new gamma methods.
jl2005a driver:
* Imported from TRUNK, for new small factor cameras.
diff --git a/configure.ac b/configure.ac
index 5bcaf2c6c..f2033c3c2 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.3 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.2.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.3], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])