File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
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()
Original file line number Diff line number Diff line change 1
1
# Primary version number
2
- m4_define ( [ VERSION_NUMBER] , [ 0.8.0 ] )
2
+ m4_define ( [ VERSION_NUMBER] , [ 0.8.1 ] )
3
3
4
4
# If the PRERELEASE_VERSION_NUMBER is set, we'll append
5
5
# it to the release tag when creating an RPM or SRPM
You can’t perform that action at this time.
0 commit comments