You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/09/28 17:31:15 UTC

svn commit: r1002217 - /pivot/branches/1.5.x/RELEASE-NOTES

Author: gbrown
Date: Tue Sep 28 15:31:15 2010
New Revision: 1002217

URL: http://svn.apache.org/viewvc?rev=1002217&view=rev
Log:
Update release notes.

Modified:
    pivot/branches/1.5.x/RELEASE-NOTES

Modified: pivot/branches/1.5.x/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/RELEASE-NOTES?rev=1002217&r1=1002216&r2=1002217&view=diff
==============================================================================
--- pivot/branches/1.5.x/RELEASE-NOTES (original)
+++ pivot/branches/1.5.x/RELEASE-NOTES Tue Sep 28 15:31:15 2010
@@ -17,3 +17,26 @@
 
 Release Notes for Pivot 1.5.2:
 
+** Bug
+    * [PIVOT-392] - Calendar issue?
+    * [PIVOT-586] - Alt+A in Polish locale incorrectly selects all text
+    * [PIVOT-601] - missing pivot-web-server artefact on local Maven repository
+    * [PIVOT-612] - TextInput validator problem when modifying selected text
+    * [PIVOT-613] - RadioButton, etc. does not correctly report opaqueness
+    * [PIVOT-630] - NPE when using ReflectionDecorator on Dialog with TextInput inside
+    * [PIVOT-648] - useless ResultList constructors due to ignored argument
+
+** Improvement
+    * [PIVOT-611] - add a method hasListener() in ListenerList object
+    * [PIVOT-614] - add a clearFlag() method in Form
+    * [PIVOT-617] - Optimize performance of ResultList
+    * [PIVOT-622] - Add setExpandedIcon() overloads to org.apache.pivot.wtk.content.TreeBranch
+    * [PIVOT-627] - Painting RadioButton with null ButtonData
+    * [PIVOT-632] - Add a source argument to Action#perform()
+    * [PIVOT-640] - Add a Query.Method argument to QueryServlet#createSerializer() and validate()
+    * [PIVOT-644] - Improve JSONSerializer to ignore a BOM at the beginning of file
+
+** Wish
+    * [PIVOT-626] - Add "userData" member to TreeNode to facilitate right-click menu handling
+      (among other things)
+