Repository: knox Updated Branches: refs/heads/master 56dd56dd1 -> dd51f5482
KNOX-469 Bring CHANGES and ISSUES up to date Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/dd51f548 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/dd51f548 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/dd51f548 Branch: refs/heads/master Commit: dd51f5482005041142f9889854f238e529644030 Parents: 56dd56d Author: Larry McCay <[email protected]> Authored: Wed Nov 5 23:21:53 2014 -0500 Committer: Larry McCay <[email protected]> Committed: Wed Nov 5 23:21:53 2014 -0500 ---------------------------------------------------------------------- CHANGES | 12 ++++++++++++ ISSUES | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/dd51f548/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index b14fd5e..fe1660d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,16 @@ ------------------------------------------------------------------------------ +Release Notes - Apache Knox - Version 0.5.1 +------------------------------------------------------------------------------ +** Bug + * [KNOX-467] - Unit tests failing on windows. Second attempt. + * [KNOX-467] - Unit tests failing on windows + * [KNOX-466] - Log exception stack traces at INFO level when they reach gateway servlet + * [KNOX-459] - added null checks to the closing of resultEnums to avoid NPEs + * [KNOX-465] - Initial audit record can contain leftover principal name + * [KNOX-459] - fixed LDAP connection leaks in KnoxLdapRealm + * [KNOX-464] - Location headers have wrong hostname when used behind load balancer + +------------------------------------------------------------------------------ Release Notes - Apache Knox - Version 0.5.0 ------------------------------------------------------------------------------ ** New Feature http://git-wip-us.apache.org/repos/asf/knox/blob/dd51f548/ISSUES ---------------------------------------------------------------------- diff --git a/ISSUES b/ISSUES index 6f899b3..4faff8d 100644 --- a/ISSUES +++ b/ISSUES @@ -2,5 +2,3 @@ Known Issues ------------------------------------------------------------------------------ -In order to comply with Hive 0.13 REST contract changes, the Knox Gateway -no longer works with previous versions of Hive.
