Updated Branches: refs/heads/wicket-1.5.x 2f521bda8 -> f1eac764f
changelog Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f1eac764 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f1eac764 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f1eac764 Branch: refs/heads/wicket-1.5.x Commit: f1eac764f4154a838ea3c1201c622a5c9a9918ba Parents: 2f521bd Author: Igor Vaynberg <[email protected]> Authored: Tue Jan 17 15:19:45 2012 -0800 Committer: Igor Vaynberg <[email protected]> Committed: Tue Jan 17 15:19:45 2012 -0800 ---------------------------------------------------------------------- CHANGELOG-1.5 | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/f1eac764/CHANGELOG-1.5 ---------------------------------------------------------------------- diff --git a/CHANGELOG-1.5 b/CHANGELOG-1.5 index b0d0325..39213b2 100644 --- a/CHANGELOG-1.5 +++ b/CHANGELOG-1.5 @@ -1,6 +1,7 @@ This file contains all changes done on the 1.5 version. -Release Notes - Wicket - Version 1.5.4.1 + +Release Notes - Wicket - Version 1.5.4 ** Bug * [WICKET-4140] - Make CryptoMapper easier to extend @@ -46,6 +47,8 @@ Release Notes - Wicket - Version 1.5.4.1 * [WICKET-4332] - FileUpload: Using IE9 in IE8 compatibility mode, ajax-response cannot be parsed * [WICKET-4333] - BreadCrumbPanelLink should accept subclasses of BreadBrumbPanel * [WICKET-4336] - One of the stateless examples makes the page stateful + * [WICKET-4338] - POST params ignored by IPageParametersEncoder#decodePageParameters() + * [WICKET-4340] - Rerendering a page with WicketTester after you loose permission does not give access-denied ** Improvement * [WICKET-3911] - Hungarian localisation for upload component and examples @@ -65,6 +68,8 @@ Release Notes - Wicket - Version 1.5.4.1 * [WICKET-4302] - Allow set Ajax settings for AjaxCheckBox * [WICKET-4329] - Optimize consequent usages of MarkupContainer# hasAssociatedMarkup() and #getAssociatedMapkup() * [WICKET-4334] - Prevent Wicket from causing redundant download of stateless resources (.js, .css etc.,) on browser with cookies enabled + * [WICKET-4337] - deprecate start panel in 1.5.x + * [WICKET-4342] - Allow resources disable the flushing of the response after setting the headers ** New Feature * [WICKET-4162] - Add new StringResourceLoader to allow Wicket extensions to provide localization resource bundles
