summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-10-10 12:25:17 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-10-10 12:27:45 +0200
commit4947bd2277cf8772efc392303e47190b4de3292b (patch)
tree448f3d3965e5ceea11fe20a962cb1428179d13a5
parent36a5a14624cfad548bd57f682e3cd4106488e234 (diff)
Release v2.02.0
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f5b3b60..df059e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-git HEAD
+Mon, 10 Oct 2011 12:25:00 +0200 Daniel Friesel <derf@finalrewind.org>
+* Release v2.0
* The --bg-options now accept multiple filenames, one per Xinerama screen
* Fix --info bug when the command wrote no lines to stdout
* The button-options -0 through -9 are no longer supported.
@@ -9,8 +10,9 @@ git HEAD
Use --index-info <string> with format specifiers instead
* The thumbnail index now supports actions on the currently selected
thumbnail (patch by Olof-Joachim Frahm)
- * feh now supports 'make stat64=1' to access 64bit CIFS shares from 32bit
- hosts (for 32 <-> 32 or 64 <-> 64 bit, this works anyways)
+ * feh now supports 'make stat64=1' to access CIFS shares mounted from 64bit
+ hosts if the local system is 32bit (for 32<->32 and 64<->64, this works
+ anyways)
Mon, 26 Sep 2011 09:35:41 +0200 Daniel Friesel <derf@finalrewind.org>