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