You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/06/01 22:42:44 UTC

[50/50] rebar commit: updated refs/heads/import to e9f62c4

Bump to 2.5.1


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/e9f62c45
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/e9f62c45
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/e9f62c45

Branch: refs/heads/import
Commit: e9f62c45807ce2db39e0606c4d97cd071416bd64
Parents: 19c215e
Author: tsloughter <t...@crashfast.com>
Authored: Wed Jul 30 17:37:01 2014 +0000
Committer: tsloughter <t...@crashfast.com>
Committed: Wed Jul 30 17:37:49 2014 +0000

----------------------------------------------------------------------
 RELEASE-NOTES.md | 10 ++++++++++
 ebin/rebar.app   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/e9f62c45/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 8441e75..b0037b9 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,13 @@
+# Rebar 2.5.1
+
+* rebar/299: [Fix OS X resource fork handling (Reported-by: Richard O'Keefe)](https://github.com/rebar/rebar/pull/299)
+* rebar/307: [bootstrap now accepts --help usage flag](https://github.com/rebar/rebar/pull/307)
+* rebar/316: [fix for #314 (rebar shell somehow blocks using io:format in gen_server handle_call)](https://github.com/rebar/rebar/pull/316)
+* rebar/327: [Adapt arch string to versioning scheme changes (>= 17.x)](https://github.com/rebar/rebar/pull/327)
+* rebar/328: [Follow-up typo fixes for #327](https://github.com/rebar/rebar/pull/328)
+* rebar/330: [Remove experimental label from 'eunit tests='](https://github.com/rebar/rebar/pull/330)
+* rebar/332: [Update dialyzer_reference](https://github.com/rebar/rebar/pull/332)
+
 # Rebar 2.5.0
 
 * Reverted rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) as it broke backwards compatibility

http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/e9f62c45/ebin/rebar.app
----------------------------------------------------------------------
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 9ee54e6..55454e9 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -3,7 +3,7 @@
 
 {application, rebar,
  [{description, "Rebar: Erlang Build Tool"},
-  {vsn, "2.5.0"},
+  {vsn, "2.5.1"},
   {modules, [ rebar,
               rebar_abnfc_compiler,
               rebar_app_utils,