Author: ivaynberg
Date: Mon Sep 13 03:18:53 2010
New Revision: 996410
URL: http://svn.apache.org/viewvc?rev=996410&view=rev
Log:
changelog
Modified:
wicket/trunk/CHANGELOG-1.5
Modified: wicket/trunk/CHANGELOG-1.5
URL:
http://svn.apache.org/viewvc/wicket/trunk/CHANGELOG-1.5?rev=996410&r1=996409&r2=996410&view=diff
==============================================================================
--- wicket/trunk/CHANGELOG-1.5 (original)
+++ wicket/trunk/CHANGELOG-1.5 Mon Sep 13 03:18:53 2010
@@ -1,5 +1,19 @@
This file contains all changes done on the 1.5 version.
+Release Notes - Wicket - Version 1.5-M2.1
+
+** Bug
+ * [WICKET-3039] - WicketServlet failes to initialise with
NullPointerException in WebXmlFile.getFilterPath()
+ * [WICKET-3040] - Ajax form submit fails in Wicket 1.4.11/Firefox3.6
+ * [WICKET-3042] - AjaxLink does not work
+
+** Improvement
+ * [WICKET-1602] - Wicket resources - wicket is requesting resources every
1 hour
+ * [WICKET-2922] - AutoCompleteTextField should allow the generics
specification for the getChoices iterator and the type of the model
+
+** Task
+ * [WICKET-3041] - Relative link in JavaScript
+
Release Notes - Wicket - Version 1.5-M2