You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2007/12/08 12:43:11 UTC

svn commit: r602452 - /wicket/releases/wicket-1.3.0-rc2/README

Author: frankbille
Date: Sat Dec  8 03:43:10 2007
New Revision: 602452

URL: http://svn.apache.org/viewvc?rev=602452&view=rev
Log:
Added new issues to release notes

Modified:
    wicket/releases/wicket-1.3.0-rc2/README

Modified: wicket/releases/wicket-1.3.0-rc2/README
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/README?rev=602452&r1=602451&r2=602452&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/README (original)
+++ wicket/releases/wicket-1.3.0-rc2/README Sat Dec  8 03:43:10 2007
@@ -257,6 +257,7 @@
     * [WICKET-1196] - tag-namespace is not rendered for the markup placeholder tag
     * [WICKET-1198] - NPE in IndexedHybridUrlCodingStrategy during encoding
     * [WICKET-1199] - false positive or wrong unit tests unit tests when ajax is involved
+    * [WICKET-1209] - WicketSessionFilter doesn't clean up the session thread local
 
 ** Improvement
     * [WICKET-1097] - AjaxEditableLabel: Model change events not propagated from Editor
@@ -269,6 +270,7 @@
     * [WICKET-1159] - IWrapModel implementations should implement detach method (calling the wrapped model), 
                       Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)
     * [WICKET-1171] - Tolerate malformed If-Modified-Since header
+    * [GHOP-ASF-12] - Restyle the Wicket Examples (See more here: http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=12)
 
 ** New Feature
     * [WICKET-104] - Web Testcase for quickstart application