summaryrefslogtreecommitdiff
path: root/website/news
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-03-24 16:46:57 -0400
committerMatt Goins <mjgoins@openflows.com>2009-03-24 16:46:57 -0400
commitf77a5d79b4a9b4b44cb3786237931458265e49ed (patch)
tree9e6ccf151a5fe7fd4b6c0d4ded98a16d17e674a6 /website/news
parentb8c187a0803442fbf4d9c432cac90925791171aa (diff)
parentb371a109bbaf7e1d1bd424a0495dafca1284ada9 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'website/news')
-rw-r--r--website/news/0.24-accepted-in-Debian-testing.mdwn10
-rw-r--r--website/news/0.24-available-in-Backports-org.mdwn8
-rw-r--r--website/news/FreeBSD-0.24-port-accepted.mdwn11
-rw-r--r--website/news/FreeBSD-port-available.mdwn3
4 files changed, 32 insertions, 0 deletions
diff --git a/website/news/0.24-accepted-in-Debian-testing.mdwn b/website/news/0.24-accepted-in-Debian-testing.mdwn
new file mode 100644
index 0000000..4222493
--- /dev/null
+++ b/website/news/0.24-accepted-in-Debian-testing.mdwn
@@ -0,0 +1,10 @@
+[[meta title="Monkeysphere 0.24 accepted in Debian testing"]]
+
+[Monkeysphere 0.24 is now available in the Debian testing distribution
+("squeeze")](http://packages.debian.org/testing/monkeysphere).
+Monkeysphere 0.24 is our strongest release yet. If you are running
+Debian testing, installing the monkeysphere is now very easy:
+
+ aptitude install monkeysphere
+
+See the [[download]] page for more information.
diff --git a/website/news/0.24-available-in-Backports-org.mdwn b/website/news/0.24-available-in-Backports-org.mdwn
new file mode 100644
index 0000000..e56af89
--- /dev/null
+++ b/website/news/0.24-available-in-Backports-org.mdwn
@@ -0,0 +1,8 @@
+[[meta title="Monkeysphere 0.24 accepted as a Debian Backport"]]
+
+[Monkeysphere 0.24 is now available at [Backports.org](http://backports.org).
+If you are running Debian stable ("Lenny"), you can install this version
+of the monkeysphere package by following the [instructions for installing
+backports](http://backports.org/dokuwiki/doku.php?id=instructions).
+
+See the [[download]] page for more information.
diff --git a/website/news/FreeBSD-0.24-port-accepted.mdwn b/website/news/FreeBSD-0.24-port-accepted.mdwn
new file mode 100644
index 0000000..bdd5655
--- /dev/null
+++ b/website/news/FreeBSD-0.24-port-accepted.mdwn
@@ -0,0 +1,11 @@
+[[meta title="FreeBSD 0.24 port accepted"]]
+
+FreeBSD's ports tree now contains [a port of the
+Monkeysphere](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere),
+version 0.24. If you run FreeBSD, [update your ports
+tree](http://www.freebsd.org/doc/en/books/handbook/ports-using.html),
+and then:
+
+ cd /usr/ports/security/monkeysphere
+ make package
+
diff --git a/website/news/FreeBSD-port-available.mdwn b/website/news/FreeBSD-port-available.mdwn
index a03af4e..fde2b47 100644
--- a/website/news/FreeBSD-port-available.mdwn
+++ b/website/news/FreeBSD-port-available.mdwn
@@ -1,5 +1,8 @@
[[meta title="FreeBSD port available"]]
+Update: [FreeBSD's official ports tree now contains monkeysphere
+0.24](FreeBSD-0.24-port-accepted).
+
There is now a FreeBSD port available for the Monkeysphere.
It has been built and tested (so far) on a FreeBSD 7.1 AMD64 system,