Skip to content

Commit 7b16d23

Browse files
Release version 0.8.3
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 57731ae commit 7b16d23

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/Releases/v0.8.3.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Highlights:
2+
- We're on github now
3+
4+
Guiyao (1):
5+
- Unlock cond\_mutex before pthread exit in gp\_worker\_main()
6+
7+
Orion Poplawski (1):
8+
- Replace /var/run -> /run in gssproxy.service
9+
10+
Pat Riehecky (1):
11+
- Delay gssproxy start until after network.target
12+
13+
Robbie Harwood (2):
14+
- Avoid uninitialized free when allocating buffers
15+
- Update NFS service name in systemd unit
16+
17+
Simo Sorce (2):
18+
- Use getrandom() for picking xid initial offset
19+
- Fix handling of selinux context when NULL
20+
21+
Tomáš Chvátal (1):
22+
- Support for running tests on openSUSE

version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Primary version number
2-
m4_define([VERSION_NUMBER], [0.8.2])
2+
m4_define([VERSION_NUMBER], [0.8.3])
33

44
# If the PRERELEASE_VERSION_NUMBER is set, we'll append
55
# it to the release tag when creating an RPM or SRPM

0 commit comments

Comments
 (0)