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