diff options
| author | Apollon Oikonomopoulos <apoikos@debian.org> | 2017-09-28 01:13:50 +0300 |
|---|---|---|
| committer | Apollon Oikonomopoulos <apoikos@debian.org> | 2017-09-28 01:16:20 +0300 |
| commit | ccfd5a6e3a467d2dea89ef38a7913c286ea0b0ba (patch) | |
| tree | 14b70a71bb3ddc76d91721c3b66f93894e852167 | |
| parent | 7624b1a28ab115d02876e68f5b3f9fc2ac44fdc4 (diff) | |
Release 3.2.16-1debian/1%3.2.16-1
| -rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 662648a3853..cabd89711a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +mongodb (1:3.2.16-1) unstable; urgency=medium + + * New upstream stable release; see + https://docs.mongodb.com/manual/release-notes/3.2/ for notable changes + since 3.2.11. + * Fix mongod NULL pointer dereference by disabling GCC optimizations for + mozjs (Closes: #876755) + * mongodb.service: raise resource limits. + Thanks to Joshua Powers <josh.powers@canonical.com> (Closes: #857969) + * mongodb.service: start after network.target (Closes: #864407) + * mongodb-server.postinst: only create the mongodb user when it doesn't + exist (Closes: #858903) + * Switch to OpenSSL 1.1 (Closes: #859232) + + Patch upstream source to revert breakage introduced in 3.2.16. + + Backport OpenSSL 1.1 support for ASIO. + + -- Apollon Oikonomopoulos <apoikos@debian.org> Thu, 28 Sep 2017 01:13:37 +0300 + mongodb (1:3.2.11-4) unstable; urgency=medium * Bump Standards to 4.1.0; no changes needed |
