diff options
| author | Martin Pärtel <martin.partel@gmail.com> | 2017-01-29 17:09:33 +0000 |
|---|---|---|
| committer | Martin Pärtel <martin.partel@gmail.com> | 2017-01-29 17:09:33 +0000 |
| commit | 8f4b7de90989ab17260b6d7b926b2b71012475b3 (patch) | |
| tree | de0b08e038cc2272c80d067502f248cdde0a3067 /ChangeLog | |
| parent | 18300876c860cad126fb316a82509a95c002d766 (diff) | |
| download | bindfs-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |
