diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-10-27 22:32:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-10-27 22:32:10 -0400 |
commit | 3c02f3290804acedfc922ae82ce2a3aca5ca2ec7 (patch) | |
tree | 2357b8dfbd50c89d87719002005988389e98d038 /RELEASES.md | |
parent | 462a2cb18ca51afec08e3c80acfe79dd69786332 (diff) | |
download | bfs-3c02f3290804acedfc922ae82ce2a3aca5ca2ec7.tar.xz |
Release 1.1.41.1.4
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 42669ff..8c6726c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,17 @@ === +1.1.4 +----- + +**October 27, 2017** + +- Added a man page +- Fixed cases where multiple actions write to the same file +- Report errors that occur when closing files/flushing streams +- Fixed "argument list too long" errors with `-exec ... '{}' +` + + 1.1.3 ----- |