Skip to content

Commit 5087781

Browse files
author
Brendan W. McAdams
committed
Release r2.7.0-rc4
1 parent 515f338 commit 5087781

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
2.7.0-rc4 / 2011-11-03
3+
=======================
4+
5+
* New Secondary Selection tests for Replica Sets introduced
6+
* To correct a regression, make WriteConcern immutable (Otherwise you can mutate static presets like SAFE at runtime) * Reintroduced constructors which accept continueOnErrorForInsert args * To enable you to set continueOnErrorForInsert with the presets like SAFE, immutable "new WriteConcern like this with COEI changed" method added.
7+
28
2.7.0-rc3 / 2011-10-31
39
=======================
410

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ javac.source=1.5
2424
# If anyone wants to parse lib.version in ant, please do :-)
2525
#
2626

27-
lib.version=2.7.0-rc3
27+
lib.version=2.7.0-rc4
2828

2929
lib.major=2
3030

0 commit comments

Comments
 (0)