Added CHANGELOG for release 6.23.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a7bf88dd Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a7bf88dd Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a7bf88dd Branch: refs/heads/wicket-6.x Commit: a7bf88dd0865b417e8768729e259682bb5d5a2ca Parents: 0e2f53f Author: Martijn Dashorst <[email protected]> Authored: Mon Apr 25 11:34:46 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Apr 25 11:34:46 2016 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a7bf88dd/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index cbbf39f..5453d93 100644 --- a/CHANGELOG-6.x +++ b/CHANGELOG-6.x @@ -2,6 +2,28 @@ This file contains all changes done in releases for Apache Wicket 6.x. ======================================================================= +Release Notes - Wicket - Version 6.23.0 + +** Bug + + * [WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors + * [WICKET-6111] - Empty redirect on redirect to home page if home page already shown + * [WICKET-6131] - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl + * [WICKET-6135] - There is no good way to get POST body content + +** Improvement + + * [WICKET-6098] - Add logging to HttpSessionDataStore + * [WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3 + * [WICKET-6110] - Add a message to StalePageException for better debugging + * [WICKET-6122] - Add .map to the list of allowed file extensions in SecurePackageResourceGuard + * [WICKET-6123] - Remove 'abstract' from ChainingModel + * [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass proper exception handling + * [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions + * [WICKET-6152] - Allow to add more than one WebSocketBehavior in the component tree + +======================================================================= + Release Notes - Wicket - Version 6.22.0 ** Bug
