Changed every inline beginning with [[ to an inline beginning with [[!
[monkeysphere.git] / website / news / release-0.16-1.mdwn
1 [[!meta title="Monkeysphere 0.16-1 released!"]]
2
3 # Monkeysphere 0.16-1 released! #
4
5 Monkeysphere 0.16-1 has been released.  
6
7 Notes from the changelog:
8
9 <pre>
10   [ Daniel Kahn Gillmor ]
11   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
12     portability.
13   * fixed busted lockfile arrangement, where empty file was being locked
14   * portability fixes in the way we use date, mktemp, hostname, su
15   * stop using /usr/bin/stat, since the syntax appears to be totally
16     unportable
17   * require GNU getopt, and test for getopt failures (look for getopt in
18     /usr/local/bin first, since that's where FreeBSD's GNU-compatible
19     getopt lives.
20   * monkeysphere-server diagnostics now counts problems and suggests a
21     re-run after they have been resolved.
22   * completed basic test suite: this can be run from the git sources or
23     the tarball with: cd tests && ./basic
24
25   [ Jameson Graef Rollins ]
26   * Genericize fs location variables.
27   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
28     install.
29 </pre>
30
31 [[Download]] it now!