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