Skip to content

Commit

Permalink
Release version 0.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed Apr 17, 2020
1 parent 57731ae commit 7b16d23
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/Releases/v0.8.3.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion version.m4
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7b16d23

Please sign in to comment.