summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-01-18 22:11:31 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-01-18 22:11:31 +0000
commitd9fbfbb6c188670f16b1fe71f55d7b31b7bf6793 (patch)
tree287435a6c4578efa2148535473a0572ffea07c8d
parentcd126c4ff33669b0f83d27fc1a20c4fea856105e (diff)
downloadlibgphoto2-d9fbfbb6c188670f16b1fe71f55d7b31b7bf6793.tar.gz
2.4.3.3 temporary state, updated NEWS to current
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@11728 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 623556e6b..67744d5f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,31 +1,42 @@
-libgphoto2 2.4.3.2
+libgphoto2 2.4.3.3
This is a 2.4 release branch update.
libgphoto2:
+ * Updated translations from translationproject.org
PTP2 driver:
* Developed in parallel with TRUNK.
* Only retrieve and initialize the ptp filesystem if needed
(this will give speed ups for config operations, basic
- init and summary)
+ init and summary.)
* Export the hidden vendor specific properties of the current Nikon DSLRs.
(over a hundred with all camera configuration details...)
+ (D80, D90, D300, D700, D40x got, D200 guessed)
* Lots of new Nikon DSLR and Canon Powershot properties implemented,
- both printed in summary and available for config functions.
- * Query and Set image protection flags (actually used by digiKam).
- * Bugfixes and changes in Canon and Nikon specific capture routines.
+ both printed in summary and available for config functions querying
+ and/or setting.
+ * Query and Set image protection flags (actually used by digikam).
+ * Lots of bugfixes and changes in Canon and Nikon specific capture routines.
* Some defines for PTP 1.1 added. Will have to wait for implementation until
a device gets available.
* New cameras added:
+ Kodak C913
+ Nikon D90
+ Canon Digital IXUS 960IS, EOS 1000D, SD1100 IS, SX10 IS, SX110 IS
+ Fuji FinePix A920, F100fd, S200HD
+ Apple iPod Touch (just saved screenshots and uploaded images)
+ * PTP v1.1 defines added (implementation will start once devices are available)
* Synced MTP device list from libmtp (0.3.5 level).
* Lots of bugfixes.
jl2005c:
* Experimental driver for jl2005c based cameras added.
Can only retrieve raw images currently, no viewable images yet.
+ Not builtin by default. ./configure --with-drivers=all,jl2005c
libgphoto2_port:
+ * Updated translations from translationproject.org
* Serial driver: do not lock device during probe to reduce startup
time.
diff --git a/configure.ac b/configure.ac
index 5739d07c2..c962e79f4 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.3.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.3.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])