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