v0.6.10 (2018-03-12): Fix makefile problems, update copyrights.
v0.6.9 (2018-01-31): Fix compiler warnings.
v0.6.8 (2017-07-11): Increase bogodisk time interval reporting to 1ms.
v0.6.7 (2017-07-10): Increase bogoseek time interval reporting to 1ms.
v0.6.6 (2016-03-15): Fix a problem where we could munlock an uninitialized pointer.
v0.6.5 (2014-07-13): Eschew RR CPU scheduling for bumping up process priority.
		     We don't need the RT scheduler and it seems to break on
		     newer kernels.
v0.6.4 (2014-04-17): Add man pages, update debian packaging files.
v0.6.3 (2014-01-22): Allow user to turn off mlock and iopriority bump.
v0.6.2 (2012-11-02): Eliminate powerpc gcc warnings.  Increase maxiops
		     reporting interval to 5s.
v0.6.1 (2012-11-02): maxiops: Work around a kernel bug with file aio.  Prevent
		     linear mode from seeking off the end of the file.
v0.6.0 (2012-11-02): Add new program maxiops and bogodisk; refactor a bit; add
		     O_SYNC.
v0.4.2 (2010-10-25): Fix getopt on ppc.
v0.4.1 (2010-06-29): Style fixes.
v0.4.0 (2010-06-29): Implement multithreaded mode.
v0.3.8 (2009-09-25): Destructive write mode.
v0.3.7 (2009-03-05): Fix bug in bogoseek where nonzero -b would overflow
		     lseek.
v0.3.6 (2009-01-12): Tidy up Makefiles (adamg@pld-linux.org)
v0.3.5 (2008-11-23): Fix git tagging and tarball generation
v0.3.4 (2008-11-21): Fix block size detection and set io priority
v0.3.3 (2006?): Fix reporting bug
v0.3.1 (2006-02-18): Allow disabling of O_DIRECT.
v0.3.0 (2006-02-18): Total rewrite, with tighter inner loop, locked memory
		     buffers, and removal of unnecessary options.

Old changelog from bogodisk:
v0.5.9 (2010-10-25): Fix getopt brokenness.
v0.5.8 (2010-06-29): Minor style updates.
v0.5.7 (2010-05-13): Print "Done" when done, and 'write' when doing the write
		     test.
v0.5.6 (2009-09-25): Add an O_DIRECT toggle, destructive write mode, and
		     increase default buffer size to 32M.
v0.5.5 (2009-01-12): Tidy up Makefile (adamg@pld-linux.org)
v0.5.4 (2008-11-23): Fix tagging and tarball making
v0.5.3 (2008-11-21): Implement io and cpu priority
v0.5.1 (2006-02-18): Fix some of the strings to make more sense.
v0.5.0 (2006-02-17): Total rewrite of the program to have a tighter inner loop
		     and to lock the read buffer into memory via mlock().  Also
		     take out several options that were never used and use
		     CLOCK_MONOTONIC for (hopefully) better accuracy.
