From aacc9162327370b80bf09fffdea68068b1aeb669 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Wed, 25 Dec 2013 10:55:55 -0800
Subject: [PATCH] Document the 0.6 release.
Change-Id: If0ab182d8eda69423de129972f41d34a7cd4aa85
---
website/content/docs/release/0.6 | 61 ++++++++++++++++++++++++++++++++
website/content/download | 4 ++-
website/content/index.html | 4 +--
3 files changed, 66 insertions(+), 3 deletions(-)
create mode 100644 website/content/docs/release/0.6
diff --git a/website/content/docs/release/0.6 b/website/content/docs/release/0.6
new file mode 100644
index 000000000..9f6b2310d
--- /dev/null
+++ b/website/content/docs/release/0.6
@@ -0,0 +1,61 @@
+Release 0.6 ("Cannon Beach")
+
+2013-12-25
+
+Happy Holidays! Sorry, it's been over 3 months since our last release, but it's worth it. This release is awesome.
+
+I'm giving this release the codename "Cannon Beach",
+where I've done a bunch of hacking on Camlistore over the years, and in the past few months.
+
+
+
+
+
+What is Camlistore?
+
+See the docs and overview.
+
+New in 0.6
+
+
+ - New beautiful web UI with infinite scroll of photos
+ - Search! Search by tag, photo location (using GPS info in JPEG EXIF + geocoding lookups), photo orientation, size, format, ...
+ - Websocket-based live updating of search results (see new photos appear on the web as they're uploaded from Android or other clients)
+ - Notable bug fixes: corruption fix for cznic/kv (for the "kvfile" index type), fd open/close race in diskpacked, etc.
+ - camlistored --reindex
+ - Start of OS X GUI and iPhone app. (no binary releases yet)
+ - Bunch of internal cleanups
+ - New publishing and templating system.
+ - Faster, prettier thumbnails
+ - 18 unique contributors since 0.5
+ - 10 new contributors: Brian Marete, Daniel Pupius, Dustin Sallings, Jakub Brzeski, Robert Obryk, Salman Aljammaz, Steve Phillips, Tamás Gulácsi, Tony Chang, and Ulf Holm Nielsen.
+ - 434 non-merge commits
+
+
+Screenshots
+
+See http://imgur.com/a/NKje7. We hope to soon be using Camlistore itself for publishing these, instead of using imgur.
+
+My apologies if I forgot something in this summary.
+
+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 OS X and iOS). Or anything useful you'd like
+to contribute.
diff --git a/website/content/download b/website/content/download
index 107fdc29e..026901735 100644
--- a/website/content/download
+++ b/website/content/download
@@ -1,6 +1,6 @@
Download Camlistore
-The latest release is 0.5 ("Castletownbere").
+The latest release is 0.6 ("Cannon Beach").
Or, the canonical git repo is:
$ git clone https://camlistore.googlesource.com/camlistore
@@ -22,5 +22,7 @@
0.5 ("Castletownbere"), 2013-09-21
+0.6 ("Cannon Beach"), 2013-12-25
+
diff --git a/website/content/index.html b/website/content/index.html
index e538a482b..bd512bff1 100644
--- a/website/content/index.html
+++ b/website/content/index.html
@@ -12,7 +12,7 @@ you can access via a FUSE filesystem. Whatever.
It is:
- - a way to store, sync, share, model and back up content
+ - a way to store, sync, share, search, publish, model and back up content
- paranoid about privacy, with everything private by default
- entirely under your control
- Open Source (Apache licensed)
@@ -33,7 +33,7 @@ you can access via a FUSE filesystem. Whatever.
Latest Release
-The latest release is 0.5 ("Castletownbere"), released 2013-09-21.
+The latest release is 0.6 ("Cannon Beach"), released 2013-12-12.
Video Demo