From 634298cb1b821a9ed778db03ee6a4ade13f49419 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 8 Jun 2018 10:00:44 +0100 Subject: [PATCH 1/3] Prep for release 1.8.0dev3 --- CONTRIBUTORS.md | 2 + src/docs/release.md | 2 +- src/python/pants/VERSION | 2 +- src/python/pants/notes/master.rst | 78 +++++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 43c5076c1d3..e1e5664fabd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,7 @@ Created by running `./build-support/bin/contributors.sh`. + Aaron Mitchell + Adam Chainz + Alan Paulin ++ Alan Velasco + Alexander Johnson + Alyssa Pohahau + Andrew Hamilton @@ -99,6 +100,7 @@ Created by running `./build-support/bin/contributors.sh`. + Kushal Dave + Kyle Derr + Larry Hosken ++ LarryFinn + Le Nucksi + Lei Wang + Leo Kim diff --git a/src/docs/release.md b/src/docs/release.md index 87bd6c8b1ea..c86038415d2 100644 --- a/src/docs/release.md +++ b/src/docs/release.md @@ -112,7 +112,7 @@ the release manager may also need to do a release from a stable branch.* [docs reference](http://www.pantsbuild.org/docs#generating-the-site) 4. Bring the CONTRIBUTORS roster in [CONTRIBUTORS.md](https://github.com/pantsbuild/pants/tree/master/CONTRIBUTORS.md) - up to date by running `build-support/bin/contributors.sh`. + up to date by running `./build-support/bin/contributors.sh`. 5. Create and land a review for changes in the master branch. 6. Execute the release as described later on this page. 7. Finally, if creating a release candidate, create the stable branch from the commit in diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index 7e87113632a..c8c8011ef74 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -1.8.0.dev2 +1.8.0.dev3 diff --git a/src/python/pants/notes/master.rst b/src/python/pants/notes/master.rst index 48ff2865545..1b323c6c05e 100644 --- a/src/python/pants/notes/master.rst +++ b/src/python/pants/notes/master.rst @@ -4,6 +4,84 @@ Master Pre-Releases This document describes ``dev`` releases which occur weekly from master, and which do not undergo the vetting associated with ``stable`` releases. +1.8.0dev3 (06/08/2018) +---------------------- + +New features +~~~~~~~~~~~~ + +* Initial @rules for Options computation via the engine. (#5889) + `PR #5889 `_ + +* Pantsd terminates if its pidfile changes (#5877) + `PR #5877 `_ + +* Populate output_directory in ExecuteProcessResponse (#5896) + `PR #5896 `_ + +* Add support for passing an incremental_import option via idea-plugin (#5886) + `PR #5886 `_ + +Bugfixes +~~~~~~~~ + +* Fix `SelectInterpreter` read of `interpreter.path` (#5925) + `PR #5925 `_ + +* Fix rust log level comparison (#5918) + `PR #5918 `_ + +* Fix a trivial bug in error reporting in the kythe indexing task. (#5913) + `PR #5913 `_ + +Refactoring, Improvements, and Tooling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Put the ChangeCalculator implementation next to TargetRootsCalculator (#5917) + `PR #5917 `_ + +* Remove sdist publishing hack. (#5926) + `PR #5926 `_ + +* Upgrade to pex 1.4.3. (#5910) +>`_ttps://github.com/pantsbuild/pex/issues/511. +>`_ttps://github.com/pantsbuild/pex/issues/510. +>`_ttps://github.com/pantsbuild/pants/issues/5922. + `PR #5910 `_ + +* Kill unused legacy code. (#5921) + `PR #5921 `_ + +* Add @classproperty (#5901) + `PR #5901 `_ + +* Simplify PathGlobs python datatype (#5915) + `PR #5915 `_ + +* Split short-form from long-form of setup_legacy_graph (#5911) + `PR #5911 `_ + +* Add Daniel McClanahan & Dorothy Ordogh to committers (#5909) + `PR #5909 `_ + +* Merge Root/Inner Entry cases into an EntryWithDeps case. (#5914) + `PR #5914 `_ + +* Make mock test server emit timing data (#5891) + `PR #5891 `_ + +* Update release jvm docs to have notes about gpg 2.1 (#5907) + `PR #5907 `_ + +* Set output_files field on remote Action (#5902) + `PR #5902 `_ + +* From no longer panics (#5832) + `PR #5832 `_ + +* Use tempfile crate not tempdir crate (#5900) + `PR #5900 `_ + 1.8.0.dev2 (06/02/2018) ----------------------- From a53bbf00c9dfecef2658129f43253de3fd1fb8ae Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 8 Jun 2018 10:40:01 +0100 Subject: [PATCH 2/3] Fix release notes --- src/python/pants/notes/master.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/python/pants/notes/master.rst b/src/python/pants/notes/master.rst index 1b323c6c05e..040a910554e 100644 --- a/src/python/pants/notes/master.rst +++ b/src/python/pants/notes/master.rst @@ -44,9 +44,6 @@ Refactoring, Improvements, and Tooling `PR #5926 `_ * Upgrade to pex 1.4.3. (#5910) ->`_ttps://github.com/pantsbuild/pex/issues/511. ->`_ttps://github.com/pantsbuild/pex/issues/510. ->`_ttps://github.com/pantsbuild/pants/issues/5922. `PR #5910 `_ * Kill unused legacy code. (#5921) From 09c32556c46571189a18f7479176c1ee3608f7b2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 8 Jun 2018 13:00:12 +0100 Subject: [PATCH 3/3] Mailmap for Lawrence Finn --- .mailmap | 1 + CONTRIBUTORS.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index e8296912405..159ac5058b9 100644 --- a/.mailmap +++ b/.mailmap @@ -27,6 +27,7 @@ Jon Boulle John Sirois Kris Wilson Larry Hosken +Lawrence Finn Leo Kim Marius Eriksen Mark Chu-Carroll diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e1e5664fabd..743a369cec4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -100,7 +100,7 @@ Created by running `./build-support/bin/contributors.sh`. + Kushal Dave + Kyle Derr + Larry Hosken -+ LarryFinn ++ Lawrence Finn + Le Nucksi + Lei Wang + Leo Kim