2013-09-21 17:27:42 +00:00
< h1 > Release 0.5 ("Castletownbere")< / h1 >
< p > < b > 2013-09-21< / b > < / p >
< p > Another month, another Camlistore release. After our < a
href="0.4">0.4 release< / a > , we're happy to release 0.5, codename "< a
href="https://maps.google.com/?q=Castletownbere,+Ireland">Castletownbere< / a > ".
I'm currently in Castletownbere celebrating my grandmother's 80th
birthday with a bunch of extended family. While I haven't done much
hacking in the past few days, we've all had a pretty productive month,
busy working on new features and fixing bugs.< / p >
< 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 >
< div style = 'margin-top: 0.5em' >
Or browse at Github: < a href = "https://github.com/bradfitz/camlistore/tree/0.5" > github.com/bradfitz/camlistore/tree/0.5< / a >
< / div >
< / center >
< h1 > What is Camlistore?< / h1 >
2016-05-02 05:20:16 +00:00
< p > See the < a href = "/doc/" > docs< / a > and < a href = "/doc/overview.md" > overview< / a > .< / p >
2013-09-21 17:27:42 +00:00
< h1 > New in 0.5< / h1 >
< ul >
< 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 >
< li > Add support for alernate S3 region hostnames (or non-Amazon S3-alike APIs, like DreamObjects)
2016-05-02 05:20:16 +00:00
< li > Internal cleanups and docs, including some updated website < a href = "/doc/schema/" > schema docs< / a > < / li >
Rename import paths from camlistore.org to perkeep.org.
Part of the project renaming, issue #981.
After this, users will need to mv their $GOPATH/src/camlistore.org to
$GOPATH/src/perkeep.org. Sorry.
This doesn't yet rename the tools like camlistored, camput, camget,
camtool, etc.
Also, this only moves the lru package to internal. More will move to
internal later.
Also, this doesn't yet remove the "/pkg/" directory. That'll likely
happen later.
This updates some docs, but not all.
devcam test now passes again, even with Go 1.10 (which requires vet
checks are clean too). So a bunch of vet tests are fixed in this CL
too, and a bunch of other broken tests are now fixed (introduced from
the past week of merging the CL backlog).
Change-Id: If580db1691b5b99f8ed6195070789b1f44877dd4
2018-01-01 22:41:41 +00:00
< li > Start of the < a href = "https://perkeep.org/issue/197" > "diskpacked" storage type< / a > < / li >
2013-09-21 17:27:42 +00:00
< li > Start of audio (MP3, etc) indexing< / li >
< li > Start of an OS X launcher / status bar icon< / li >
< li > Generate thumbails for CR2 image files< / li >
< li > The "replica" storage type can now have different sets of replicas for read vs write< / li >
2014-03-19 00:46:17 +00:00
< li > Allow share claims to have expiration times (with new flag for < code > camput share< / code > )< / li >
< li > Share handler now supports optionally assembling blobs into one HTTP resource with < code > assemble=1< / code > < / li >
< li > The < code > devcam< / code > tool has been fleshed out with subcommands < code > put< / code > , < code > get< / code > , and < code > test< / code > < / li >
2013-09-21 17:27:42 +00:00
< / ul >
< p > My apologies if I forgot something in this summary.< / p >
< h1 > Thanks< / h1 >
< p > Thanks to Aaron Boodman, Andrew Gerrand, Bill Thiede, Hunter
Freyer, Nick O'Neill, and Mathieu Lonjaret for the changes in this
release, and thanks to everybody else who has contributed bug reports
and questions on the mailing list.< / p >
< h1 > Get involved!< / h1 >
< p > We welcome feedback, feature requests, bug reports, and code
contributions!< / p >
< p > Feel free to email us on our < a
href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
list< / a > , and/or < a
2014-12-13 06:40:54 +00:00
href="//github.com/camlistore/camlistore/issues/new">file a bug< / a > (or
see < a href = "//github.com/camlistore/camlistore/issues" > existing
2013-09-21 17:27:42 +00:00
bugs< / a > ). < / p >
< p > While we welcome user bug reports, we also welcome code
2016-06-02 22:51:55 +00:00
contributions. See < a href = "/doc/contributing" > the Contributing
2013-09-21 17:27:42 +00:00
page< / a > for details. While most the codebase (the server and
command-line tools) are written in < a href = "http://golang.org" > Go< / a > ,
there's also a lot of JavaScript which needs love, as well as Java
(for Android) and Objective C (for OS X and iOS). Or anything useful you'd like
to contribute.< / p >