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