* Version 1.2.17
    * fix parallel key-pattern command line usage
    * fix and clean up build on macOS

* Version 1.2.16
    * Support arbitrary commands
    * Add bash completion

* Version 1.2.15
    * Support "ASK" in cluster mode

* Version 1.2.14
    * Keep keys to be in key-range when using run-count with parallel key-patten
    * Fix keys overlap when using parallel key-patten

* Version 1.2.13
    * Support "MOVED" in cluster mode

* Version 1.2.12
    * Fix 64bit keyspace support

* Version 1.2.11
    * Basic support for redis cluster API.
    * Dockerfile support for building & running memtier benchmark in a container

* Version 1.2.10
    * Fix memory corruption when using randomized values

* Version 1.2.9
    * Add JSON output support: add thin json handling class that could be overridden for extensive uses
    * Add --json-out-file: Name of JSON output file, if not set, will not print to json
    * Refactor some code duplications in the prints sections
    * Change license to 2017
    * 64bits keyspace
    * Fix binary protocol pipelining: always use the actual body length
    * Use different values for each key when random data is set

* Version 1.2.8
    * Optimization of gettimeofday() and latency calculations
    * WAIT command support
    * Help output fixes and improvements (Nik Sultana)
    * CSV output fixes (Saman Barghi)

* Version 1.2.7
    * Improvement of --randomize
    * Minor bugfix in instantaneous stats not begin updated
    * Fix incorrect statistics due to integer overflow (Daisy Hsiung).
    * Better round-robin address selection when doing hostname resolution.

* Version 1.2.6
    * Improve latency histogram accuracy and range
    * Fix --random-data when using many threads

* Version 1.2.5
    * Bugfix in --randomize

* Version 1.2.4
    * Add --randomize
    * Fix random seed bug
    * Improve statistics accuracy

* Version 1.2.3
    * Add progress and current (instantaneous) stats

* Version 1.2.2
    * Add --key-pattern=P:P
    * Add -n allkeys

* Version 1.2.1
    * Add --distinct-client-seed

* Version 1.2.0
    * Add --data-size-pattern
    * Add --key-pattern now has Gaussian distribution, and also --key-stddev, --key-median
    * Add --data-offset
    * Add --hide-histogram

* Version 1.1.0
    * Add --data-verify and --verify options to allow data verification.
    * Add --no-expiry option to ignore expiry of imported data.
    * Binary memcache now supports SASL PLAIN authentication.

* Version 1.0.2
    * Remove libmemcached dependency.
    * Detailed instructions for building on Ubuntu and CentOS distributions.

* Version 1.0.1
    * Fix build problems on Ubuntu 10.04.

* Version 1.0.0
    * Initial public release.
