Skip to content

Commit

Permalink
Release version 0.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
  • Loading branch information
frozencemetery committed Jan 13, 2021
1 parent 5ba3c4c commit dbc4820
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions docs/Releases/v0.8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Michael Weiser (1):
- Handle impersonation of oneself

Robbie Harwood (11):
- Document config file non-merging
- Initialize our epoll\_event structures
- Avoid leak of special mechs in gss\_mech\_interposer()
- Fix leak of mech OID in gssi\_inquire\_context()
- Make syslog of call status configurable
- Fix order of socket ev update in init\_sockets()
- Eliminate some leftover dead code
- Update EXTRA\_DIST for missing test files
- Fix warnings in configure programs
- Update vendored ax\_pthread.m4
- Switch to calling distcheck in CI

Simo Sorce (19):
- Silence gcc on truncation of debug messages
- Work around incorrect gcc restrict warning on asprintf
- Add testlib method to wait for gssproxy reconfiguration
- Expand use of global static mechs to conform to SPI
- Initialize interposed mech list without allocation
- Make sure to free also the remote ctx struct
- Use the correct function to free unused creds
- Fix leaks in our test suite itself
- Always free ciphertext data in gp\_encrypt\_buffer
- Return static oids for naming functions
- Avoid unnecessary allocation in gpm\_inquire\_mechs\_for\_name()
- Use static OIDs in gss\_inquire\_context()
- Add a hidden debug tool to gssproxy
- Implement remoting gss\_localname function.
- Add new test unit for name functions
- Fix various test issues
- Update .gitignore file
- Always shortcircuit mech\_invoke to the local mech
- Clarify mech\_for\_saslname implementation note

2 changes: 1 addition & 1 deletion version.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Primary version number
m4_define([VERSION_NUMBER], [0.8.3])
m4_define([VERSION_NUMBER], [0.8.4])

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

0 comments on commit dbc4820

Please sign in to comment.