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