This file lists the most important changes to the previous released version.
For a full list of changes please refer to the source files.

New in version 1.1.1:
  - Static builds now also include libxml2 to be compatible with newer Ubuntu versions

New in version 1.1.0:
  - Added input support for the Advanced Forensic Format v4
  - Fixed a small bug libxmount_input_qcow
  - Added the ability to specify a cache file in read-only mode

New in version 1.0.0:
  - Transfered project to SITS Sarl (https://code.sits.lu/foss/xmount)
  - Added input support for vdi and qemu files (supplied by Guy Voncken)
  - Added various stability / hardening patches to libxmount_input_aewf and libxmount_input_aaff (supplied by Guy Voncken)
  - Updated libewf & libaaf to "latest" versions for static builds

New in version 0.7.5:
  - Improved and fixed the way fsname is built.
  - Added a patch fixing a bug in libxmount_input_aewf (supplied by Guy Voncken)

New in version 0.7.4:
  - Re-enabled full OSx support
  - libxmount_input_aewf input library is now able to decompress EWF chunks in parallel, which will increase read speed

New in version 0.7.0:
  - Switched build system from autoconf / autoamke to cmake
  - Massiv code cleanup
  - Input image support is now controlled by external libxmount_input libraries
  - Added support for morphing all input images into a virtual output image using libxmount_morphing libraries
  - Added support for --offset and --sizelimit command line argument

New in version 0.6.0:
  - Added support for split DD input files.

New in version 0.5.0:
  - Added support for VHD emulation.

New in version 0.4.6:
  - Added support for libewf v2

New in version 0.4.5:
  - Show the name of the mounted file in mount output

New in version 0.4.4:
  - Fixed a bug that prevents VirtualBox 3.2.8 or above from recognising the
    generated VDIs.

New in version 0.4.1:
  - Code cleanups and some minor bugfixes

New in version 0.4.0:
  - AFFLIB support for input images
  - AFFLIB and LIBEWF are now statically linked to xmount

New in version 0.3.2:
  - Automatic addition of FUSE's "-o allow_other" option if it is supported.

New in version 0.3.1:
  - Some bugfixes for VMDK emulation (Still experimental)
  - It is now possible to specify whether VMDK disks are attached to the IDE
    or SCSI bus. (Output type vmdk or vmdks)

New in version 0.3.0:
  - Added experimental support for VMDK emulation

New in version 0.2.3:
  - Virtual write support finally fixed

New in version 0.2.2:
  - Fixed yet another bug in virtual write support

New in version 0.2.1:
  - Fixed a bug in virtual write support

New in version 0.2.0:
  - Name changed from mountewf to xmount 
  - Support for multiple input image formats (DD and EWF)
  - Support for virtual write access

New in version 0.1.2:
  - Added random generator initialisation (Makes it possible to use more than 1
    mounted vdi in VBox)

New in version 0.1.1:
  - Fixed some severe bugs

New in version 0.1.0:
  - First release
  - Support for emulation of dd and vdi files
