Skip to content

Commit

Permalink
2.5.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Jan 3, 2022
1 parent d153cd9 commit 5797bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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])
Expand Down

0 comments on commit 5797bf7

Please sign in to comment.