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