Skip to content

Commit

Permalink
hibari >> GH51 - Update for Erlang/OTP 18
Browse files Browse the repository at this point in the history
- Add "18" to require_otp_vsn of rebar.config.
- Upgrade edown from 0.3.* to 0.7.*.
- Add hibari >> GH51 to v0.1.12 release notes.
  • Loading branch information
tatsuya6502 committed Nov 10, 2015
1 parent 93b6bed commit 6aa3bc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ eunit: compile-for-eunit

eunit-core: compile-for-eunit
@echo "eunit testing (core): $(RELPKG) ..."
$(REBAR) eunit -r skip_apps='ubf,gdss_ubf_proto,ubf_thrift,lager,meck,asciiedoc,edown'
$(REBAR) eunit -r skip_apps='ubf,gdss_ubf_proto,ubf_thrift,thrift,lager,meck,asciiedoc,edown'

eunit-thrift: compile-for-eunit
@echo "eunit testing (thrift): $(RELPKG) ..."
Expand All @@ -141,7 +141,7 @@ triq: compile-for-triq

compile-for-eunit:
@echo "compiling-eunit: $(RELPKG) ..."
$(REBAR) compile -r eunit compile_only=true skip_apps='meck,ubf,ubf_thrift'
$(REBAR) compile -r eunit compile_only=true skip_apps='meck,ubf,ubf_thrift,thrift'

compile-for-eqc:
@echo "compiling-eqc: $(RELPKG) ..."
Expand Down
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
%%% -*- mode: erlang -*-

%% Require OTP version R16 or 17
{require_otp_vsn, "R16|17"}.
{require_otp_vsn, "R16|17|18"}.

%% Sub directories
{sub_dirs, ["rel"]}.
Expand Down Expand Up @@ -36,6 +35,6 @@
{qc, "v2.0.1", "lib/qc"},

%% External - Doc
{edown, "0.3.*", "lib/edown"},
{edown, "0.7.*", "lib/edown"},
{asciiedoc, "0.2.*", "lib/asciiedoc"}
]}.
15 changes: 9 additions & 6 deletions relnotes/v0.1.12.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

v0.1.12 - Mid 2015
v0.1.12 - Late 2015

This is a maintenance release for Hibari.

This release requires Erlang/OTP R16 or 17. 17.4 is the versions most
recently tested for Hibari.
Hibari has been updated to support Erlang/OTP 18, as well as 17 and
R16. OTP 18.1.3 is the version most recently tested for Hibari.

A previous release v0.1.11 contained some enhancements to the client
API.
Note that a previous release v0.1.11 contained some enhancements to
the client API:

- new client API - rename
- server side timestamp
Expand All @@ -19,7 +19,9 @@ https://github.com/hibari/gdss-client/issues/2

--- HIGHLIGHTS ----------------------------------------------------------

- *TODO*
- Latest Libraries
* Update for Erlang/OTP 18
* The latest external libraries (ubf, edown and asciiedoc)


--- NEW FEATURES --------------------------------------------------------
Expand All @@ -42,6 +44,7 @@ https://github.com/hibari/gdss-client/issues/2
--- OTHERS --------------------------------------------------------------

- hibari >> GH50 - Host Hibari docs at Read The Docs
- hibari >> GH51 - Update for Erlang/OTP 18
- gdss-brick >> GH5 - valid return formats for get_many
- hibari-doc >> GH6 - Application Developer's Guide - remove
deprecated timeout = 'infinity'
Expand Down

0 comments on commit 6aa3bc2

Please sign in to comment.