summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 861a1637e..3ec1ce361 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,24 @@
-libgphoto2 2.5.22.1 development
+libgphoto2 2.5.23 development
ptp2:
* Sony capture stability and speed improvements
-* Canon EOS capture stability improvements
+* Canon EOS capture stability improvements, reduce partial read blobs from 5MB to 1MB
+* Canon EOS M image format unpacking adjustments
* Olympus OMD: bulb capture added, trigger capture capable
* Panasonic GH5: added manualfocusdrive, capturetarget
* Canon PowerShot X work ... trying to support / improve stability of capture
+* PTP string packing adjusted to standard (empty and null strings)
* New ids added:
* Sony Alpha A68, RX100M6, DSC-WX350
* Nikon Coolpix L100
* Canon PowerShot G7X, G9X Mark II
* Canon Rebel T6, EOS 2000D
- * Fuji X-A2, GFX 50R
+ * Fuji X-A2, GFX 50R, XT-30
* Ricoh WG-M2
+* libmtp ids synced.
+pentax:
+* synced smaller parts with pktriggercord
translations:
* updated danish
diff --git a/configure.ac b/configure.ac
index e6820a1d3..0eff349ad 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.5.23 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.22.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.5.23], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])