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