Skip to content

Commit

Permalink
add Japanese releasenote for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Oct 6, 2014
1 parent 2f09463 commit bf3c88e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions RELEASE-NOTES.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Riak 2.0.1 リリースノート

## クライアント証明書による認証

先日リリースされた2.0以降、Riakでは認証と認可の機能が利用できるようになりました。

2.0.0では誤ったクライアント証明書が受け付けられていましたが、
この問題は2.0.1で修正されました。

#### マージ済PR

* bitcask/186: [Bugfix/key transform crash](https://github.com/basho/bitcask/pull/186)
* bitcask/189: [Refresh efile port if gone](https://github.com/basho/bitcask/pull/189)
* bitcask/190: [Fix scan error deadlock](https://github.com/basho/bitcask/pull/190)
* bitcask/192: [Fix remove expired on read race](https://github.com/basho/bitcask/pull/192)
* bitcask/197: [Fix extra tombstones on update](https://github.com/basho/bitcask/pull/197)
* bitcask/198: [Fix race listing readable files](https://github.com/basho/bitcask/pull/198)
* riak_kv/1008: [Use SC bucket types and buckets to know ensembles](https://github.com/basho/riak_kv/pull/1008)
* riak_kv/1026: [Update to use new breadth-first AAE exchange](https://github.com/basho/riak_kv/pull/1026)
* riak_core/626: [Allow handoff sender to abort handoff by throw'ing from fold fun](https://github.com/basho/riak_core/pull/626)
* riak_core/627: [Handoff sender sends sync periodically](https://github.com/basho/riak_core/pull/627)
* riak_core/629: [Add breadth-first AAE exchange](https://github.com/basho/riak_core/pull/629)
* riak_api/66: [Do not treat errors as success](https://github.com/basho/riak_api/pull/66)
* riak_repl/618: [Added a worker pool for fullsync sinks.](https://github.com/basho/riak_repl/pull/618)
* riak_repl/619: [Small user experience fixes.](https://github.com/basho/riak_repl/pull/619)
* riak_repl/620: [Improved AAE fullsync integration/2.0 pull request](https://github.com/basho/riak_repl/pull/620)

# Riak 2.0.0 リリースノート

## 2.0の主な機能と改善
Expand Down

0 comments on commit bf3c88e

Please sign in to comment.