mirror of https://github.com/perkeep/perkeep.git
other fix
Change-Id: I72f92211a4cb1ec54644dec2d8fb61dcc40e3880
This commit is contained in:
parent
7aa203efcf
commit
1c47a8ca56
|
@ -29,7 +29,7 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.2">g
|
|||
<li><b>Easier initial setup.</b> More helpful initial configuration of <a href="/cmd/camput"><tt>camput</tt></a>, etc.</li>
|
||||
<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 <tt>~/.camlistore/</tt> before, move them to <tt>~/.config/camlistore/</tt>.</li>
|
||||
<li><b>Fixes</b>: <ul>
|
||||
<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.</li>
|
||||
<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>
|
||||
<li>The sharing handler was partially broken in 0.1, now fixed.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue