Author: ivaynberg
Date: Thu Oct 20 15:32:34 2011
New Revision: 1186851

URL: http://svn.apache.org/viewvc?rev=1186851&view=rev
Log:
changelog

Modified:
    wicket/branches/wicket-1.5.2/CHANGELOG-1.5

Modified: wicket/branches/wicket-1.5.2/CHANGELOG-1.5
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.2/CHANGELOG-1.5?rev=1186851&r1=1186850&r2=1186851&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.2/CHANGELOG-1.5 (original)
+++ wicket/branches/wicket-1.5.2/CHANGELOG-1.5 Thu Oct 20 15:32:34 2011
@@ -11,6 +11,7 @@ Release Notes - Wicket - Version 1.5.2
     * [WICKET-4099] - SmartLinkLabel doesn't recognize already tagged links
     * [WICKET-4102] - AutoLabelTextResolver fails to pick up locale changes in 
the session
     * [WICKET-4105] - Using ajax to update a component that has an 
AbstractTransformerBehavior attached throws a ClassCastException
+    * [WICKET-4107] - StatelessForm resubmitting via GET
     * [WICKET-4109] - AutocompleteTextField after Submit does not work
     * [WICKET-4111] - addDomReadyEvent broken for IE
     * [WICKET-4112] - WicketTester#startComponentInPage and 
WicketTester#assertModelValue have inconsistent behavior.
@@ -26,12 +27,17 @@ Release Notes - Wicket - Version 1.5.2
     * [WICKET-4135] - retrying of exception handling
     * [WICKET-4136] - component without close tag fails with "Unable to find 
close tag for" if it is the last componet on page
     * [WICKET-4141] - Automatic Linking in base page broken
+    * [WICKET-4152] - NPE in CachingResourceStreamLocator due to the search in 
parent's markup in Autolink code
 
 ** Improvement
     * [WICKET-2244] - Allow overriding of the Validator default MessageKey 
     * [WICKET-4098] - AjaxLazyLoadPanelTester should take BaseWicketTester as 
parameter
     * [WICKET-4117] - Improve markup parsing in order to generate a meaningful 
message when a not balanced quote is found.
 
+** New Feature
+    * [WICKET-4147] - Add Application and Session lifecycle listeners
+    * [WICKET-4148] - Add listener to intercept behavior instantiation just 
like we do component instantiation
+
 ** Task
     * [WICKET-4095] - Adding wicket-example for rendering a Page in the 
current requestCycle
 


Reply via email to