Version 0.8.0 released 2016-02-28

* Use os.fsencode where available to better handle filesystem quirks related
  to surrogates
  https://github.com/xattr/xattr/pull/46
* Options bugfix and compatibility module for pyxattr API
  https://github.com/xattr/xattr/pull/38

Version 0.7.9 released 2016-02-12

* Added xattr/tests/*.py to MANIFEST.in
  https://github.com/xattr/xattr/issues/43

Version 0.7.8 released 2015-06-25

* Added MANIFEST.in to ensure that the .txt files are included
  https://github.com/xattr/xattr/issues/40

Version 0.7.7 released 2015-06-19

* Fixed FreeBSD build
  https://github.com/xattr/xattr/pull/32

Version 0.7.6 released 2014-03-27

* Fixed Solaris & Solaris Studio support and Python 2.6 compatibility
  https://github.com/xattr/xattr/pull/29

Version 0.7.5 released 2014-03-23

* Improved error message when str/unicode is passed where bytes is
  required
  https://github.com/xattr/xattr/pull/24

Version 0.7.4 released 2014-03-03

* Improved Python 3 compatibility
  https://github.com/xattr/xattr/pull/22

Version 0.7.3 released 2014-01-06

* Added some unicode-specific tests

Version 0.7.2 released 2013-07-22

* Added Python 3 support.
  https://github.com/xattr/xattr/commit/14795a47b1dc4bb994faf520888c51c5886b8187

Version 0.7.1 released 2013-07-19

* Fixed compilation on some platforms
  https://github.com/xattr/xattr/issues/12

Version 0.7.0 released 2013-07-19

* Rewritten to use cffi
  https://github.com/xattr/xattr/pull/11

Version 0.6.4 released 2012-02-01

* Updated README.txt to match setup.py description
  https://github.com/xattr/xattr/issues/5
* Bug fixes for Solaris port
   https://github.com/xattr/xattr/pull/2

Version 0.6.3 released 2012-01-23

* Fix tests for Linux, allow xattr on symlinks
  https://github.com/xattr/xattr/pull/4

Version 0.6.2 released 2011-08-17

* Bug fix in Solaris support
