libbinrec version history
=========================

Version 0.2
-----------
New features:
- Added binrec_enable_verify().
- Added the BINREC_OPT_G_PPC_SC_BLR optimization flag.

Changes:
- Moved binrec_setup_t state offset fields to an architecture-specific
  structure (binrec_setup_ppc_t) to ease future addition of guest
  architectures.
- Translated blocks now return the processor state block pointer as a
  return value, so calls to subsequent blocks don't need to re-fetch it.
- PowerPC sc and trap handler functions are now expected to return the
  PSB pointer.  This may be a pointer to a different PSB, such as when a
  virtual system call migrated the calling thread to a different virtual
  processor.
- The PowerPC sc handler function now receives the instruction word that
  triggered the sc exception as a second parameter.

Bug fixes:
- Fixed a wrong-code bug triggered by over-optimization of RTL SELECT
  instructions.


Version 0.1
-----------
Initial release.
