diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-06-15 12:21:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-06-15 20:16:34 -0400 |
commit | 148c5856e4a3f916ec729469e36489f5280602d4 (patch) | |
tree | b5812d301d4cfd58f0dccf3db3411e6aa6c5e6f5 /RELEASES.md | |
parent | 05beda493cf176e8d689e9c5eaf4273a32be772f (diff) | |
download | bfs-148c5856e4a3f916ec729469e36489f5280602d4.tar.xz |
Release 1.0.21.0.2
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 b4911d7..a208cd8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,17 @@ === +1.0.2 +----- + +**June 15, 2017** + +Bugfix release. + +- Fixed handling of \0 inside -printf format strings +- Fixed `-perm` interpretation of permcopy actions (e.g. `u=rw,g=r`) + + 1.0.1 ----- |