chiark / gitweb /
Release 1.1.1.
[mLib-python] / debian / changelog
1 mlib-python (1.1.1) experimental; urgency=medium
2
3   * Work around Pyrex bugs in exception handling (notably in _getfd).
4   * Fix variable-name typos in `fdflags', which has obviously been wrong
5     forever.
6
7  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 10 Sep 2017 11:31:09 +0100
8
9 mlib-python (1.1.0) experimental; urgency=medium
10
11   * Lots of fixing for 64-bit targets.
12   * Add (rather terse) docstrings.
13   * Switch to `dh_python2' for packaging, to eliminate dependency on
14     `python-central'.
15   * Various bug fixes.
16
17  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 16 Aug 2017 14:26:18 +0100
18
19 mlib-python (1.0.5) experimental; urgency=low
20
21   * Fix Debian packaging.
22   * Support CDCF_IGNSPC flag in binary codecs.
23
24  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 19 Feb 2016 08:52:39 +0000
25
26 mlib-python (1.0.4) experimental; urgency=low
27
28   * Fix distribution arrangements.  Apparently the release tarballs have
29     been hopelessly broken for ages and nobody noticed.
30   * Interface to newer binary encoding machinery.
31
32  -- Mark Wooding <mdw@distorted.org.uk>  Tue, 18 Jun 2013 09:53:24 +0100
33
34 mlib-python (1.0.3) experimental; urgency=low
35
36   * Update for Python 2.7.
37
38  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 09 Jan 2013 02:18:03 +0000
39
40 mlib-python (1.0.2) experimental; urgency=low
41
42   * Fix some stupid bugs the compiler had been warning about for ages (but
43     got buried in the dross about Pyrex's code generator.
44   * Update __new__ methods to __cinit__ as prompted by Pyrex compiler.
45   * Overhaul Python build system.
46
47  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Oct 2009 14:15:04 +0100
48
49 mlib-python (1.0.1) experimental; urgency=low
50
51   * Switch to CDBS and support Python 2.6
52   * Support (glorious!) mdup function.
53
54  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Oct 2009 00:32:29 +0100
55
56 mlib-python (1.0.0) experimental; urgency=low
57
58   * Debianization!
59
60  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Oct 2009 00:31:21 +0100