Repository: wicket Updated Branches: refs/heads/wicket-6.x 268570967 -> 300d4d466
Added CHANGELOG for release 6.24.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/07573fee Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/07573fee Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/07573fee Branch: refs/heads/wicket-6.x Commit: 07573fee3c6a6ab8db4248317dcb572a52497214 Parents: 573e278 Author: Martijn Dashorst <[email protected]> Authored: Sun Jul 17 19:47:08 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Sun Jul 17 19:47:08 2016 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/07573fee/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index 5453d93..f38aadc 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.24.0 + +** Bug + + * [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory + * [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions + * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId + * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined + * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11 + * [WICKET-6181] - Revert the removal of the default error message when uploading too big files + * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to + * [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct + * [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion + +** Improvement + + * [WICKET-6053] - Allow to reuse the same application instance in several tests + * [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does + * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4 + +======================================================================= + Release Notes - Wicket - Version 6.23.0 ** Bug
