0.8 release notes

Change-Id: I1fb43617f7667d65239b3d264662d7ce89c76203
This commit is contained in:
mpl 2014-03-12 15:21:21 +01:00
parent bfe7128e94
commit 2e421013f7
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
</ul>
<h3>Web UI</h3>
<ul>
<li>Deletion of selected permanodes.</li>
<li>Image representation for any kind of content (camliContentImage is now a well-supported permanode attribute in the importers, web UI, search, etc).</li>
</ul>
<h3>Storage</h3>
<ul>
@ -29,10 +31,12 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
<h3>Search</h3>
<ul>
<li>Search operator syntax for searching permanodes for arbitrary attributes: <tt>attr:&lt;attribute_name&gt;:&lt;attribute_value&gt;</tt></li>
<li>Permanode deletions now taken into account by index corpus, hence in search results too.</li>
</ul>
<h3>Tools</h3>
<ul>
<li>Added <tt>camtool search</tt> subcommand.</li>
<li><tt>camtool sync</tt>: warn about differing identities.</li>
</ul>
<h3>General</h3>
<ul>