From 6c639c7c3fe03e2aed3a78e7f1bc73025285f58f Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Sun, 28 Jul 2013 18:58:51 -0700
Subject: [PATCH] website: document the 0.3 release
Change-Id: I1055f8606fe542fc6b994cdbb1f590e0024d6339
---
website/content/contributors | 8 ++---
website/content/docs/release/0.3 | 55 ++++++++++++++++++++++++++++++++
website/content/download | 4 ++-
website/content/index.html | 2 +-
4 files changed, 61 insertions(+), 8 deletions(-)
create mode 100644 website/content/docs/release/0.3
diff --git a/website/content/contributors b/website/content/contributors
index 0f8b14278..a8e199fc1 100644
--- a/website/content/contributors
+++ b/website/content/contributors
@@ -6,17 +6,13 @@
Brad Fitzpatrick
Brett Slatkin
Mathieu Lonjaret
+Andrew Gerrand
Lindsey Simon
Dan Erat
Evan Martin
Adam Langley
-Andrew Gerrand
-Iain Peet
-Julien Danjou
-Caine Tighe
...
-see official list in the tree
+see complete list in the tree
Want to help? See contributing.
-
diff --git a/website/content/docs/release/0.3 b/website/content/docs/release/0.3
new file mode 100644
index 000000000..6b2c864d9
--- /dev/null
+++ b/website/content/docs/release/0.3
@@ -0,0 +1,55 @@
+Release 0.3 ("Glebe")
+
+2013-07-28
+
+Another Camlistore release! Building on the 0.2 release
+(Portland), we're happy to release 0.3, codename "Glebe". Glebe,
+NSW is where Andrew Gerrand and I did much of the hacking for this
+release, working on the read-write FUSE support.
+
+
+
+
+
+What is Camlistore?
+
+See the docs and overview.
+
+New in 0.3
+
+
+ - 8 new contributors
+ - read/write FUSE support
+ - publishing handler supports serving zip files of contents
+ - start of OS X status bar / launcher
+ - better sqlite3 detection
+ - start of the portable "devcam" tool, removing dependencies on shell and perl to build & test.
+ - UI tweaks and additions
+ - bug fixes
+ - update postgres driver
+ - fix compilation on FreeBSD
+ - more developer docs
+ /ul>
+
+Get involved!
+
+We welcome feedback, feature requests, bug reports, and code
+contributions!
+
+Feel free to email us on our mailing
+list, and/or file a bug (or
+see existing
+bugs).
+
+While we welcome user bug reports, we also welcome code
+contributions. See the Contributing
+page for details. While most the codebase (the server and
+command-line tools) are written in Go,
+there's also a lot of JavaScript which needs love, as well as Java
+(for Android) and Objective C (for iOS). Or anything useful you'd like
+to contribute.
diff --git a/website/content/download b/website/content/download
index 72c275891..61c23c0e1 100644
--- a/website/content/download
+++ b/website/content/download
@@ -1,6 +1,6 @@
Download Camlistore
-The latest release is 0.2 ("Portland").
+The latest release is 0.3 ("Glebe").
Or, the canonical git repo is:
$ git clone https://camlistore.org/r/p/camlistore
@@ -16,5 +16,7 @@
0.2 ("Portland"), 2013-06-22
+0.2 ("Glebe"), 2013-07-28
+
diff --git a/website/content/index.html b/website/content/index.html
index b1bf112ef..7e46eb4ed 100644
--- a/website/content/index.html
+++ b/website/content/index.html
@@ -33,7 +33,7 @@ you can access via a FUSE filesystem. Whatever.
Latest Release
-The latest release is 0.2 ("Portland"), released 2013-06-22.
+The latest release is 0.3 ("Glebe"), released 2013-07-28.
Video Demo