From 46404af54430a03cbe244ea34cd5cab9f4d595e0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 16 Mar 2010 08:03:59 +0100 Subject: Release v1.4.1 --- ChangeLog | 7 ++++--- configure | 2 +- configure.ac | 2 +- configure.in | 2 +- feh.spec | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a0b884..3a15b7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -Git head +Tue Mar 16 07:56:36 CET 2010 Daniel Friesel + * Release v1.4.1 * Fix chrome theme in the default .fehrc * Rename cam to feh-cam and gen_cam_menu.sh to gen-cam-menu - * Add manual for feh-cam und gen-cam-menu (from Debian) - * Fix lossless rotate for filenames with weird characters + * Add manual for feh-cam and gen-cam-menu (from Debian) + * Fix lossless rotate for filenames with spaces etc. Thu Mar 4 14:55:02 CET 2010 Daniel Friesel diff --git a/configure b/configure index d108d94..d45ffe5 100755 --- a/configure +++ b/configure @@ -1460,7 +1460,7 @@ fi PACKAGE=feh -VERSION=1.4 +VERSION=1.4.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 diff --git a/configure.ac b/configure.ac index a4caff6..9e14757 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure. AC_INIT AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE(feh, 1.4) +AM_INIT_AUTOMAKE(feh, 1.4.1) AM_CONFIG_HEADER(src/config.h) AC_PROG_CC diff --git a/configure.in b/configure.in index 7ab20da..2badc80 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to create configure. AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(feh, 1.4) +AM_INIT_AUTOMAKE(feh, 1.4.1) AM_CONFIG_HEADER(src/config.h) AC_PROG_CC diff --git a/feh.spec b/feh.spec index 56edbd0..bd54a34 100644 --- a/feh.spec +++ b/feh.spec @@ -1,6 +1,6 @@ Summary: Image viewer using Imlib 2 Name: feh -Version: 1.4 +Version: 1.4.1 Release: 1 Copyright: BSD Group: Amusements/Graphics -- cgit v1.2.3