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