aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2017-01-29 17:09:33 +0000
committerMartin Pärtel <martin.partel@gmail.com>2017-01-29 17:09:33 +0000
commit8f4b7de90989ab17260b6d7b926b2b71012475b3 (patch)
treede0b08e038cc2272c80d067502f248cdde0a3067 /ChangeLog
parent18300876c860cad126fb316a82509a95c002d766 (diff)
downloadbindfs-8f4b7de90989ab17260b6d7b926b2b71012475b3.tar.gz
Fixed #47 by not setting `-ofsname=` when it would contain a comma.
Also banned some other characters that are likely to lead to trouble.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a11227b..dd13e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-01-29 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Fixed option parsing failure when source dir has a comma (issue #47).
+
+2016-10-30 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Removed ./configure --enable-debug, which has done nothing for some
+ time.
+
2016-10-29 Martin Pärtel <martin dot partel at gmail dot com>
* Fixed compilation of tests on some non-x86 platforms.