Skip to content

DOCS-4868 Add changelog, release notes for 2.4.13 #2180

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
9 changes: 9 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,15 @@

.. default-domain:: mongodb

.. _2.4.13-changelog:

2.4.13 - Changes
----------------

- Security: BSON BinData validation enforcement (:issue:`SERVER-17278`)
- Security: Disable SSLv3 ciphers (:issue:`SERVER-15673`)
- Networking: improve bson validation (:issue:`SERVER-17264`)

.. _2.4.12-changelog:

2.4.12 - 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.13 -- February 25, 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- BSON BinData validation enforcement :issue:`SERVER-17278`

- Disable SSLv3 ciphers :issue:`SERVER-15673`

- Improve bson validation :issue:`SERVER-17264`

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

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



2.4.12 -- October 16, 2014
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down