diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-14 11:14:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-14 11:14:05 +0200 |
commit | 0e6ee54d284fd7645696b4d815e93c7febb2f82b (patch) | |
tree | aa946cd8a673aca423d0d5a1dfcc57ea5436b31d | |
parent | 345d77cedb31302c3ea68106a044646604257bb5 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Version 0.13.0 + + * Support for the alternative package rebuild timeout. + + The alternative rebuild timeout can be used to "pull" the rebuild window + to the specified time of day, for example, to optimize load and/or power + consumption of the build infrastructure (off-work hours, solar, off-peak + electricity tariffs, etc). + + * New brep-monitor utility for monitoring for and reporting on brep state + issues. Currently it only reports build delays. See brep-monitor(1) for + details. + + * Support for test-exclude task manifest value. + Version 0.12.0 * Support for specifying explicit environment names in buildtabs. |