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