summaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: 07ca7d02daa7ac386047bfbead3143161715f86d (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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