]> git.k1024.org Git - debian-pyxattr.git/blob - ChangeLog
Imported upstream version 0.2.2
[debian-pyxattr.git] / ChangeLog
1 2007-07-01  Iustin Pop <iusty@k1024.org>
2
3         Fix a bug when listing xattrs of symlinks (report and fix by cscott@cscott.net)
4
5 2006-02-11  Iustin Pop <iusty@k1024.org>
6
7         * Fixed bug in dealing with symlinks (didn't work at all)
8         * Fixed possible memory leak if reading of EA failed but buffer
9           calculation didn't fail
10         * Added and fixed Makefile after switched to subversion
11
12 2006-02-11  Iustin Pop <iusty@k1024.org>
13
14         * Added MANIFEST file in MANIFEST.in (old change from 2003)
15
16 2003-07-07  Iustin Pop <iusty@k1024.org>
17
18         Increase version number
19
20 2003-07-07  Iustin Pop <iusty@k1024.org>
21
22         Added support for manipulating attributes of symbolic links (by request of
23         an actual user!)
24
25 2002-12-24  Iustin Pop <iusty@k1024.org>
26
27         Removed build_requires
28
29 2002-12-24  Iustin Pop <iusty@k1024.org>
30
31         Don't call python2, only python
32
33 2002-12-24  Iustin Pop <iusty@k1024.org>
34
35         Prepare for first public release
36
37 2002-12-24  Iustin Pop <iusty@k1024.org>
38
39         Added README
40
41 2002-12-24  Iustin Pop <iusty@k1024.org>
42
43         Build changes
44
45 2002-12-24  Iustin Pop <iusty@k1024.org>
46
47         Added new files, some example in the docstrings
48
49 2002-12-24  Iustin Pop <iusty@k1024.org>
50
51         Improved documentation and added some constants (XATTR_*)
52
53 2002-12-24  Iustin Pop <iusty@k1024.org>
54
55         Added url and license to setup.py
56
57 2002-12-22  Iustin Pop <iusty@k1024.org>
58
59         Fixed names again, and switched parsing of int and files to PyObject_AsFileDescriptor
60
61 2002-12-21  Iustin Pop <iusty@k1024.org>
62
63         Typos
64
65 2002-12-21  Iustin Pop <iusty@k1024.org>
66
67         Renaming files
68
69 2002-12-21  Iustin Pop <iusty@k1024.org>
70
71         Initial revision
72
73 2002-12-21  Iustin Pop <iusty@k1024.org>
74
75         Documentation/comments
76
77 2002-12-21  Iustin Pop <iusty@k1024.org>
78
79         Added support for variable type parameters, in order to wrap
80         both forms like get... and fget... in the same call.
81
82 2002-12-21  Iustin Pop <iusty@k1024.org>
83
84         Initial revision
85
86 2002-12-21  Iustin Pop <iusty@k1024.org>
87
88         New repository initialized by cvs2svn.
89
90 ;; Local Variables:
91 ;; coding: utf-8
92 ;; End: