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