<p>Everything that <ahref="0.1">worked in 0.1</a>.</p>
<h1>New in 0.2</h1>
<ul>
<li><b>Encryption support.</b> It hasn't been audited yet, metadata compaction isn't quite done, and the simple-config-to-low-level-config translator isn't enabled yet, so consider it all beta. It's there to use if you know what you're doing, but the underlying format might yet change.</li>
<li><b>Improved build system.</b> Our build by default now embeds all the <ahref="https://developers.google.com/closure/library/">Closure</a> resources into the server binary, making deployment much easier: just one file (the server binary) to put on your server.</li>
<li><b>Easier initial setup.</b> More helpful initial configuration of <ahref="/cmd/camput"><code>camput</code></a>, etc.</li>
<li><b>Config files moved.</b> We now respect the <ahref="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory Specification</a> on Unix systems. If you had your config files in <code>~/.camlistore/</code> before, move them to <code>~/.config/camlistore/</code>.</li>
<li>The SQLite backend now uses <ahref="http://www.sqlite.org/draft/wal.html">WAL</a> when available, for improved throughput with high concurrency. A bug in our build system's detection of SQLite was also fixed.</li>