From 5797bf7d65eee724345e2c29ec4378d2d910cff4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Jan 2022 12:24:43 +0100 Subject: [PATCH] 2.5.28 release --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2acea839..3000145a 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -gphoto2 2.5.27.1 development snapshot +gphoto2 2.5.28 release * show-preview: fixed to be a moving picture by using explicit memory based file * --parsable: new option for listing files in parsable form * --filenumber FILENUMBER: new option to allow --filename %n start at another number than 1. * wait-event: sending SIGUSR1 signal to gphoto2 during a running --wait-event / --capture-tethered will trigger image capture * ctrl-c also now cancels multi-file actions -* translations: updated german +* translations: updated german gphoto2 2.5.27 release diff --git a/configure.ac b/configure.ac index 795437e5..3895426b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) dnl Next stable release must be 2.5.28 or later -AC_INIT([gphoto2 command line interface], [2.5.27.1], [gphoto-devel@lists.sourceforge.net], [gphoto2]) +AC_INIT([gphoto2 command line interface], [2.5.28], [gphoto-devel@lists.sourceforge.net], [gphoto2]) AC_CONFIG_SRCDIR([gphoto2/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4])