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