summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-06 13:15:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-03-06 13:15:21 +0100
commit52d5da9c0d6e4f10b5cba384297821008dbbed2b (patch)
treeababeadc3d0afa27152066a4e92bd3ea0a150d1f
parent422cbeb8cceac07a96ddff808da7ccb3110be725 (diff)
Release time.2.4
-rw-r--r--ChangeLog3
-rw-r--r--README3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 41d7dcd..170e89b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-git HEAD
+Tue, 06 Mar 2012 13:13:35 +0100 Daniel Friesel <derf@finalrewind.org>
+* Release v2.4
* exif-support fixes by Dennis Real
* format specifier %S now uses the appropriate suffix (B/kB/MB)
* format specifier %P now prints the number of pixels with k/M suffix,
diff --git a/README b/README
index 97c644c..19c14cc 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ Recommended
-----------
* jpegtran (supplied by the jpeg library, for lossless image rotation)
+ * convert (supplied by ImageMagick, can be used to load unsuppoted formats)
Installation
------------
@@ -44,10 +45,10 @@ Available flags are:
* curl (default 1) - use libcurl to view http:// and similar images
* debug (default 0) - debug build, enables --debug
+ * exif (default 0) - Builtin EXIF tag display support
* help (default 0) - include help text (refers to the manpage otherwise)
* stat64 (default 0) - Support CIFS shares from 64bit hosts on 32bit machines
* xinerama (default 1) - Support Xinerama/XRandR multiscreen setups
- * exif (default 0) - Builtin EXIF tag display support
So, by default libcurl and Xinerama are enabled, the rest is disabled.