summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-01-27 20:05:48 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-01-27 20:05:48 +0000
commitf43297ba73cc7c66a19627f1057ef0ba7aaee83a (patch)
tree88c350f5b5926c1487c696c855011374dcf44f73
parent02e47ddea8bfc0a971f593f83ed8b1bcd6d5c3fd (diff)
downloadlibgphoto2-f43297ba73cc7c66a19627f1057ef0ba7aaee83a.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14210 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index e78bfa0b6..2c7a394d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,26 +1,28 @@
-libgphoto2 2.5.0.2 release
+libgphoto2 2.5.1 release
translations updates
* lots of translations synced to 2.5.0 release
ptp2:
-* lots of new USB ids added
- - Sony RX100, A65V, HX200V
- - Nikon Coolpix S01, S3300, S8200, P510, J1
+* Lots of new USB ids added
+ - Sony RX100, SLT-A65V, HX200V
+ - Nikon Coolpix S01, S3300, P7700, S8200, P510, J1
- Nikon DSLR D600, D800E, D800, D5200
- Panasonic DMC LX7
- Olympus SP-720UZ, E-PL5
- Canon PowerShot D10, IXUS 310IS, SX220HS, G1 X, SX40HS,
A4000IS, SX240HS, A2400IS, S110, SX500IS
- - Canon EOS M, EOS 650D, 6D
+ - Canon EOS M, EOS 650D, EOS 6D
- Fuji FinePix S2950, S4300, X-S1, HS30EXR, XF1
* wait-for-event also for Canon PowerShot (capture capable ones)
now waits for "shutter press" signal and triggers a capture.
-* Canon Powershot Preview mode fixes on newer Linux
+* Canon Powershot Preview mode fixes
* various Nikon configurations added: angle, flickerreduction,
rawcompression, remotemode.
+* Nikon DSLR to-ram capture fixes
* merged music player ids from libmtp. Includes big Samsung devices rename.
-* some waiting reduced to allow higher preview / regular capture speed on Canon EOS.
+* EOS preview capture bugfixes: some waiting reduced to allow higher
+ preview / regular capture speed on Canon EOS, understand newer EOS.
* some more bug fixes
ax203:
diff --git a/configure.ac b/configure.ac
index d3e0f1e88..da6c90149 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.5.1 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.0.2], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.2 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])