chiark / gitweb /
debian/changelog: Prepare for the next version.
[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.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
17 mlib (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
27 mlib (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
33 mlib (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
45 mlib (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
51 mlib (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
57 mlib (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
68 mlib (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
74 mlib (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
82 mlib (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
89 mlib (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
96 mlib (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
102 mlib (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
112 mlib (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
121 mlib (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
128 mlib (2.2.0) experimental; urgency=low
129
130   * Major internal reorganization.
131   * Ship precomputed tables and provide partial support for
132     cross-compilation.
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.
136   * Replace random ad-hoc testing by a system based on GNU Autotest.
137
138  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 03 May 2009 01:44:45 +0100
139
140 mlib (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
148 mlib (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
155 mlib (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
165 mlib (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
171 mlib (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
178 mlib (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
185 mlib (2.0.3) experimental; urgency=low
186
187   * Document hex encoding/decoding.
188   * Add file descriptor passing.
189   * Add ADNS-based background resolver.
190   * Split binaries off into their own package.
191   * Document, fix and test universal hashing; use it in symbol tables.
192
193  -- Mark Wooding <mdw@nsict.org>  Mon, 15 Dec 2003 20:54:16 +0000
194
195 mlib (2.0.2) experimental; urgency=low
196
197   * Debianization!
198
199  -- Mark Wooding <mdw@nsict.org>  Sat,  8 Nov 2003 22:43:10 +0000