Skip to content

Commit

Permalink
Prepare the 1.1.0-rc9 release.
Browse files Browse the repository at this point in the history
1.1.0-rc9 (07/22/2016)
----------------------

Third release candidate for release 1.1.0. Remove bad
deprecation warning.

Bugfixes
~~~~~~~~

* Fix JUnit -fail-fast, add test for early exit hook and remove unused code
  `RB #4060 <https://rbcommons.com/s/twitter/r/4060>`_
  `RB #4081 <https://rbcommons.com/s/twitter/r/4081>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Update junit-runner to version 1.0.13
  `RB #4102 <https://rbcommons.com/s/twitter/r/4102>`_
  `RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_
  `RB #4091 <https://rbcommons.com/s/twitter/r/4091>`_
  `RB #4081 <https://rbcommons.com/s/twitter/r/4081>`_
  `RB #4107 <https://rbcommons.com/s/twitter/r/4107>`_

* Enable autoFlush for JUnit printstream so we get output as the tests run
  `RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_
  `RB #4102 <https://rbcommons.com/s/twitter/r/4102>`_

* Buffer the ConsoleRunner's use of stdio.
  `RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_

* [1.1.x] Clean up export deprecation warning on 1.1.x branch
  `RB #4084 <https://rbcommons.com/s/twitter/r/4084>`_
  `RB #4110 <https://rbcommons.com/s/twitter/r/4110>`_

* Print a message for cycles in the graph when computing the target fingerprint
  `RB #4087 <https://rbcommons.com/s/twitter/r/4087>`_
  • Loading branch information
digwanderlust committed Jul 23, 2016
1 parent 9f52670 commit 2578003
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions src/python/pants/notes/1.1.x.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
1.1.0-rc9 (07/22/2016)
----------------------

Third release candidate for release 1.1.0. Remove bad
deprecation warning.

Bugfixes
~~~~~~~~

* Fix JUnit -fail-fast, add test for early exit hook and remove unused code
`RB #4060 <https://rbcommons.com/s/twitter/r/4060>`_
`RB #4081 <https://rbcommons.com/s/twitter/r/4081>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Update junit-runner to version 1.0.13
`RB #4102 <https://rbcommons.com/s/twitter/r/4102>`_
`RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_
`RB #4091 <https://rbcommons.com/s/twitter/r/4091>`_
`RB #4081 <https://rbcommons.com/s/twitter/r/4081>`_
`RB #4107 <https://rbcommons.com/s/twitter/r/4107>`_

* Enable autoFlush for JUnit printstream so we get output as the tests run
`RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_
`RB #4102 <https://rbcommons.com/s/twitter/r/4102>`_

* Buffer the ConsoleRunner's use of stdio.
`RB #4101 <https://rbcommons.com/s/twitter/r/4101>`_

* [1.1.x] Clean up export deprecation warning on 1.1.x branch
`RB #4110 <https://rbcommons.com/s/twitter/r/4110>`_

* Print a message for cycles in the graph when computing the target fingerprint
`RB #4087 <https://rbcommons.com/s/twitter/r/4087>`_

1.1.0-rc8 (07/15/2016)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from pants.base.revision import Revision


VERSION = '1.1.0-rc8'
VERSION = '1.1.0-rc9'

PANTS_SEMVER = Revision.semver(VERSION)

0 comments on commit 2578003

Please sign in to comment.