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