You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/10/18 13:40:48 UTC

svn commit: r10850 - /dev/wicket/1.5.14/CHANGELOG-1.5

Author: mgrigorov
Date: Sun Oct 18 11:40:48 2015
New Revision: 10850

Log:
Add release notes for 1.5.13 and 1.5.14


Modified:
    dev/wicket/1.5.14/CHANGELOG-1.5

Modified: dev/wicket/1.5.14/CHANGELOG-1.5
==============================================================================
--- dev/wicket/1.5.14/CHANGELOG-1.5 (original)
+++ dev/wicket/1.5.14/CHANGELOG-1.5 Sun Oct 18 11:40:48 2015
@@ -1,5 +1,26 @@
 This file contains all changes done on the 1.5 version.
 
+Release Notes - Wicket - Version 1.5.14
+
+** Bug
+    * [WICKET-5838] - Last-modified header of external markup is ignored
+    * [WICKET-5927] - Velocity remote code execution
+    * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
+    * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+
+** Improvement
+    * [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+
+
+Release Notes - Wicket - Version 1.5.13
+
+** Bug
+    * [WICKET-5714] - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type
+
+** Improvement
+    * [WICKET-5756] - Allow to use custom ciphers when using SunJceCrypt class
+
+
 Release Notes - Wicket - Version 1.5.12
 
 ** Bug