summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-08 22:03:17 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-08 22:03:17 +0100
commite5f7ce6375469b5029dc1c429c829ef7c6394ba2 (patch)
tree2abe55d6b98709552af0be81434f480f4cf66d8e
parente11e8f11841be0804888df32c2410b1fdb5a300b (diff)
Release v1.3.51.3.5
-rw-r--r--ChangeLog11
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.in2
-rw-r--r--feh.spec2
5 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cbb72c0..4c85394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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.
diff --git a/configure b/configure
index f739e85..1a957be 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 1ea9281..2dd84d5 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.3.4)
+AM_INIT_AUTOMAKE(feh, 1.3.5)
AM_CONFIG_HEADER(src/config.h)
AC_PROG_CC
diff --git a/configure.in b/configure.in
index d522bc2..3af172b 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.3.4)
+AM_INIT_AUTOMAKE(feh, 1.3.5)
AM_CONFIG_HEADER(src/config.h)
AC_PROG_CC
diff --git a/feh.spec b/feh.spec
index e73b0d2..80fca7e 100644
--- a/feh.spec
+++ b/feh.spec
@@ -1,6 +1,6 @@
Summary: Image viewer using Imlib 2
Name: feh
-Version: 1.3.4
+Version: 1.3.5
Release: 1
Copyright: BSD
Group: Amusements/Graphics