Skip to content

Commit

Permalink
Merge branch 'release/0.16.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Dec 12, 2013
2 parents 7589119 + 39e1957 commit 3b3f80a
Show file tree
Hide file tree
Showing 39 changed files with 1,118 additions and 2,116 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
CHANGELOG
=========

0.16.8 (Dec 12, 2013)
=====================

* Improved
* [#109](https://github.com/leo-project/leofs/issues/109) Moved to "ini-file" configuration, which no longer use Erlang-specific syntax. Using [cuttlefish](https://github.com/basho/cuttlefish) to realize this function.
* [#110](https://github.com/leo-project/leofs/issues/110) Supported [erlcloud](https://github.com/gleber/erlcloud) for Erlang users
* [Supported Mac OS X](https://github.com/leo-project/libcutil/pull/2) which was contributed from Jeff Li
* Fixed Bugs
* [#102](https://github.com/leo-project/leofs/issues/102) Happened timeout when uploading a large object
* [#108](https://github.com/leo-project/leofs/issues/108) Happened not relocation of object(s) when removing a node and executing rebalance then add same node
* [#111](https://github.com/leo-project/leofs/issues/111) Could not upload large size file
* Fixed that not migrated "Bucket Table"

* Used libraries
* leo project
* [leo_backend-db v0.14.2](https://github.com/leo-project/leo_backend_db.git)
* [leo_cache v0.4.16](https://github.com/leo-project/leo_cache.git)
* [leo_commons v0.14.9](https://github.com/leo-project/leo_commons.git)
* [leo_dcerl v0.2.7](https://github.com/leo-project/leo_dcerl.git)
* [leo_logger v0.12.6](https://github.com/leo-project/leo_logger.git)
* [leo_mcerl v0.2.9](https://github.com/leo-project/leo_mcerl.git)
* [leo_mq v0.12.22](https://github.com/leo-project/leo_mq.git)
* [leo_object_storage v0.14.8](https://github.com/leo-project/leo_object_storage.git)
* [leo_ordning_reda v0.8.18](https://github.com/leo-project/leo_ordning_reda.git)
* [leo_redundant_manager v1.2.5](https://github.com/leo-project/leo_redundant_manager.git)
* [leo_s3_libs v0.12.24](https://github.com/leo-project/leo_s3_libs.git)
* [leo_statistics v0.14.7](https://github.com/leo-project/leo_statistics.git)
* [leo_gateway v0.16.8](https://github.com/leo-project/leo_gateway.git)
* [leo_manager v0.16.8](https://github.com/leo-project/leo_manager.git)
* [leo_storage v0.16.8](https://github.com/leo-project/leo_storage.git)
* others
* [bitcask v1.6.4](https://github.com/basho/bitcask.git)
* [cowboy v0.8.6](https://github.com/extend/cowboy.git)
* [folsom](https://github.com/boundary/folsom.git)
* [jiffy](https://github.com/davisp/jiffy.git)
* [lz4 v0.1.1](https://github.com/leo-project/erlang-lz4.git) - forked from [szktty/erlang-lz4](https://github.com/szktty/erlng-lz4)


0.16.5 (Nov 26, 2013)
=====================

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ release:
##
rm -rf rel/leo_manager/leo_manager/
mkdir -p package/leo_manager_0
cp rel/leo_manager/vars/manager_master_vars.config rel/leo_manager/vars.config
cp deps/leo_manager/priv/leo_manager_0.conf rel/leo_manager/files/leo_manager.conf
(cd rel/leo_manager && ../../rebar generate)
cp -r rel/leo_manager/leo_manager/* package/leo_manager_0/
##
## manager-slave
##
rm -rf rel/leo_manager/leo_manager/
mkdir -p package/leo_manager_1
cp rel/leo_manager/vars/manager_slave_vars.config rel/leo_manager/vars.config
cp deps/leo_manager/priv/leo_manager_1.conf rel/leo_manager/files/leo_manager.conf
(cd rel/leo_manager && ../../rebar generate)
cp -r rel/leo_manager/leo_manager/* package/leo_manager_1/
##
Expand Down
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Heinz N. Gies
Hiroki Matsue
Yoshinori Oe
Satoshi Egi
Jeff Li
15 changes: 5 additions & 10 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,11 @@ cp -r package/leo_gateway package/leo_gateway_0
rm -rf package/leo_storage
rm -rf package/leo_gateway

cp priv/test/app-m0.config package/leo_manager_0/etc/app.config
cp priv/test/app-s0.config package/leo_storage_0/etc/app.config
cp priv/test/app-s1.config package/leo_storage_1/etc/app.config
cp priv/test/app-s2.config package/leo_storage_2/etc/app.config
cp priv/test/app-s3.config package/leo_storage_3/etc/app.config

cp priv/test/vm-s0.config package/leo_storage_0/etc/vm.args
cp priv/test/vm-s1.config package/leo_storage_1/etc/vm.args
cp priv/test/vm-s2.config package/leo_storage_2/etc/vm.args
cp priv/test/vm-s3.config package/leo_storage_3/etc/vm.args
cp priv/test/app-m0.conf package/leo_manager_0/etc/leo_manager.conf
cp priv/test/app-s0.conf package/leo_storage_0/etc/leo_storage.conf
cp priv/test/app-s1.conf package/leo_storage_1/etc/leo_storage.conf
cp priv/test/app-s2.conf package/leo_storage_2/etc/leo_storage.conf
cp priv/test/app-s3.conf package/leo_storage_3/etc/leo_storage.conf

## launch
if [ $1 = "build" ]; then
Expand Down
146 changes: 0 additions & 146 deletions priv/test/app-g0.config

This file was deleted.

Loading

0 comments on commit 3b3f80a

Please sign in to comment.