Skip to content

Commit

Permalink
Update for 1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jan 28, 2019
1 parent bff267d commit ed504de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changes to mtools
=================

version 1.5.3
~~~~~~~~~~~~~
* mlaunch: Quote mongos --logpath (to handle paths with spaces)
* mlaunch: Permit command line options with "="
* mlaunch: Ignore passing unsupported param --wiredTigerCacheSizeGB to mongos
* mlaunch: Add --wiredTigerEngineConfigString as an undocumented mongod param
* util/logevent.py: Add LogEvent support for returning actual query (not pattern)

Thanks to @ajdavis, @renatoriccio, @twblamer, @kevinadi, @sindbach,
@kallimachos, and @stennie for contributions to this release.

version 1.5.2
~~~~~~~~~~~~~
* mlaunch: Set appname for MongoDB 3.4+ client metadata
Expand Down
2 changes: 1 addition & 1 deletion mtools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/python
"""Mtools version."""

__version__ = '1.5.3-dev'
__version__ = '1.5.3'

0 comments on commit ed504de

Please sign in to comment.