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