Skip to content

Commit c984020

Browse files
Release version 0.8.0
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 61588e3 commit c984020

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

docs/Releases/v0.8.0.md

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Highlights:
2+
- Add capability to match services based on the name of the executable
3+
- Add support for reloading in our systemd unit file
4+
- Fix behavior with NFS setup
5+
6+
Alexander Scheel (17):
7+
- Clarify test suite's logging
8+
- Create krb5 config files before setting up LDAP
9+
- Fix error reporting in init\_proc\_nfsd
10+
- Conditionally reload kernel interface on SIGHUP
11+
- Fix most memory leaks
12+
- Fix error handling in gp\_config\_from\_dir
13+
- Enable debugging for testsuites
14+
- Check for TERM in external environment before setting in tests
15+
- Update test and krb5 dependency list in BUILD.txt
16+
- [client] Switch to non-blocking sockets
17+
- [server] Add detailed request logging
18+
- Don't leak mech\_type when CONTINUE\_NEEDED from init\_sec\_context
19+
- Add call to verto\_cleanup()
20+
- Simplify setting NONBLOCK on socket
21+
- Fix handling of non-EPOLLIN/EPOLLOUT events
22+
- Fix error handling in gpm\_send\_buffer/gpm\_recv\_buffer
23+
- Fix silent crash with duplicate config sections
24+
25+
Robbie Harwood (27):
26+
- Add mailing list and IRC links to README
27+
- Turn on -Wextra
28+
- Fix unused variables
29+
- Fix mismatched sign comparisons
30+
- Fix error checking on get\_impersonator\_fallback()
31+
- Remove gpm\_release\_ctx() to fix double unlock
32+
- Update systemd file
33+
- Mark selinux config attributes as deprecated
34+
- Require krb5 >= 1.14 for GSS\_KRB5\_CRED\_NO\_CI\_FLAGS\_X
35+
- Fix segfault when no config files are present
36+
- Include header for writev()
37+
- Make proc file failure loud but nonfatal
38+
- Appease gcc-7's fallthrough detection
39+
- Support matching based on executable name
40+
- Tolerate NULL pointers in gp\_same
41+
- Fix double free of popt context when querying version
42+
- Fix potential free of non-heap address
43+
- Prevent uninitialized read in error path of XDR contexts
44+
- Handle outdated encrypted ccaches
45+
- Update Apache docs to reflect config file split
46+
- Only empty FILE ccaches when storing remote creds
47+
- Fix a krb5 error code being returned as GSS major
48+
- Fix unused variable
49+
- Separate cred and ccache manipulation in gpp\_store\_remote\_creds()
50+
- Properly locate credentials in collection caches in mechglue
51+
- Properly initialize ccaches before storing into them
52+
- Update pagure release process
53+
54+
Simo Sorce (8):
55+
- Properly renew expired credentials
56+
- Change impersonator check code
57+
- Allow connection to self when impersonator set
58+
- Add Client ID to debug messages
59+
- Fix memory leak
60+
- Style fixes
61+
- Emit debug on queue errors
62+
- Do not call gpm\_grab\_sock() twice

version.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Primary version number
2-
m4_define([VERSION_NUMBER], [0.7.0])
2+
m4_define([VERSION_NUMBER], [0.8.0])
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)