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

     1  <h1>Release 0.3 ("Glebe")</h1>
     2  
     3  <p><b>2013-07-28</b></p>
     4  
     5  <p>Another Camlistore release! Building on the <a href="0.2">0.2 release
     6  (Portland)</a>, we're happy to release 0.3, codename "Glebe".  <a
     7  href="https://maps.google.com/maps?q=glebe,+nsw&hl=en&ll=-33.87462,151.208096&spn=0.049741,0.087376&sll=37.6,-95.665&sspn=47.962475,89.472656&hnear=Glebe+New+South+Wales,+Australia&t=m&z=14">Glebe,
     8  NSW</a> is where Andrew Gerrand and I did much of the hacking for this
     9  release, working on the read-write FUSE support.</p>
    10  
    11  <center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.3.zip">camlistore-0.3.zip</a></div>
    12  <div style='margin-top: 0.5em'>
    13  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.3">github.com/bradfitz/camlistore/tree/0.3</a>
    14  </div>
    15  </center>
    16  
    17  <h1>What is Camlistore?</h1>
    18  
    19  <p>See the <a href="/docs/">docs</a> and <a href="/docs/overview">overview</a>.</p>
    20  
    21  <h1>New in 0.3</h1>
    22  
    23  <ul>
    24    <li>8 new <a href="https://github.com/bradfitz/camlistore/blob/master/CONTRIBUTORS">contributors</a></li>
    25    <li>read/write FUSE support</li>
    26    <li>publishing handler supports serving zip files of contents</li>
    27    <li>start of OS X status bar / launcher</li>
    28    <li>better sqlite3 detection</li>
    29    <li>start of the portable "devcam" tool, removing dependencies on shell and perl to build &amp; test.</li>
    30    <li>UI tweaks and additions</li>
    31    <li>bug fixes</li>
    32    <li>update postgres driver</li>
    33    <li>fix compilation on FreeBSD</li>
    34    <li>more developer docs</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>