1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
## Highlights
- Fixes a bug in generating the example config files
- Other minor !Coverity/Clang fixes for issues introduced by the last version
## Detailed Changelog
Lukas Slebodnik (4):
- Fix warning value stored to 'ret' is never read
- Remove unused parameter from get_pipe_name
- Include header file with prototypes in implementation module
- Suppress warning: use after free
Simo Sorce (5):
- Switch to use pkg-config for krb5-gssapi
- Use pkg-config for krb5 libs too
- Fix handling of context initialization
- Fix configuration file substitutions
- Release version 0.4.1
|