From 6c8a69cc9a4ed0a63e98312eb772af9349795a0a Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 17:29:28 +0000
Subject: [PATCH] OPENJPA-1079 Show as being fixed in 2.0.0-M2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920996 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 2 ++
2 files changed, 3 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index 9c8373cd2..a101284b2 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -748,6 +748,7 @@ Bug
* [OPENJPA-1056] - Add support for Sybase in the query timeout tests
* [OPENJPA-1063] - Create a new openjpa-all artifact to include runtime depends
* [OPENJPA-1066] - Generated ID starting with 0 can cause unexpected results
+ * [OPENJPA-1079] - Allow client to access the distributed JDBC connection
New Feature
-----------
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index cfee4cfc1..58c78cabb 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -937,6 +937,8 @@ in each release of OpenJPA.
[OPENJPA-1038] - Enhancer java.lang.StackOverflowError exception when circular dependencies are encountered within embeddables
[OPENJPA-1045] - Add opt-in and opt-out configuration for L2 DataCache
[OPENJPA-1063] - Create a new openjpa-all artifact to include runtime depends
+[OPENJPA-1066] - Generated ID starting with 0 can cause unexpected results
+[OPENJPA-1079] - Allow client to access the distributed JDBC connection
New Feature