chiark / gitweb /
Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
[mLib] / debian / changelog
1 mlib (2.1.0) experimental; urgency=low
2
3   * New function `mdup' for renumbering file descriptors.
4   * Various internal build-system changes.
5
6  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Jan 2009 14:45:07 +0000
7
8 mlib (2.0.7) experimental; urgency=low
9
10   * The new build system put the headers in /usr/include/mlib, where
11     nothing could find them.  Put them back in /usr/include/mLib where
12     they belong.
13   * Actually include config.h in the correct places, so that, for example,
14     dstr_putf doesn't explode.
15
16  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 28 Dec 2008 21:23:59 +0000
17
18 mlib (2.0.6) experimental; urgency=low
19
20   * Build system overhaul.
21
22  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 27 Dec 2008 13:42:39 +0000
23
24 mlib (2.0.5) experimental; urgency=low
25
26   * Fix versioncmp to deal with `~' characters properly, in line with
27     Debian policy.
28
29  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 14 May 2008 15:10:32 +0100
30
31 mlib (2.0.4) experimental; urgency=low
32
33   * Switch over to pkgconfig.  This is largely a stopgap release, to stop
34     stuff breaking hopelessly while mLib 3 is worked on.
35
36  -- Mark Wooding <mdw@distorted.org.uk>  Mon, 17 Mar 2008 17:51:45 +0000
37
38 mlib (2.0.3) experimental; urgency=low
39
40   * Document hex encoding/decoding.
41   * Add file descriptor passing.
42   * Add ADNS-based background resolver.
43   * Split binaries off into their own package.
44   * Document, fix and test universal hashing; use it in symbol tables.
45
46  -- Mark Wooding <mdw@nsict.org>  Mon, 15 Dec 2003 20:54:16 +0000
47
48 mlib (2.0.2) experimental; urgency=low
49
50   * Debianization!
51
52  -- Mark Wooding <mdw@nsict.org>  Sat,  8 Nov 2003 22:43:10 +0000