summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac6
2 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6163ad90a..d51801068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.4.13.1
+libgphoto2 2.4.14
packaging:
* new udev 175 mode for print-camera-list (from Ubuntu)
@@ -14,14 +14,18 @@ canon:
ptp2:
* Nikon viewfinder enable/disable via config
-* added Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS, Canon EOS 5D Mark III
+* added Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS, Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100
* lowlevel Canon EOS CustomFuncEx support added
* Canon EOS 5D Mark III imagesize packing/unpacking support
* Samsung Galaxy file handling support restored
* match configuration table values more exact and correct.
+* mtp player list synced with libmtp
translations:
-* updated russian, ukrainian, danish, czech
+* updated russian, ukrainian, danish, czech, german
+
+examples:
+* sample-tether added
------------------------------------------------------------------------
libgphoto2 2.4.13
diff --git a/configure.ac b/configure.ac
index b8935c188..e944c78c7 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.13 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.13], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.4.15 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.4.14], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
@@ -225,7 +225,7 @@ dnl ---------------------------------------------------------------------------
ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18.1])
AM_GNU_GETTEXT([external])
AM_ICONV()
GP_GETTEXT_FLAGS()