summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-17 19:20:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-17 19:20:21 +0100
commit1bd5482d102b7cb0032d31827ddfc25bd1342d1e (patch)
tree156fd52dff6424033448823ea40fe8e2200d375f /ChangeLog
parent334499e2d3f7f62cc19a8b97028d556d7d1441b3 (diff)
Update Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41742ae..3a43488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ git HEAD
* Add --zoom fill as equivalent for --auto-zoom
* Add --zoom max (zooming like in --bg-max)
* --menu-style is now deprecated
+ * http images are now viewed using libcurl, not wget (thanks to talisein)
+ This adds libcurl as dependency, and removes the wget recommendation
+ * Slight build system change: make now has flags, e.g.
+ "make xinerama=0 debug=1". By default feh is compiled with xinerama and
+ libcurl support enabled, see README.
+ * Remove builtin http client (--builtin)
Wed, 09 Feb 2011 20:11:26 +0100 Daniel Friesel <derf@finalrewind.org>