chiark / gitweb /
Release 2.3.2.
[mLib] / debian / changelog
CommitLineData
8274a676
MW
1mlib (2.3.2) experimental; urgency=medium
2
3 * url: Fix crash in `url_enc' introduced in earlier alleged fix.
4
5 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jun 2018 10:53:19 +0100
6
ae4252ec
MW
7mlib (2.3.1) experimental; urgency=medium
8
9 * Pick up missed fix from 2.2.5.
10
11 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jun 2018 01:40:14 +0100
12
24767771
MW
13mlib (2.3.0) experimental; urgency=medium
14
15 * url: Always encode whitespace characters. Particularly egregiously,
16 mLib used to leave linefeeds unescaped in `lax' mode.
17 * bits: Document the many improvements since the original version nearly
18 20 years ago.
19 * bits: Add macros for byte-swapping integers in-place.
20 * bits: Use compiler intrinsics where available.
21
22 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jun 2018 00:30:47 +0100
23
bf4953f5
MW
24mlib (2.2.5) experimental; urgency=medium
25
26 * ident: Only close the socket once if connection fails early.
27
28 -- Mark Wooding <mdw@distorted.org.uk> Sat, 09 Jun 2018 17:40:21 +0100
29
88ea5669
MW
30mlib (2.2.4) experimental; urgency=medium
31
32 * debian: Update for Debhelper 9.
33 * debian: Multi-arch support.
34 * mlib-dev: Compiler-hack support for Clang.
35
36 -- Mark Wooding <mdw@distorted.org.uk> Sun, 13 Aug 2017 20:12:19 +0100
37
ea18ec52
MW
38mlib (2.2.3) experimental; urgency=low
39
40 * build: Cope with newer Autotools and related equipment.
41 * Miscellaneous small fixes for Cygwin.
42
43 -- Mark Wooding <mdw@distorted.org.uk> Sat, 04 Jun 2016 01:09:53 +0100
44
16d77cf9
MW
45mlib (2.2.2.2) experimental; urgency=low
46
47 * codec: Minor formatting fix to manpage.
48 * Fixed Build-Depends and missing debian/source/format file.
49
50 -- Mark Wooding <mdw@distorted.org.uk> Thu, 18 Feb 2016 08:19:10 +0000
51
7a376ba9
MW
52mlib (2.2.2.1) experimental; urgency=low
53
54 * dstr: `dstr_putf' no longer leaks memory. Sorry.
55
56 -- Mark Wooding <mdw@distorted.org.uk> Sun, 18 Jan 2015 16:54:30 +0000
57
6c705c50
MW
58mlib (2.2.2) experimental; urgency=low
59
60 * bres: Fixed `bres_abort' scrambing the freelist leading to a segfault.
61 * codec: New flag `CDCF_IGNSPC' to ignore whitespace when decoding. This
62 is the default in bincode(1).
63 * dstr: `dstr_putf' no longer crashes on `%.*s' and similar.
64 * dstr: `dstr_putf' now understands `%n$...' positional placeholders.
65
66 -- Mark Wooding <mdw@distorted.org.uk> Sun, 20 Jul 2014 21:35:20 +0100
67
48f2031e
MW
68mlib (2.2.1) experimental; urgency=low
69
70 * crc32: Fix on 64-bit systems.
71 * dstr: `dstr_putc' now takes an `int' argument.
72 * macros.h: Provide macros for annotating functions (e.g., as following
73 various kinds of varargs protocols) and controlling warnings.
74
75 -- Mark Wooding <mdw@distorted.org.uk> Fri, 28 Jun 2013 23:27:49 +0100
76
e39fbd14
MW
77mlib (2.2.0.1) experimental; urgency=low
78
79 * Brown paper-bag: failed to include `codec.h' in `hex.h' and `base32.h'
80 leading to build failures of clients.
81
82 -- Mark Wooding <mdw@distorted.org.uk> Sat, 12 Jan 2013 18:49:36 +0000
83
2359df1e 84mlib (2.2.0) experimental; urgency=low
e8293f01
MW
85
86 * Major internal reorganization.
173ff44a
MW
87 * Ship precomputed tables and provide partial support for
88 cross-compilation.
236f657b
MW
89 * Overhaul of binary-to-text coding: now has better error handling, and
90 a single unified engine. Also provides a program, bincode(1), for
91 exercising the system.
7cf5c72a 92 * Replace random ad-hoc testing by a system based on GNU Autotest.
e8293f01 93
7cf5c72a 94 -- Mark Wooding <mdw@distorted.org.uk> Sun, 03 May 2009 01:44:45 +0100
e8293f01 95
3584d8c0
MW
96mlib (2.1.1) experimental; urgency=low
97
98 * Actually declare buf_putstr* in buf.h.
99 * Skip past terminating null in buf_get*z, rather than leaving it for
100 the next get.
101
102 -- Mark Wooding <mdw@distorted.org.uk> Sat, 05 May 2012 13:18:40 +0100
103
f23d010a
MW
104mlib (2.1.0) experimental; urgency=low
105
106 * New function `mdup' for renumbering file descriptors.
107 * Various internal build-system changes.
108
109 -- Mark Wooding <mdw@distorted.org.uk> Sun, 04 Jan 2009 14:45:07 +0000
110
b3a0ac5e
MW
111mlib (2.0.7) experimental; urgency=low
112
113 * The new build system put the headers in /usr/include/mlib, where
114 nothing could find them. Put them back in /usr/include/mLib where
115 they belong.
116 * Actually include config.h in the correct places, so that, for example,
117 dstr_putf doesn't explode.
118
119 -- Mark Wooding <mdw@distorted.org.uk> Sun, 28 Dec 2008 21:23:59 +0000
120
6d89690f
MW
121mlib (2.0.6) experimental; urgency=low
122
123 * Build system overhaul.
124
125 -- Mark Wooding <mdw@distorted.org.uk> Sat, 27 Dec 2008 13:42:39 +0000
126
3048fcf9
MW
127mlib (2.0.5) experimental; urgency=low
128
129 * Fix versioncmp to deal with `~' characters properly, in line with
130 Debian policy.
131
132 -- Mark Wooding <mdw@distorted.org.uk> Wed, 14 May 2008 15:10:32 +0100
133
e3afa470
MW
134mlib (2.0.4) experimental; urgency=low
135
136 * Switch over to pkgconfig. This is largely a stopgap release, to stop
137 stuff breaking hopelessly while mLib 3 is worked on.
138
139 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 Mar 2008 17:51:45 +0000
140
ad61a8f8 141mlib (2.0.3) experimental; urgency=low
142
143 * Document hex encoding/decoding.
ad61a8f8 144 * Add file descriptor passing.
d4efbcd9 145 * Add ADNS-based background resolver.
6f444bda 146 * Split binaries off into their own package.
147 * Document, fix and test universal hashing; use it in symbol tables.
ad61a8f8 148
6f444bda 149 -- Mark Wooding <mdw@nsict.org> Mon, 15 Dec 2003 20:54:16 +0000
ad61a8f8 150
75721625 151mlib (2.0.2) experimental; urgency=low
152
153 * Debianization!
154
d4efbcd9 155 -- Mark Wooding <mdw@nsict.org> Sat, 8 Nov 2003 22:43:10 +0000