github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/content/docs/release/0.2 (about)

     1  <h1>Release 0.2 ("Portland")</h1>
     2  
     3  <p><b>2013-06-22</b></p>
     4  
     5  <p>Hot on the heels of our first release (<a href="0.1">Grenoble</a>),
     6  we're happy to be getting better at this release thing and announce
     7  0.2, codename "Portland".  Portland is my hometown and currently
     8  hosting <a href="http://indiewebcamp.com/">IndieWebCamp</a>.</p>
     9  
    10  <center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.2.zip">camlistore-0.2.zip</a></div>
    11  <div style='margin-top: 0.5em'>
    12  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.2">github.com/bradfitz/camlistore/tree/0.2</a>
    13  </div>
    14  </center>
    15  
    16  <h1>What is Camlistore?</h1>
    17  
    18  <p>See the <a href="/docs/">docs</a> and <a href="/docs/overview">overview</a>.</p>
    19  
    20  <h1>What works?</h1>
    21  
    22  <p>Everything that <a href="0.1">worked in 0.1</a>.</p>
    23  
    24  <h1>New in 0.2</h1>
    25  
    26  <ul>
    27    <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>
    28    <li><b>Improved build system.</b> Our build by default now embeds all the <a href="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>
    29    <li><b>Easier initial setup.</b> More helpful initial configuration of <a href="/cmd/camput"><code>camput</code></a>, etc.</li>
    30    <li><b>Config files moved.</b> We now respect the <a href="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>
    31    <li><b>Fixes</b>: <ul>
    32        <li>The SQLite backend now uses <a href="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>
    33        <li>The sharing handler was partially broken in 0.1, now fixed.</li>
    34     </ul></li>
    35  </ul>
    36  
    37  <h1>Get involved!</h1>
    38  
    39  <p>We welcome feedback, feature requests, bug reports, and code
    40  contributions!</p>
    41  
    42  <p>Feel free to email us on our <a
    43  href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
    44  list</a>, and/or <a
    45  href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
    46  see <a href="//code.google.com/p/camlistore/issues/list">existing
    47  bugs</a>).  </p>
    48  
    49  <p>While we welcome user bug reports, we also welcome code
    50  contributions. See <a href="/docs/contributing">the Contributing
    51  page</a> for details. While most the codebase (the server and
    52  command-line tools) are written in <a href="http://golang.org">Go</a>,
    53  there's also a lot of JavaScript which needs love, as well as Java
    54  (for Android) and Objective C (for iOS). Or anything useful you'd like
    55  to contribute.</p>