v0.1 -- Features:
 - Decrypt BitLocker encrypted partitions from Windows 7 only;
 - A FUSE module is available for reading partitions;
 - Possibility to decrypt the entire partition into a file.


v0.2 -- Features:
 - Now also able to decrypt/read Bitlocker encrypted partitions from Windows
   Vista;
 - Better arguments handling (added verbosity and logging redirection);
 - Now able to pass an offset for the beginning of the partition (useful when
   all the disk has been copied instead of the partition);
 - Rules added into the Makefile: "make file" and "make fuse" to make binaries
   for using with FUSE or decrypting in a different file.

     -- Portability:
 - Support added for MacOSX (using osxfuse, tested on Snow Leopard).

