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