Skip to content

Commit

Permalink
Bump release-notes and deps for Riak 1.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Feb 18, 2014
1 parent 090765e commit 7fe77be
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Riak 1.4.8 Release Notes

This is a bugfix release on the 1.4 series of Riak.

## Issues / PR's Resolved

### AAE regression fixed

This fixes the backport issue that caused AAE to stop detecting object
modifications due to a failure to compute the hashes.

### Bitcask startup failures on upgrade.

A regression introduced in 1.4.4 caused bitcask partitions to no
longer be able to start when an empty datafile had the highest file id
in that partition. This most commonly happened on the first start of
an upgraded node going from a pre-1.4.4 build to something later, but
was possible to see in a few other conditions. The fix added in this
release removes empty files on partition startup, and fixes added in
1.4.4 will prevent them from being created in the future.

### Issues Closed

* bitcask/137: [add code to clean up empty data and hintfiles](https://github.com/basho/bitcask/pull/137)
* riak_kv/818: [Add missing riak_object:is_robject function](https://github.com/basho/riak_kv/pull/818)
* riak_kv/834: [Export riak_kv_vnode:get/4](https://github.com/basho/riak_kv/pull/834)
* riak_kv/836: [Backport object size/sibling limits to 1.4](https://github.com/basho/riak_kv/pull/836)
* riak_kv/845: [Fix use of FSM timeouts in 2i AAE](https://github.com/basho/riak_kv/pull/845)


# Riak 1.4.7 Release Notes

This is a bugfix release on the 1.4.x series of Riak
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
{node_package, ".*", {git, "git://github.com/basho/node_package", {tag, "1.3.8"}}},
{lager_syslog, "2.0.*", {git, "git://github.com/basho/lager_syslog", {tag, "2.0.1"}}},
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {tag, "1.2.4"}}},
{riak_kv, "1.4.7", {git, "git://github.com/basho/riak_kv", {tag, "1.4.7"}}},
{riak_search, "1.4.7", {git, "git://github.com/basho/riak_search", {tag, "1.4.7"}}},
{riak_kv, "1.4.8", {git, "git://github.com/basho/riak_kv", {tag, "1.4.8"}}},
{riak_search, "1.4.8", {git, "git://github.com/basho/riak_search", {tag, "1.4.8"}}},
{riak_control, "1.4.4", {git, "git://github.com/basho/riak_control", {tag, "1.4.4"}}},
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic", {tag, "v1.2.1"}}}
]}.
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% ex: ft=erlang ts=4 sw=4 et
{sys, [
{lib_dirs, ["../deps", "../deps/riak_search/apps"]},
{rel, "riak", "1.4.7",
{rel, "riak", "1.4.8",
[
kernel,
stdlib,
Expand Down

0 comments on commit 7fe77be

Please sign in to comment.