Release 2.4.2.
[mLib] / debian / changelog
1 mlib (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
12 mlib (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
22 mlib (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
32 mlib (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
38 mlib (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
50 mlib (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
56 mlib (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
62 mlib (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
73 mlib (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
79 mlib (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
87 mlib (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
94 mlib (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
101 mlib (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
107 mlib (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
117 mlib (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
126 mlib (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
133 mlib (2.2.0) experimental; urgency=low
134
135 * Major internal reorganization.
136 * Ship precomputed tables and provide partial support for
137 cross-compilation.
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.
141 * Replace random ad-hoc testing by a system based on GNU Autotest.
142
143 -- Mark Wooding <mdw@distorted.org.uk> Sun, 03 May 2009 01:44:45 +0100
144
145 mlib (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
153 mlib (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
160 mlib (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
170 mlib (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
176 mlib (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
183 mlib (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
190 mlib (2.0.3) experimental; urgency=low
191
192 * Document hex encoding/decoding.
193 * Add file descriptor passing.
194 * Add ADNS-based background resolver.
195 * Split binaries off into their own package.
196 * Document, fix and test universal hashing; use it in symbol tables.
197
198 -- Mark Wooding <mdw@nsict.org> Mon, 15 Dec 2003 20:54:16 +0000
199
200 mlib (2.0.2) experimental; urgency=low
201
202 * Debianization!
203
204 -- Mark Wooding <mdw@nsict.org> Sat, 8 Nov 2003 22:43:10 +0000