From b59c7577416a0da6e0b450d8f9b8d7c965875488 Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Mon, 8 Mar 2010 13:26:16 +0000
Subject: [PATCH] OPENJPA-1496 Show as being fixed in Beta2 in Changes/Release
Notes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920316 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 91a5f7a68..87c1bf7d2 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -171,6 +171,7 @@ Bug
* [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
* [OPENJPA-1367] - H2 Database Engine does support cross join
* [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
+ * [OPENJPA-1496] - Fail to set temporal parameter
* [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
* [OPENJPA-1507] - NPE with a non-JDBC store manager
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index f7b1fb6e8..71a9dc8f4 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -237,6 +237,8 @@ in each release of OpenJPA.
[OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
+[OPENJPA-1496] - Fail to set temporal parameter
+
[OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
[OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider