summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-15 23:40:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-15 23:40:31 +0200
commit94b5ffdcf1af258fb5f1ad2ff086b0297a24849d (patch)
tree7d64738e86438467ebe156db9adc4102c81a26d2 /ChangeLog
parent9bcdcb957e034150fa0cfc5ae5278f1ea60a83ac (diff)
changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b0c0f..35a8049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
git HEAD
* feh-cam and gen-cam-menu are no longer installed by default. Use
- make install cam=1 to install them or make uninstall cam=1 to remove
- them permanently
+ 'make install cam=1' to install them or 'make uninstall cam=1 && make
+ install cam=0' to remove them permanently
* feh no longer depends on giblib. Instead, the relevant parts of the
giblib source were imported into the feh source.
Rationale: giblib is unmaintained and, as far as I know, only used by
@@ -13,6 +13,7 @@ git HEAD
* Fix a buffer overflow in the printf implementation when handling unknown
format specifiers (affects --action, --customlist, --index-info, --info,
--thumb-title and --title)
+ * Update help (if built with help=1)
Sun, 27 Apr 2014 20:28:02 +0200 Daniel Friesel <derf+feh@finalrewind.org>