summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0064a4f96..ee0cb132e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.4.12.1
+libgphoto2 2.4.13
libgphoto2_port/libusb1:
* fixed accessing freed memory which lead to non-working communication
@@ -15,8 +15,9 @@ translations:
* updated polish
libgphoto2:
-* capture to card added a lonely file to the target folder
- instead of keeping the old
+* capture to card added a lonely file to a camera folder
+ instead of getting the content from the card
+
------------------------------------------------------------------------
libgphoto2 2.4.12
diff --git a/configure.ac b/configure.ac
index f9c3d7c82..cb93e9984 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.13 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.12.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.13], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])