Author: dwoods
Date: Wed Mar 24 18:50:01 2010
New Revision: 927150
URL: http://svn.apache.org/viewvc?rev=927150&view=rev
Log:
OPENJPA-1236 show as being fixed in 2.0.0-beta
Modified:
openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=927150&r1=927149&r2=927150&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Wed Mar 24 18:50:01 2010
@@ -393,6 +393,7 @@ Improvement
* [OPENJPA-839] - change pom.xml to publish sources as well.
* [OPENJPA-1085] - Add toString() method to PCState classes
* [OPENJPA-1172] - Use java.util.concurrent.ConcurrentHashMap rather than
a synchronized HashMap in ClassMapping.
+ * [OPENJPA-1236] - Finish support of delimiters other than double-quotes
* [OPENJPA-1258] - make warning message more friendly when other
persistence provider configured by application
* [OPENJPA-1356] - Use maven-enforcer-plugin to verify proper Java and
Maven levels
* [OPENJPA-1363] - Upgrade to latest commons-pool maintenance release
Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=927150&r1=927149&r2=927150&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Wed Mar 24
18:50:01 2010
@@ -646,6 +646,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1172'>OPENJPA-1172</a>] -
Use java.util.concurrent.ConcurrentHashMap rather than a synchronized
HashMap in ClassMapping.
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1236'>OPENJPA-1236</a>] -
Finish support of delimiters other than double-quotes
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1258'>OPENJPA-1258</a>] -
make warning message more friendly when other persistence provider
configured by application
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1356'>OPENJPA-1356</a>] -
Use maven-enforcer-plugin to verify proper Java and Maven levels