This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master in repository gssproxy.
from 2592a1b Release version 0.7.0 new ff5f684 Create release page for v0.7.0
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: proxy/docs/Releases/v0.7.0.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 proxy/docs/Releases/v0.7.0.md
This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit ff5f68445a5ee9d48535a7dace4f6d595754d110 Author: Robbie Harwood rharwood@redhat.com Date: Tue Mar 7 17:24:04 2017 -0500
Create release page for v0.7.0
In the future, this should be part of making the release commit.
Signed-off-by: Robbie Harwood rharwood@redhat.com --- proxy/docs/Releases/v0.7.0.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+)
diff --git a/proxy/docs/Releases/v0.7.0.md b/proxy/docs/Releases/v0.7.0.md new file mode 100644 index 0000000..93d5cbb --- /dev/null +++ b/proxy/docs/Releases/v0.7.0.md @@ -0,0 +1,38 @@ +Highlights: + +- RHEL-7 support +- Migration to Pagure completed +- Support syncing changed credentials + +Robbie Harwood (13): +- Clean up build flags +- Detect kerberos.schema on RHEL +- Fix behavior when not passed config_dir on the command line +- Document debug_level option in gssproxy.conf(5) +- Fix asprintf(3) call in ensure_segregated_ccache() +- Appease Coverity +- Remove unused variables in t_acquire.c +- Markdown conversion of docs from Trac +- Pagure-ify release process +- Remove outdated selinux issue from Apache docs +- Update Apache docs to match latest releases +- Fix broken link in protocol docs +- Release version 0.7.0 + +Simo Sorce (16): +- Fix incorrect use of non-null terminated string +- Fix another incorrect use of non-null term. string +- Always check if we have a remote credential +- Fix potential memleak from gpm_release_cred +- Local vs Remote cred check fixes +- Add a helper function to pack options +- Add ability to sync creds back on modification +- Do not re-export unchanged creds +- Rework gpp_cred_handle management +- Add utility function to compare gssx_creds +- Always request cred sync on init_sec_context +- If credentials changed try to store them +- Change tests to always exercise ccache sycns +- Add support for the NO_CI_FLAG credentials option +- Add test to check setting cred options +- Ensure test suite reports failure on traceback
gss-proxy@lists.fedorahosted.org