summaryrefslogtreecommitdiff
path: root/website/news/release-0.16-1.mdwn
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-03-23 02:12:33 -0400
committerJameson Rollins <jrollins@finestructure.net>2010-03-23 02:12:33 -0400
commitdbeab30f940705e3813746ccf7480619d8261d37 (patch)
tree099a0b3224b666bfc1289462f1a6d01a24763102 /website/news/release-0.16-1.mdwn
parent0f6ef9923f4d70e2a79edd898f6ac46b617480c9 (diff)
parent2f9fe93b98ed32b662212899db6ba2174c1138d3 (diff)
Merge remote branch 'mjgoins/master'
Conflicts: doc/george/changelog
Diffstat (limited to 'website/news/release-0.16-1.mdwn')
-rw-r--r--website/news/release-0.16-1.mdwn31
1 files changed, 0 insertions, 31 deletions
diff --git a/website/news/release-0.16-1.mdwn b/website/news/release-0.16-1.mdwn
deleted file mode 100644
index 3e177df..0000000
--- a/website/news/release-0.16-1.mdwn
+++ /dev/null
@@ -1,31 +0,0 @@
-[[!meta title="Monkeysphere 0.16-1 released!"]]
-
-# Monkeysphere 0.16-1 released! #
-
-Monkeysphere 0.16-1 has been released.
-
-Notes from the changelog:
-
-<pre>
- [ Daniel Kahn Gillmor ]
- * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
- portability.
- * fixed busted lockfile arrangement, where empty file was being locked
- * portability fixes in the way we use date, mktemp, hostname, su
- * stop using /usr/bin/stat, since the syntax appears to be totally
- unportable
- * require GNU getopt, and test for getopt failures (look for getopt in
- /usr/local/bin first, since that's where FreeBSD's GNU-compatible
- getopt lives.
- * monkeysphere-server diagnostics now counts problems and suggests a
- re-run after they have been resolved.
- * completed basic test suite: this can be run from the git sources or
- the tarball with: cd tests && ./basic
-
- [ Jameson Graef Rollins ]
- * Genericize fs location variables.
- * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
- install.
-</pre>
-
-[[Download]] it now!