You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/05/28 16:57:15 UTC

[wicket] 01/03: Added CHANGELOG for release 7.14.0

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to annotated tag rel/wicket-7.14.0
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 6029543d021ea79e29cdb6d99e78a2110c95f0ce
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri May 24 19:59:14 2019 +0200

    Added CHANGELOG for release 7.14.0
---
 CHANGELOG-7.x | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x
index 47d6947..8ee4a44 100644
--- a/CHANGELOG-7.x
+++ b/CHANGELOG-7.x
@@ -2,6 +2,20 @@ This file contains all changes done in releases for Apache Wicket 7.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 7.14.0
+
+** Bug
+
+    * [WICKET-6611] - Missing check for IScopeAwareTextResourceProcessor when concatenating resources
+    * [WICKET-6639] - PageStoreManager$SessionEntry.clear produces NullPointerException
+    * [WICKET-6669] - CSS Resource Bundling throws exception when used with CssUrlReplacer
+
+** Improvement
+
+    * [WICKET-6668] - Sign out the existing session if a sign in attempt has failed
+
+=======================================================================
+
 Release Notes - Wicket - Version 7.13.0
 
 ** Bug