Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B75F178F3 for ; Mon, 1 Jun 2015 20:41:57 +0000 (UTC) Received: (qmail 60757 invoked by uid 500); 1 Jun 2015 20:41:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 60465 invoked by uid 500); 1 Jun 2015 20:41:56 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 59507 invoked by uid 99); 1 Jun 2015 20:41:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 20:41:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 911BCE08E9; Mon, 1 Jun 2015 20:41:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 01 Jun 2015 20:42:16 -0000 Message-Id: In-Reply-To: <78c80ee93a184cf38737dfceafa81356@git.apache.org> References: <78c80ee93a184cf38737dfceafa81356@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/50] rebar commit: updated refs/heads/import to e9f62c4 Bump Rebar to 2.4.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/24ce11c3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/24ce11c3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/24ce11c3 Branch: refs/heads/import Commit: 24ce11c3811424d7ee50d8ce59c00ceb3fc6bb2f Parents: e1237ca Author: Fred Hebert Authored: Wed Jun 18 11:52:56 2014 -0400 Committer: Fred Hebert Committed: Wed Jun 18 11:52:56 2014 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.md | 21 +++++++++++++++++++++ ebin/rebar.app | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/24ce11c3/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 093e771..0a81b97 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,24 @@ +# Rebar 2.4.0 + +* rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52) +* rebar/112: [Add code coverage analysis functionality to `qc'](https://github.com/rebar/rebar/pull/112) +* rebar/119: [Add qualified name tests specification (see #118)](https://github.com/rebar/rebar/pull/119) +* rebar/130: [ct fixes](https://github.com/rebar/rebar/pull/130) +* rebar/136: [Add support for the Perforce VCS client via the "p4" tool](https://github.com/rebar/rebar/pull/136) +* rebar/195: [Switch template instructions](https://github.com/rebar/rebar/pull/195) +* rebar/229: [Add REBAR to environment before executing hooks](https://github.com/rebar/rebar/pull/229) +* rebar/260: [Quote include/lib paths to handle spaces in Erlang installs (fixes build on windows)](https://github.com/rebar/rebar/pull/260) +* rebar/280: [improve output when using `rebar shell`](https://github.com/rebar/rebar/pull/280) +* rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) +* rebar/284: [Error 'Command not found' when sname is used](https://github.com/rebar/rebar/pull/284) +* rebar/285: [Fix #249 (erlc regression)](https://github.com/rebar/rebar/pull/285) +* rebar/288: [Extend and document contributing rules](https://github.com/rebar/rebar/pull/288) +* rebar/289: [erlc: fix typo in update_erlcinfo/3 clause that would make the function fail](https://github.com/rebar/rebar/pull/289) +* rebar/290: [erlc: replace if expression with case of](https://github.com/rebar/rebar/pull/290) +* rebar/292: [Namespaced types: fix build for 17.0](https://github.com/rebar/rebar/pull/292) +* rebar/296: [Add gen_event template](https://github.com/rebar/rebar/pull/296) + + # Rebar 2.3.1 ## PR's Merged http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/24ce11c3/ebin/rebar.app ---------------------------------------------------------------------- diff --git a/ebin/rebar.app b/ebin/rebar.app index cc9f751..0440d21 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.3.1"}, + {vsn, "2.4.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils,