Skip to content

Commit 736fdd4

Browse files
Release version 0.8.1
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 87957ca commit 736fdd4

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/Releases/v0.8.1.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Highlights:
2+
- Fix explicit NULL derereference with tokens of certain enctypes
3+
- Always choose highest requested debug level
4+
- Fixes for running as unprivileged user
5+
6+
Alexander Scheel (1):
7+
- Permit testing sans Valgrind
8+
9+
Robbie Harwood (12):
10+
- Clarify debug and debug\_level in man pages
11+
- Always choose highest requested debug level
12+
- Add docs link to README.md
13+
- Add generic service README
14+
- Rename README.style -> STYLE.txt so pagure stops picking it up
15+
- Don't leak sock\_ctx if verto\_add\_io() fails
16+
- Update docs to reflect actual behavior of krb5\_principal
17+
- Sort options in man pages
18+
- Check for test-relevant executables early in suite
19+
- Always initialize out cred in gp\_import\_gssx\_cred()
20+
- Handle gss\_import\_cred() failure when importing gssx creds
21+
- Include length when using krb5\_c\_decrypt()
22+
23+
Simo Sorce (5):
24+
- Always use the encype we selected
25+
- Use pthread keys for thread local storage
26+
- Close epoll fd within the lock
27+
- Add a safety timeout to epoll
28+
- Reorder functions
29+
30+
Stanislav Levin (4):
31+
- Fix typo about pid-file
32+
- Retain CAP\_SYS\_PTRACE when running as unpriviliged
33+
- Make build with capabilities optional
34+
- Move run\_as\_user check out of drop\_privs()

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.0])
2+
m4_define([VERSION_NUMBER], [0.8.1])
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)