From 25c930b85cb14eed177c97a6eb4e73c2a2c5d2af Mon Sep 17 00:00:00 2001 From: Eric Ayers Date: Fri, 24 Jul 2015 17:11:50 -0400 Subject: [PATCH] Add new contributors Left out of 0.0.39: Add new contributors, formatting changes to changelog Testing Done: CI in progress https://travis-ci.org/pantsbuild/pants/builds/72527889 Bugs closed: 1867 Reviewed at https://rbcommons.com/s/twitter/r/2527/ --- .mailmap | 1 + CONTRIBUTORS.md | 2 ++ src/python/pants/CHANGELOG.rst | 10 +++++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.mailmap b/.mailmap index d08d59c8b2c..eec648e71c4 100644 --- a/.mailmap +++ b/.mailmap @@ -22,6 +22,7 @@ Dan Davydov Fedor Korotkov Jon Boulle John Sirois +Kris Wilson Larry Hosken Leo Kim Marius Eriksen diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 13785708e57..a90bcb2f4d8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -59,12 +59,14 @@ Created by running `./build-support/bin/contributors.sh`. + Larry Hosken + Lei Wang + Leo Kim ++ Luc Cary + Marc Abramowitz + Marius Eriksen + Mark Chu-Carroll + Mark McBride + Mateo Rodriguez + Mathew Jennings ++ Matt Olsen + Matthew Jeffryes + Maxim Khutornenko + Michael Doherty diff --git a/src/python/pants/CHANGELOG.rst b/src/python/pants/CHANGELOG.rst index c284aa750ea..7635763aa65 100644 --- a/src/python/pants/CHANGELOG.rst +++ b/src/python/pants/CHANGELOG.rst @@ -4,16 +4,15 @@ RELEASE HISTORY 0.0.39 (7/23/2015) ------------------ -Release Notes -~~~~~~~~~~~~~ - API Changes ~~~~~~~~~~~ + * Disallow jar_library targets without jars `RB #2519 `_ Bugfixes ~~~~~~~~ + * Fixup PythonChroot to ignore synthetic targets. `RB #2523 `_ @@ -31,6 +30,7 @@ Bugfixes New Features ~~~~~~~~~~~~ + * Invalidate tasks based on BinaryUtil.version. `RB #2516 `_ @@ -38,7 +38,7 @@ New Features `Issue #1762 `_ `RB #2506 `_ -* Option to expose intransitive target dependencies +* Option to expose intransitive target dependencies for the dependencies goal `RB #2503 `_ * Introduce Subsystem dependencies. @@ -47,13 +47,13 @@ New Features Small improvements, Refactoring and Tooling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Increase robustness of ProcessManager.terminate() in the face of zombies. `RB #2513 `_ * A global isort fix. `RB #2510 `_ - 0.0.38 (7/21/2015) ------------------