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