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/07/13 16:44:04 UTC

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

Author: gbrown
Date: Tue Jul 13 14:44:03 2010
New Revision: 963739

URL: http://svn.apache.org/viewvc?rev=963739&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=963739&r1=963738&r2=963739&view=diff
==============================================================================
--- pivot/branches/1.5.x/RELEASE-NOTES (original)
+++ pivot/branches/1.5.x/RELEASE-NOTES Tue Jul 13 14:44:03 2010
@@ -18,9 +18,22 @@
 Release Notes for Pivot 1.5.1:
 
 ** New Feature
+    * [PIVOT-516] - Add getContextPath() and getLocation() to QueryServlet
+    * [PIVOT-521] - Add support for binding JSON structures to Java Beans
 
 ** Improvement
+    * [PIVOT-513] - allow instance creation customization when reading WTKX files by creating an instance creation factory method inside the serializer class
+    * [PIVOT-522] - Add a URL setter for ListButton's "listData" property
+    * [PIVOT-527] - add getCurrentElement() to WTKXSerializer
+    * [PIVOT-528] - Allow Dictionary values to be specified using elements in WTKX
+    * [PIVOT-529] - Allow attached properties to be specified using elements in WTKX
+    * [PIVOT-532] - Bad link in Data Binding tutorial
 
 ** Bug
+    * [PIVOT-507] - Listener registration issues in menu items containing sub-menus
+    * [PIVOT-510] - If window was last on secondary monitor, if you launch without a secondary monitor it still tries to display on secondary monitor
+    * [PIVOT-515] - org.apache.pivot.collections.ArrayList bounds checking issue
+    * [PIVOT-518] - Serialization of "structs" fails
+    * [PIVOT-519] - CSVSerializer does not trim values
+    * [PIVOT-533] - org.apache.pivot.collections.Sequence.Tree - add, get, insert, remove & update methods do not handle empty Paths
 
-** Task