From d24b4605fe104f7a9a3c9091154291b9cce44915 Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Wed, 5 Jun 2019 22:10:47 +0530 Subject: doc: Added release notes for 5.7 Fixes: bz#1697986 Change-Id: I6dc17424665431957152761eaec7b6b2226ae1f0 Signed-off-by: hari gowtham --- doc/release-notes/5.7.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/release-notes/5.7.md 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 -- cgit