Skip to content

Commit dbc4820

Browse files
Release version 0.8.4
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 5ba3c4c commit dbc4820

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

docs/Releases/v0.8.4.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Michael Weiser (1):
2+
- Handle impersonation of oneself
3+
4+
Robbie Harwood (11):
5+
- Document config file non-merging
6+
- Initialize our epoll\_event structures
7+
- Avoid leak of special mechs in gss\_mech\_interposer()
8+
- Fix leak of mech OID in gssi\_inquire\_context()
9+
- Make syslog of call status configurable
10+
- Fix order of socket ev update in init\_sockets()
11+
- Eliminate some leftover dead code
12+
- Update EXTRA\_DIST for missing test files
13+
- Fix warnings in configure programs
14+
- Update vendored ax\_pthread.m4
15+
- Switch to calling distcheck in CI
16+
17+
Simo Sorce (19):
18+
- Silence gcc on truncation of debug messages
19+
- Work around incorrect gcc restrict warning on asprintf
20+
- Add testlib method to wait for gssproxy reconfiguration
21+
- Expand use of global static mechs to conform to SPI
22+
- Initialize interposed mech list without allocation
23+
- Make sure to free also the remote ctx struct
24+
- Use the correct function to free unused creds
25+
- Fix leaks in our test suite itself
26+
- Always free ciphertext data in gp\_encrypt\_buffer
27+
- Return static oids for naming functions
28+
- Avoid unnecessary allocation in gpm\_inquire\_mechs\_for\_name()
29+
- Use static OIDs in gss\_inquire\_context()
30+
- Add a hidden debug tool to gssproxy
31+
- Implement remoting gss\_localname function.
32+
- Add new test unit for name functions
33+
- Fix various test issues
34+
- Update .gitignore file
35+
- Always shortcircuit mech\_invoke to the local mech
36+
- Clarify mech\_for\_saslname implementation note
37+

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