Skip to content

DOCS-4193 Add changelog, release notes for 2.4.12 #2040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/release-notes/2.4-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.4.12%22%20AND%20project%20%3D%20SERVER>`_.



2.4.11 -- August 18, 2014
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down