summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-04 15:11:05 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-04 15:11:05 +0100
commitaf7bd40da91d5adbcdfcd24dae3a29c79464db2a (patch)
tree2c4f0e1e247236c46c493f80958411b192192811
parent3933366661c81e49fd932aaa7844118e6453b403 (diff)
Release v1.4
-rw-r--r--ChangeLog26
-rw-r--r--README4
2 files changed, 24 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c85394..1f60b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,27 @@
+Thu Mar 4 14:55:02 CET 2010 Daniel Friesel <derf@chaosdorf.de>
+
+ * Release v1.4
+ * Lots of documentation fixes/improvements
+ (including previously undocumented options)
+ * Fix --(un)loadable option
+ * Add --draw-actions (show defined actions and their number)
+ * Use <keypad begin> to antialias the image
+ * Fix some keypad keys (+,-,/,*)
+ * The button-related options have changed (NOT backwards-compatible)
+ * Remove --xinerama option
+ * Use jpegtran binary instead of libjpeg for lossless rotation
+ * Add --bg-fill option (patch by Anonymous)
+
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
+ * 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
diff --git a/README b/README
index b2d27e9..27007e3 100644
--- a/README
+++ b/README
@@ -9,3 +9,7 @@ $ su -c "make install"
What is feh?
http://linuxbrit.co.uk/feh/
+
+Note:
+For lossless rotation you will need the "jpegtran" binary supplied by the
+jpeg library. In Debian, it's shipped by libjpeg-progs.