summaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: a43282900328c15c1e919b4891fe6a184b63f11f (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
35
36
37
38
39
40
41
42
43
44
45
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