diff --git a/docs/Releases/v0.8.3.md b/docs/Releases/v0.8.3.md new file mode 100644 index 0000000..a1e1981 --- /dev/null +++ b/docs/Releases/v0.8.3.md @@ -0,0 +1,22 @@ +Highlights: +- We're on github now + +Guiyao (1): +- Unlock cond\_mutex before pthread exit in gp\_worker\_main() + +Orion Poplawski (1): +- Replace /var/run -> /run in gssproxy.service + +Pat Riehecky (1): +- Delay gssproxy start until after network.target + +Robbie Harwood (2): +- Avoid uninitialized free when allocating buffers +- Update NFS service name in systemd unit + +Simo Sorce (2): +- Use getrandom() for picking xid initial offset +- Fix handling of selinux context when NULL + +Tomáš Chvátal (1): +- Support for running tests on openSUSE diff --git a/version.m4 b/version.m4 index 8e702a4..26062e6 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.8.2]) +m4_define([VERSION_NUMBER], [0.8.3]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM