1.7 (2012-04-18)
----------------
o Improvements to shell script messages and documentation

1.7.M01 (2012-03-12)
--------------------
o Added the ability to log diffs of all transactions seen by a VerifyingTransactionInterceptor.
o Now full and incremental backup fetches and writes to disk the latest transaction if not present,
  allowing for an HA cluster to bootstrap itself.

1.6 (2012-01-20)
---------------
o Backup rotates messages.log with the timestamp of the backup operation

1.6.M03 (2012-01-12)
--------------------
o Support for multiple HA clusters in one ZK cluster. Cluster selection is done with -ha.cluster_name.

1.6.M02 (2011-12-16)
--------------------
o Added progress indicator to backups
o More checks regarding properties in the incremental consistency checker.

1.5.M02 (2011-10-10)
--------------------
o Fixed a windows-specific issue for long-running backups in that the active logical log was locked by the backup. Solved by rotating before backup.

1.5.M01
-------

1.4
---

1.3 GA
------
o Removed dependency on HA. Now it is expected that resolving the master of a ZooKeeper cluster is the responsibility of the HA component, providing it as a @Service.
o Removed the -from-ha argument, since it is not needed
o Switched from explicit backup target implementation specification (ha or simple for the time being) to a URI format.

1.3.M03 (2011-02-25)
--------------------
o Initial release.
