chiark / gitweb /
codec/{base32,hex}.h: Include `codec.h'.
[mLib] / debian / changelog
CommitLineData
e39fbd14
MW
1mlib (2.2.0.1) experimental; urgency=low
2
3 * Brown paper-bag: failed to include `codec.h' in `hex.h' and `base32.h'
4 leading to build failures of clients.
5
6 -- Mark Wooding <mdw@distorted.org.uk> Sat, 12 Jan 2013 18:49:36 +0000
7
2359df1e 8mlib (2.2.0) experimental; urgency=low
e8293f01
MW
9
10 * Major internal reorganization.
173ff44a
MW
11 * Ship precomputed tables and provide partial support for
12 cross-compilation.
236f657b
MW
13 * Overhaul of binary-to-text coding: now has better error handling, and
14 a single unified engine. Also provides a program, bincode(1), for
15 exercising the system.
7cf5c72a 16 * Replace random ad-hoc testing by a system based on GNU Autotest.
e8293f01 17
7cf5c72a 18 -- Mark Wooding <mdw@distorted.org.uk> Sun, 03 May 2009 01:44:45 +0100
e8293f01 19
3584d8c0
MW
20mlib (2.1.1) experimental; urgency=low
21
22 * Actually declare buf_putstr* in buf.h.
23 * Skip past terminating null in buf_get*z, rather than leaving it for
24 the next get.
25
26 -- Mark Wooding <mdw@distorted.org.uk> Sat, 05 May 2012 13:18:40 +0100
27
f23d010a
MW
28mlib (2.1.0) experimental; urgency=low
29
30 * New function `mdup' for renumbering file descriptors.
31 * Various internal build-system changes.
32
33 -- Mark Wooding <mdw@distorted.org.uk> Sun, 04 Jan 2009 14:45:07 +0000
34
b3a0ac5e
MW
35mlib (2.0.7) experimental; urgency=low
36
37 * The new build system put the headers in /usr/include/mlib, where
38 nothing could find them. Put them back in /usr/include/mLib where
39 they belong.
40 * Actually include config.h in the correct places, so that, for example,
41 dstr_putf doesn't explode.
42
43 -- Mark Wooding <mdw@distorted.org.uk> Sun, 28 Dec 2008 21:23:59 +0000
44
6d89690f
MW
45mlib (2.0.6) experimental; urgency=low
46
47 * Build system overhaul.
48
49 -- Mark Wooding <mdw@distorted.org.uk> Sat, 27 Dec 2008 13:42:39 +0000
50
3048fcf9
MW
51mlib (2.0.5) experimental; urgency=low
52
53 * Fix versioncmp to deal with `~' characters properly, in line with
54 Debian policy.
55
56 -- Mark Wooding <mdw@distorted.org.uk> Wed, 14 May 2008 15:10:32 +0100
57
e3afa470
MW
58mlib (2.0.4) experimental; urgency=low
59
60 * Switch over to pkgconfig. This is largely a stopgap release, to stop
61 stuff breaking hopelessly while mLib 3 is worked on.
62
63 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 Mar 2008 17:51:45 +0000
64
ad61a8f8 65mlib (2.0.3) experimental; urgency=low
66
67 * Document hex encoding/decoding.
ad61a8f8 68 * Add file descriptor passing.
d4efbcd9 69 * Add ADNS-based background resolver.
6f444bda 70 * Split binaries off into their own package.
71 * Document, fix and test universal hashing; use it in symbol tables.
ad61a8f8 72
6f444bda 73 -- Mark Wooding <mdw@nsict.org> Mon, 15 Dec 2003 20:54:16 +0000
ad61a8f8 74
75721625 75mlib (2.0.2) experimental; urgency=low
76
77 * Debianization!
78
d4efbcd9 79 -- Mark Wooding <mdw@nsict.org> Sat, 8 Nov 2003 22:43:10 +0000