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