diff --git a/source/release-notes/2.4-changelog.txt b/source/release-notes/2.4-changelog.txt index 2538788478a..e3fa853888c 100644 --- a/source/release-notes/2.4-changelog.txt +++ b/source/release-notes/2.4-changelog.txt @@ -4,6 +4,16 @@ .. default-domain:: mongodb +.. _2.4.12-changelog: + +2.4.12 - Changes +---------------- + +- Sharding: Sharded connection cleanup on setup error can crash mongos (:issue:`SERVER-15056`) +- Sharding: "type 7" (OID) error when acquiring distributed lock for first time (:issue:`SERVER-13616`) +- Storage: explicitly zero .ns files on creation (:issue:`SERVER-15369`) +- Storage: partially written journal last section causes recovery to fail (:issue:`SERVER-15111`) + .. _2.4.11-changelog: 2.4.11 - Changes diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index be72c88d0d9..4683c28e20f 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -18,6 +18,19 @@ Minor Releases /release-notes/2.4-changelog +2.4.12 -- October 16, 2014 +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Partially written journal last section causes recovery to fail + :issue:`SERVER-15111` + +- Explicitly zero .ns files on creation :issue:`SERVER-15369` + +- :ref:`2.4.12 Changelog <2.4.12-changelog>`. + +- `All 2.4.12 improvements `_. + + + 2.4.11 -- August 18, 2014 ~~~~~~~~~~~~~~~~~~~~~~~~~