summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2006-11-10 21:40:27 +0000
committerBrian S. O'Neill <bronee@gmail.com>2006-11-10 21:40:27 +0000
commit79f93ccdb4fb0648df4379a701fd3a9cc8bef622 (patch)
tree78cfa31892be63e42ccf454210f6af6acdfe03d1
parent07c67b103e8972f9d57230d09c081621e943aa67 (diff)
1.1-BETA5
-rw-r--r--RELEASE-NOTES.txt4
-rw-r--r--pom.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0d95a5b..6373977 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,6 +1,10 @@
Carbonado change history
------------------------
+1.1-BETA4 to 1.1-BETA5
+-------------------------------
+- More fixes in resync corruption repair logic.
+
1.1-BETA3 to 1.1-BETA4
-------------------------------
- Added additional repair logic in resync if replica entries are corrupt.
diff --git a/pom.xml b/pom.xml
index 25099ec..a1ec166 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-BETA4</version>
+ <version>1.1-BETA5</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>