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