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