~~~~~~~~~~~~~
* all tools can now read from system.profile collections as if it was a
log file. Use this syntax as command line argument:
"host:port/database.collection" (164)
* mtools now uses `Travis CI <https://travis-ci.org/rueckstiess/mtools>`__ for
continuous integration testing
* all log-parsing tools are now timezone aware. If no timezone is specified
(all log files <= 2.4.x), then UTC is assumed (174)
* added new tool ``mgenerate`` to create structured randomized data for issue
reproduction
* mlaunch: Added a ``kill`` command to send SIGTERM or any other signal to
all or a subset of instances (168)
* mlaunch: username + password is added for environments with
``--authentication``. Configurable username, password, database, roles.
Thanks, ``sl33nyc`` (156)
* mlaunch: start command can receive new arguments to pass through to
mongos/d, and a different ``--binarypath`` (151)
* mlaunch: now checks in advance if port range is free, and warns if not
(166)
* mlaunch: ``--version`` was removed by accident in 1.1.2. It's back now
(160)
* mlogfilter: ``--thread``, ``--namespace`` and ``--operation`` filters
can now be combined arbitrarily (167)
* mlogfilter: bug fix for when no log file was specified at command line.
Now outputs clean error message (124)
* mplotqueries: added a compatibility check for matplotlib version 1.1.1
for setting font size in legends (128)
For all changes, see the `closed issues tagged with milestone 1.1.3 <https://github.com/rueckstiess/mtools/issues?direction=desc&milestone=8&page=1&sort=updated&state=closed>`__