Skip to content
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.14-changelog:

2.4.14
------

- Packaging: Init script sets process ulimit to different value
compared to documentation (:issue:`SERVER-17780`)
- Security: Compute BinData length in v8 (:issue:`SERVER-17647`)
- Build: Upgrade PCRE Version from 8.30 to Latest (:issue:`SERVER-17252`)

.. _2.4.13-changelog:

2.4.13 - 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 @@ -19,6 +19,22 @@ Minor Releases
/release-notes/2.4-changelog


2.4.14 -- April 29, 2015
~~~~~~~~~~~~~~~~~~~~~~~~

- Init script sets process ulimit to different value

compared to documentation :issue:`SERVER-17780`

- Compute BinData length in v8 :issue:`SERVER-17647`

- Upgrade PCRE Version from 8.30 to Latest :issue:`SERVER-17252`

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

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


2.4.13 -- February 25, 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down