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