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

     1  <h1>Release 0.5 ("Castletownbere")</h1>
     2  
     3  <p><b>2013-09-21</b></p>
     4  
     5  <p>Another month, another Camlistore release. After our <a
     6  href="0.4">0.4 release</a>, we're happy to release 0.5, codename "<a
     7  href="https://maps.google.com/?q=Castletownbere,+Ireland">Castletownbere</a>".
     8  I'm currently in Castletownbere celebrating my grandmother's 80th
     9  birthday with a bunch of extended family.  While I haven't done much
    10  hacking in the past few days, we've all had a pretty productive month,
    11  busy working on new features and fixing bugs.</p>
    12  
    13  <center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.5.zip">camlistore-0.5.zip</a></div>
    14  <div style='margin-top: 0.5em'>
    15  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.5">github.com/bradfitz/camlistore/tree/0.5</a>
    16  </div>
    17  </center>
    18  
    19  <h1>What is Camlistore?</h1>
    20  
    21  <p>See the <a href="/docs/">docs</a> and <a href="/docs/overview">overview</a>.</p>
    22  
    23  <h1>New in 0.5</h1>
    24  
    25  <ul>
    26    <li>Number of important bug fixes: race in cznic/kv (for the "kv" index type), camput deadlock uploading large directory trees, auth bug with +localhost, sharing bug assuming transitive was always set, stat bug when replicating from S3, directory create/remove race with localdisk replication, MongoDB dev config, make.go fixes, Windows fixes, etc</li>
    27    <li>Add support for alernate S3 region hostnames (or non-Amazon S3-alike APIs, like DreamObjects)
    28    <li>Internal cleanups and docs, including some updated website <a href="/docs/schema">schema docs</a></li>
    29    <li>Start of the <a href="https://code.google.com/p/camlistore/issues/detail?id=197">"diskpacked" storage type</a></li>
    30    <li>Start of audio (MP3, etc) indexing</li>
    31    <li>Start of an OS X launcher / status bar icon</li>
    32    <li>Generate thumbails for CR2 image files</li>
    33    <li>The "replica" storage type can now have different sets of replicas for read vs write</li>
    34    <li>Allow share claims to have expiration times (with new flag for <code>camput share</code>)</li>
    35    <li>Share handler now supports optionally assembling blobs into one HTTP resource with <code>assemble=1</code></li>
    36    <li>The <code>devcam</code> tool has been fleshed out with subcommands <code>put</code>, <code>get</code>, and <code>test</code></li>
    37  </ul>
    38  
    39  <p>My apologies if I forgot something in this summary.</p>
    40  
    41  <h1>Thanks</h1>
    42  
    43  <p>Thanks to Aaron Boodman, Andrew Gerrand, Bill Thiede, Hunter
    44  Freyer, Nick O'Neill, and Mathieu Lonjaret for the changes in this
    45  release, and thanks to everybody else who has contributed bug reports
    46  and questions on the mailing list.</p>
    47  
    48  <h1>Get involved!</h1>
    49  
    50  <p>We welcome feedback, feature requests, bug reports, and code
    51  contributions!</p>
    52  
    53  <p>Feel free to email us on our <a
    54  href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
    55  list</a>, and/or <a
    56  href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
    57  see <a href="//code.google.com/p/camlistore/issues/list">existing
    58  bugs</a>).  </p>
    59  
    60  <p>While we welcome user bug reports, we also welcome code
    61  contributions. See <a href="/docs/contributing">the Contributing
    62  page</a> for details. While most the codebase (the server and
    63  command-line tools) are written in <a href="http://golang.org">Go</a>,
    64  there's also a lot of JavaScript which needs love, as well as Java
    65  (for Android) and Objective C (for OS X and iOS). Or anything useful you'd like
    66  to contribute.</p>