summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-02-22 22:08:04 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-02-22 22:08:04 +0000
commit0aa60e4df66e15a46f9ef53898f423d8e19e2c61 (patch)
tree7ead4f173815657008e3571fb85e7aa4df896a41
parent43e16e7a8c5d7d367ee2337594cfba28de7a1e96 (diff)
downloadlibgphoto2-2_4_13-release.tar.gz
2.4.13 bugfix releaselibgphoto2-2_4_13-release
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@13875 67ed7778-7388-44ab-90cf-0a291f65f57c
-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])