chiark / gitweb /
Release 1.1.2.
[catacomb-python] / debian / changelog
1 catacomb-python (1.1.2) experimental; urgency=low
2
3   * Further 64-bit compatibility improvements.
4   * Fixed docstrings for a number of native methods.
5   * Fix range checking for `GRand' methods.
6   * Fix crash when deleting natively implemented object attributes.
7   * Fix bug which assigned the wrong hash to bytestrings.
8   * Fix `__int__' methods to return `long' objects when necessary.
9     Without this, there are unnecessary failures and bizarrely timed
10     exceptions.
11   * A couple of patches to provide forward compatibility with upstream
12     library changes.
13
14  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 May 2017 04:25:35 +0100
15
16 catacomb-python (1.1.1) experimental; urgency=low
17
18   * ByteString operators: fix crashes on 64-bit platforms resulting from
19     the use of the wrong length types.
20
21  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 04 Jun 2016 01:17:14 +0100
22
23 catacomb-python (1.1.0.1) experimental; urgency=low
24
25   * Just Debian packaging fixes.
26
27  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 19 Feb 2016 19:39:28 +0000
28
29 catacomb-python (1.1.0) experimental; urgency=low
30
31   * Fix crash on trying to import RSA public and private keys with even
32     modulus.
33   * Add bindings for key-strength conversion functions.
34   * Add bindings for factorial and Fibonacci calculations.
35   * Implement exact field-of-fractions arithmetic for integers and binary
36     polynomials.
37   * Set module nameson types properly, so that IPython doesn't choke on
38     printing them.
39   * Implement hashing for comparable types.  Again, this makes IPython
40     work better.
41   * Support Daniel Bernstein's Salsa20 and ChaCha stream ciphers.
42   * Stop abusing SyntaxError.
43   * Support elliptic curve point compression formats.
44   * Major overhaul of the `pwsafe' utility: multiple storage backends, so
45     (a) we no longer require GDBM, and (b) we can use a Git-friendly
46     directory-based format.  Or SQLite.
47
48  -- Mark Wooding <mdw@distorted.org.uk>  Mon, 20 Jul 2015 16:07:51 +0100
49
50 catacomb-python (1.0.6) experimental; urgency=low
51
52   * Fix stupid bug in WriteBuffer resizing.
53
54  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 21 Jul 2013 15:57:06 +0100
55
56 catacomb-python (1.0.5) experimental; urgency=low
57
58   * Make Key constructor actually work.
59   * Include human-readable text in KeyError exceptions.
60
61  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 04 Jan 2014 01:38:26 +0000
62
63 catacomb-python (1.0.4) experimental; urgency=low
64
65   * Build against Python 2.7.
66
67  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 09 Jan 2013 02:47:59 +0000
68
69 catacomb-python (1.0.3) experimental; urgency=low
70
71   * Remove catacomb-python-bin package, because it made building hard and
72     didn't provide any noticeable benefits.
73
74  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 05 Nov 2010 15:12:35 +0000
75
76 catacomb-python (1.0.2) experimental; urgency=low
77
78   * Overhaul build system with new support module.
79
80  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Oct 2009 14:17:20 +0100
81
82 catacomb-python (1.0.1) experimental; urgency=low
83
84   * Make it work with Python 2.6.  Also switched over to the (increasingly
85     winning) CDBS.
86
87  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 03 Oct 2009 23:06:29 +0100
88
89 catacomb-python (1.0.0) experimental; urgency=low
90
91   * Debianization!
92
93  -- Mark Wooding <mdw@distorted.org.uk>  Mon, 26 Sep 2005 11:27:00 +0100