]> git.k1024.org Git - debian-pyxattr.git/blob - changelog
d7160ec7dfe4ef7c208f99f8311754ee7d967d07
[debian-pyxattr.git] / changelog
1 python-pyxattr (0.6.0-2) unstable; urgency=medium
2
3   * Fixup building on hurd and kfreebsd; while neither of these
4     architectures have proper xattr support, the package was present and
5     importable on them previously (and hurd has some very basic support
6     for xattrs)
7
8  -- Iustin Pop <iustin@debian.org>  Thu, 26 Jan 2017 00:30:55 +0100
9
10 python-pyxattr (0.6.0-1) unstable; urgency=medium
11
12   * New upstream release, mainly fixing a race condition when
13     listing/reading attributes during concurrent modifications (which
14     required internal changes, see the NEWS file), and OSX support (not
15     impacting Debian)
16   * Fixup autopkgtests to also work when building the packages
17
18  -- Iustin Pop <iustin@debian.org>  Mon, 23 Jan 2017 23:35:45 +0100
19
20 python-pyxattr (0.5.6-1) unstable; urgency=medium
21
22   * Imported Upstream versions 0.5.4, 0.5.5 and 0.5.6; main changes:
23     - fix multiple memory leaks in error handling paths
24     - improve error message in case attributes disappear during retrieval
25     - fix actual int/size_t issues (https://bugzilla.redhat.com/1127310)
26     - fix potential sign-compare issues (code is -Wconversion clean now)
27     - fix potential name truncation in merge_ns()
28     - fix building on systems which don't have ENODATA
29   * Improve hardening of the package (all except pie, which breaks the
30     build)
31   * Migrate debian/copyright to DEP5-style
32   * Switch debian packaging repo over to Alioth
33   * Switch build system to dh and pybuild
34   * Split the documentation into a separate package (Closes: #725419);
35     note that the path to the documentation has now changed
36   * Add autopkgtest testsuite; this would have helped the issue found by
37     RedHat much earlier, since Debian runs on more platforms
38
39  -- Iustin Pop <iustin@debian.org>  Sat, 14 May 2016 23:31:34 +0200
40
41 python-pyxattr (0.5.3-2) unstable; urgency=medium
42
43   * Fix building with Sphinx 1.3 (Closes: #787848).
44
45  -- Iustin Pop <iustin@debian.org>  Mon, 29 Jun 2015 21:37:39 +0200
46
47 python-pyxattr (0.5.3-1) unstable; urgency=medium
48
49   * New upstream releases: speedup, changes in handling invalid file names
50   * Standards version 3.9.5 (no changes needed)
51   * Update watch file
52
53  -- Iustin Pop <iustin@debian.org>  Mon, 21 Jul 2014 05:03:58 +0200
54
55 python-pyxattr (0.5.1-1) unstable; urgency=low
56
57   * New upstream bug-fix release, fixing reference leaks and potential
58     NULL pointer dereferences in low memory cases
59   * Add python 3 packages, based on patch from Didier 'OdyX' Raboud
60     (Closes: #606898)
61
62  -- Iustin Pop <iustin@debian.org>  Wed, 16 May 2012 21:00:12 +0200
63
64 python-pyxattr (0.5.0-3) unstable; urgency=low
65
66   * Remove old Replaces/Breaks
67
68  -- Iustin Pop <iustin@debian.org>  Tue, 17 Aug 2010 23:06:32 +0200
69
70 python-pyxattr (0.5.0-2) unstable; urgency=low
71
72   * Apply a modified version of the Ubuntu patch for enabling debug
73     packages, thanks Angel Abad (Closes: #591634).
74   * Standards version 3.9.1 (use Breaks instead of Conflicts).
75
76  -- Iustin Pop <iustin@debian.org>  Thu, 05 Aug 2010 13:50:26 -0400
77
78 python-pyxattr (0.5.0-1) unstable; urgency=low
79
80   * New upstream version
81   * Standards version 3.8.4 (no changes needed)
82   * Switch to dpkg-source 3.0 (quilt) format
83   * Added doc-base control file for the shipped documentation
84
85  -- Iustin Pop <iustin@debian.org>  Mon, 01 Mar 2010 21:29:00 +0100
86
87 python-pyxattr (0.4.0-2) unstable; urgency=low
88
89   * Fix "FTBFS on GNU/kFreeBSD" (added a modified form of the submitted patch,
90     thanks Cyril Brulebois) (Closes: #540979)
91   * Update standards version (no changes needed)
92
93  -- Iustin Pop <iusty@k1024.org>  Wed, 12 Aug 2009 22:13:13 +0200
94
95 python-pyxattr (0.4.0-1) unstable; urgency=low
96
97   * New Upstream Version, with license changed to LGPL
98   * Update to Policy 3.8.0
99   * Update the rules file for newer pysupport version
100   * Update debhelper compat level to 7
101   * Added watch file
102
103  -- Iustin Pop <iusty@k1024.org>  Mon, 30 Jun 2008 23:26:01 +0200
104
105 python-pyxattr (0.2.2-2) unstable; urgency=low
106
107   * Upgrade standards version to 3.7.3 (no changes required)
108   * Fix other lintian warnings
109
110  -- Iustin Pop <iusty@k1024.org>  Tue, 26 Feb 2008 22:38:38 +0100
111
112 python-pyxattr (0.2.2-1) unstable; urgency=low
113
114   * New upstream release (Closes: #431112)
115   * Acknowledge NMUs (thanks Pierre!) (Closes: #373348, #368616)
116
117  -- Iustin Pop <iusty@k1024.org>  Mon, 16 Jul 2007 20:58:34 +0200
118
119 python-pyxattr (0.2.1-1.1) unstable; urgency=low
120
121   * Non-maintainer upload.
122   * Update package to the last python policy (Closes: #373348).
123   * Package is now arch:any (Closes: #368616).
124
125  -- Pierre Habouzit <madcoder@debian.org>  Sun,  2 Jul 2006 15:44:23 +0200
126
127 python-pyxattr (0.2.1-1) unstable; urgency=low
128
129   * New upstream release (fixes a symlink handling bug
130     and a possible memory leak)
131   * Stop building python 2.2 packages (closes: #351150)
132   * Start building python 2.4 packages
133   * Updated standards version to 3.6.2 (no changes)
134   * Update FSF address in copyright file
135
136  -- Iustin Pop <iusty@k1024.org>  Sat, 11 Feb 2006 23:28:43 +0200
137
138 python-pyxattr (0.2-2) unstable; urgency=low
139
140   * Fixed missing dependency on python (closes: #258484)
141   * Updates to standards version 3.6.1
142
143  -- Iustin Pop <iusty@k1024.org>  Sun, 11 Jul 2004 02:16:09 +0300
144
145 python-pyxattr (0.2-1) unstable; urgency=low
146
147   * Initial Release.
148
149  -- Iustin Pop <iusty@k1024.org>  Tue, 16 Sep 2003 01:27:31 +0300