Repository: syncope Updated Branches: refs/heads/1_2_X 844d37e24 -> 6d250c392
Updating CHANGES for release Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6d250c39 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6d250c39 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6d250c39 Branch: refs/heads/1_2_X Commit: 6d250c3923fc4e967e16eba608becef168868061 Parents: 844d37e Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Oct 7 09:37:28 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Oct 7 09:37:28 2016 +0200 ---------------------------------------------------------------------- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/6d250c39/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index f5de8f6..040373c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,23 @@ Apache Syncope - CHANGES Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- +Release Notes - Syncope - Version 1.2.9 +================================================================================ + +** Bug + * [SYNCOPE-876] - Fake after object reported by propagation in case of delete + * [SYNCOPE-923] - Sync / Pull task not configured for delete causes incremental sync to prematurely stop + * [SYNCOPE-928] - Table that stores user passwords store duplicate entries + * [SYNCOPE-929] - Braces are ignored for FIQL strings + * [SYNCOPE-936] - Sync token reset to NULL when no SyncDelta items are available + * [SYNCOPE-939] - Password history not checked when user changes password + * [SYNCOPE-943] - Security question gets deleted when changing a user attribute in the console + * [SYNCOPE-954] - Wicket exception when running an enable or disable action + +** Improvement + * [SYNCOPE-877] - Better handling of not found exception logged at global policy retrieval time + * [SYNCOPE-949] - Leave WebApplicationException to default processing + Release Notes - Syncope - Version 1.2.8 ================================================================================
