diff options
author | hari gowtham <hgowtham@redhat.com> | 2019-06-05 22:10:47 +0530 |
---|---|---|
committer | Hari Gowtham <hgowtham@redhat.com> | 2019-07-02 10:23:18 +0530 |
commit | d24b4605fe104f7a9a3c9091154291b9cce44915 (patch) | |
tree | d4afb68bebf00f6b03e270bd6cfcdfcac53b67e5 | |
parent | 257fee6312513498ee70765b9f343d5df77b1fce (diff) |
doc: Added release notes for 5.7v5.7
Fixes: bz#1697986
Change-Id: I6dc17424665431957152761eaec7b6b2226ae1f0
Signed-off-by: hari gowtham <hgowtham@redhat.com>
-rw-r--r-- | doc/release-notes/5.7.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/release-notes/5.7.md b/doc/release-notes/5.7.md new file mode 100644 index 00000000000..3f2559b4c77 --- /dev/null +++ b/doc/release-notes/5.7.md @@ -0,0 +1,26 @@ +# Release notes for Gluster 5.7 + +This is a bugfix release. The release notes for [5.0](5.0.md), [5.1](5.1.md), [5.2](5.2.md), [5.3](5.3.md), [5.5](5.5.md), and [5.6](5.6.md) contain +a listing of all the new features that were added and bugs fixed in the +GlusterFS 5 stable release. + +**NOTE:** Next minor release tentative date: Week of 10th July, 2019 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-5.6 are listed below. + +- [#1717282](https://bugzilla.redhat.com/1717282): ec ignores lock contention notifications for partially acquired locks +- [#1629877](https://bugzilla.redhat.com/1629877): GlusterFS can be improved (clone for Gluster-5) +- [#1695399](https://bugzilla.redhat.com/1695399): With parallel-readdir enabled, deleting a directory containing stale linkto files fails with "Directory not empty" +- [#1699500](https://bugzilla.redhat.com/1699500): fix truncate lock to cover the write in tuncate clean +- [#1699736](https://bugzilla.redhat.com/1699736): Fops hang when inodelk fails on the first fop +- [#1707198](https://bugzilla.redhat.com/1707198): VM stuck in a shutdown because of a pending fuse request |