v1.3.1-coreos.1
- coreos/bbolt#13 test: use qconfig() instead of defaults in TestBucket_Put_Single
- coreos/bbolt#16 Options.PageSize
- bbolt#543,coreos/bbolt#17 Fix issue 'bolt bench crash'
- coreos/bbolt#19 do not read freelist if database opened readonly
- coreos/bbolt#20 Add "buckets", "keys" and "get" CLI commands
- coreos/bbolt#21 Add support for mips, mips64
- coreos/bbolt#22 Set FillPercent=1.0 in 'bolt compact'
- coreos/bbolt#23 Fix deletion of non-existing keys
- coreos/bbolt#24 Avoid allocate a hole page, when the node size equals to pageSize
- coreos/bbolt#26 fix overflow breaking 32-bit test builds