Updated Branches: refs/heads/master 0afab701b -> da1d02466
Updated changelog to newer export from JIRA Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/da1d0246 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/da1d0246 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/da1d0246 Branch: refs/heads/master Commit: da1d024661cb0f69873352444655926491e8aa7e Parents: 0afab70 Author: Martijn Dashorst <[email protected]> Authored: Wed May 23 17:23:52 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed May 23 17:23:52 2012 +0200 ---------------------------------------------------------------------- CHANGELOG-6.0 | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/da1d0246/CHANGELOG-6.0 ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.0 b/CHANGELOG-6.0 index df78744..01ac473 100644 --- a/CHANGELOG-6.0 +++ b/CHANGELOG-6.0 @@ -39,11 +39,13 @@ Release Notes - Wicket - Version 6.0.0-beta2 * [WICKET-4543] - AbstractDefaultAjaxBehavior.getCallbackFunctionBody uses jQuery.extend * [WICKET-4546] - Unencoded ampersands in CSS-/Javascript-Reference * [WICKET-4548] - NullPointerException in org.apache.wicket.markup.html.form.ValidationErrorFeedback + * [WICKET-4566] - Resource filtering breaks the calculation of rendered resources ** Improvement * [WICKET-598] - Support jetty continuations in wicket * [WICKET-2128] - StringValidator error messages erroneously mention input instead of label * [WICKET-2674] - AbstractChoice Option Style Hook + * [WICKET-4219] - Enable markup escaping of WizardStep's labels by default due to security aspects * [WICKET-4466] - Use an external host for the static javascript files (specially JQuery) * [WICKET-4468] - Stateful components which are invisible force page to be stateful * [WICKET-4474] - Disallow PackageResources in the bundles @@ -74,9 +76,6 @@ Release Notes - Wicket - Version 6.0.0-beta2 * [WICKET-4308] - onNewBrowserWindow wanted * [WICKET-4498] - Ignore Netbeans XML configuration files in Apache License Header Test Case - - - Release Notes - Wicket - Version 6.0.0-beta1 ** Sub-task
