summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-25 16:12:37 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-25 16:12:37 +0200
commitebd3b4954860ac4803e5721415b08801d525a2d2 (patch)
tree86f59bb41104f220560bd60ebb9defe32089a48b
parentfe0230678fed3ffba9741724de62952c582ffe6b (diff)
Release v1.81.8
-rw-r--r--ChangeLog7
-rw-r--r--config.mk2
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d73c931..143b699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-git HEAD
+Fri, 25 Jun 2010 16:07:20 +0200
+* Release v1.8
* support LDLIBS in Makefile/config.mk
* Don't make the --thumbnails window fullscreen. The images launched from
thumbnail mode may be fullscreen, though. You can still use 'v' to
@@ -15,8 +16,8 @@ git HEAD
correctly, plus it contained a code execution hole when used with
malicious URLs containing shell metacharacters (but only if those URLs
led to a valid file)
- * Don't add ?randomnumber to URLs, it confuses some servers and is
- not really neccessary in general
+ * Don't add ?randomnumber to URLs when downloading them, it confuses some
+ servers and is not really neccessary in general
Thu Jun 10 12:12:04 CEST 2010
diff --git a/config.mk b/config.mk
index 7723b20..85e7f5d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
PACKAGE ?= feh
-VERSION ?= 1.7-git
+VERSION ?= 1.8-git
# Prefix for all installed files
PREFIX ?= /usr/local