Skip to content

DOCS-3911 add 2.4.11 changelog and release notes #1933

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
13 changes: 13 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,19 @@

.. default-domain:: mongodb

.. _2.4.11-changelog:

2.4.11 - Changes
----------------
- Security: Potential information leak (:issue:`SERVER-14268`)
- Replication: _id with $prefix field causes replication failure due to unvalidated insert (:issue:`SERVER-12209`)
- Sharding: Invalid access: seg fault in SplitChunkCommand::run (:issue:`SERVER-14342`)
- Indexing: Creating descending index on _id can corrupt namespace (:issue:`SERVER-14833`)
- Text Search: Updates to documents with text-indexed fields may lead to incorrect entries (:issue:`SERVER-14738`)
- Build: Add SCons flag to override treating all warnings as errors (:issue:`SERVER-13724`)
- Packaging: Fix mongodb enterprise 2.4 init script to allow multiple processes per host (:issue:`SERVER-14336`)
- JavaScript: Do not store native function pointer as a property in function prototype (:issue:`SERVER-14254`)

.. _2.4.10-changelog:

2.4.10 - Changes
Expand Down
16 changes: 16 additions & 0 deletions source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ Minor Releases

/release-notes/2.4-changelog

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

- Potential information leak: :issue:`SERVER-14268`

- _id with $prefix field causes replication failure due to unvalidated insert :issue:`SERVER-12209`

- Updates to documents with text-indexed fields may lead to incorrect entries :issue:`SERVER-14738`

- Creating descending index on _id can corrupt namespace :issue:`SERVER-14833`

- :ref:`2.4.11 Changelog <2.4.11-changelog>`.

- `All 2.4.11 improvements <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.4.11%22%20AND%20project%20%3D%20SERVER>`_.


2.4.10 -- April 4, 2014
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down