summaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: 8416182c31dfacda829c7f13ad6ef587a97493b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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