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

     1  <h1>Release 0.4 ("Oyens")</h1>
     2  
     3  <p><b>2013-08-26</b></p>
     4  
     5  <p>About a month after the <a href="0.3">0.3 release (Glebe)</a>,
     6  we're happy to release 0.4, codename "Oyens".  <a
     7  href="https://maps.google.com/?q=Oyens,+IA">Oyens, Iowa</a> is one of the cutest
     8  towns you've never seen and where I did a lot of work on this release.
     9  Its population of 102 includes my grandparents, who let me "work" on
    10  Camlistore (yes, Grandma, even after 5pm) when they're not busy
    11  force-feeding me.</p>
    12  
    13  <center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.4.zip">camlistore-0.4.zip</a></div>
    14  <div style='margin-top: 0.5em'>
    15  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.4">github.com/bradfitz/camlistore/tree/0.4</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.4</h1>
    24  
    25  <p>There were 8 contributors to this release (3 of whom are new). Here's what we've been up to:</p>
    26  
    27  <ul>
    28    <li>No external dependencies! Camlistore can still use any indexer that it could before (SQLite, MySQL, Postgres, Mongo, App Engine, etc) but it now also comes with <a href="https://github.com/cznic/kv">cznic/kv</a> built-in.  If SQLite is available, that is the default for new installs, otherwise cznic/kv is used.  This makes things much easier for new Windows users, for instance.  (Thanks to Jan Mercl for cznic/kv!)</li>
    29    <li>UI work (thanks Aaron Boodman!)<br/>Click for more screenshots:<br/><a href="http://imgur.com/XN9qFLP,PeEDPnW,CS35Pw6,VS0nHaG,SNT1ZXZ,2nMWVYz,8RmuLuw,NE8b26n,EFErMdg"><img src="/static/ss/8RmuLuw.jpg" width=650 height=370></a></li>
    30    <li>Start of Google Drive backend (thanks Burcu Dogan!)</li>
    31    <li>Add <code>camtool dumpconfig</code> sub-command</li>
    32    <li>The <code>dev-server</code> and <code>dev-appengine</code> scripts are gone. Use the new portable <code>devcam</code> tool instead. Build with "go get camlistore.org/dev/devcam"</li>
    33    <li>FreeBSD bug fixes (thanks Bill Thiede!)</li>
    34    <li>Windows bug fixes</li>
    35    <li>Fix Android client (previously partially broken in 0.3)</li>
    36    <li>dust off and fix up App Engine support</li>
    37    <li>Code cleanups, bug fixes, optimizations, and internal interface simplifications</li>
    38    <li>Rewrite of base blobref type for reduced memory usage and ease of coding</li>
    39  </ul>
    40  
    41  <h1>Get involved!</h1>
    42  
    43  <p>We welcome feedback, feature requests, bug reports, and code
    44  contributions!</p>
    45  
    46  <p>Feel free to email us on our <a
    47  href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
    48  list</a>, and/or <a
    49  href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
    50  see <a href="//code.google.com/p/camlistore/issues/list">existing
    51  bugs</a>).  </p>
    52  
    53  <p>While we welcome user bug reports, we also welcome code
    54  contributions. See <a href="/docs/contributing">the Contributing
    55  page</a> for details. While most the codebase (the server and
    56  command-line tools) are written in <a href="http://golang.org">Go</a>,
    57  there's also a lot of JavaScript which needs love, as well as Java
    58  (for Android) and Objective C (for iOS). Or anything useful you'd like
    59  to contribute.</p>