diff --git a/docs/release-notes/9.2.md b/docs/release-notes/9.2.md new file mode 100644 index 00000000..e58e3aa8 --- /dev/null +++ b/docs/release-notes/9.2.md @@ -0,0 +1,28 @@ +# Release notes for Gluster 9.2 + +This is a bugfix and improvement release. The release notes for [9.0](9.0.md), [9.1](9.1.md) contain a listing of all the new features that were added and bugs fixed in the GlusterFS 9 stable release. + +**NOTE:** +- Next minor release tentative date: Week of 30th Jun, 2021 +- Users are highly encouraged to upgrade to newer releases of GlusterFS. + +## Important fixes in this release + +- After upgrade on release 9.1 glusterd protocol is broken [#2351](https://github.com/gluster/glusterfs/issues/2351) +- Disable lookup-optimize by default in the virt group [#2253](https://github.com/gluster/glusterfs/issues/2253) + +## Builds are available at + +[https://download.gluster.org/pub/gluster/glusterfs/9/9.2/](https://download.gluster.org/pub/gluster/glusterfs/9/9.2/) + +## Issues addressed in this release + + +- [#1909](https://github.com/gluster/glusterfs/issues/1909) core: Avoid several dict OR key is NULL message in brick logs +- [#2161](https://github.com/gluster/glusterfs/issues/2161) Crash caused by memory corruption +- [#2232](https://github.com/gluster/glusterfs/issues/2232) "Invalid argument" when reading a directory with gfapi +- [#2253](https://github.com/gluster/glusterfs/issues/2253) Disable lookup-optimize by default in the virt group +- [#2313](https://github.com/gluster/glusterfs/issues/2313) Long setting names mess up the columns and break parsing +- [#2337](https://github.com/gluster/glusterfs/issues/2337) memory leak observed in lock fop +- [#2351](https://github.com/gluster/glusterfs/issues/2351) After upgrade on release 9.1 glusterd protocol is broken +- [#2353](https://github.com/gluster/glusterfs/issues/2353) Permission issue after upgrading to Gluster v9.1 diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index b8bcff75..e135974f 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -3,8 +3,9 @@ Release Notes ### GlusterFS 9 release notes -- [9.0](./9.0.md) +- [9.2](./9.2.md) - [9.1](./9.1.md) +- [9.0](./9.0.md) ### GlusterFS 8 release notes diff --git a/mkdocs.yml b/mkdocs.yml index 90217018..433a9ef1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,6 +117,7 @@ nav: - Release Notes: - index: release-notes/index.md - RELEASE 9.x: + - 9.2: release-notes/9.2.md - 9.1: release-notes/9.1.md - 9.0: release-notes/9.0.md - RELEASE 8.x: