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