Commit e5f7ce63 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.3.5

parent e11e8f11
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
Mon Feb  8 21:47:56 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.3.5
     * Import various Debian patches
	* Update feh(1) manpage
	* Make feh -l / feh -O work without a running X
	* Don't die after encountering three or more unloadable images
	  (former "No more slides in show" error)
	* Depracate --xinerama <0|1>, use --no-xinerama or nothing instead
	* Fix transparency in thumbnail mode

Sat Oct  1 08:05:06 EDT 2005  Richard Lowe <richlowe@richlowe.net>
  * (imlib.c): Fix double free in feh_http_load_image
               when using builtin HTTP support.
+1 −1
Original line number Diff line number Diff line
@@ -1460,7 +1460,7 @@ fi

PACKAGE=feh

VERSION=1.3.4
VERSION=1.3.5

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
+1 −1
Original line number Diff line number Diff line
@@ -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.3.4)
AM_INIT_AUTOMAKE(feh, 1.3.5)
AM_CONFIG_HEADER(src/config.h)

AC_PROG_CC
+1 −1
Original line number Diff line number Diff line
dnl Process this file with autoconf to create configure.

AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(feh, 1.3.4)
AM_INIT_AUTOMAKE(feh, 1.3.5)
AM_CONFIG_HEADER(src/config.h)

AC_PROG_CC
+1 −1
Original line number Diff line number Diff line
Summary:    Image viewer using Imlib 2
Name:       feh
Version:    1.3.4
Version:    1.3.5
Release:    1
Copyright:  BSD
Group:      Amusements/Graphics