1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

release 0.157.0

This commit is contained in:
Marco Strigl 2017-03-08 09:25:02 +01:00
parent ccafb430b8
commit 7f428cccdf
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -4,6 +4,13 @@
- results: show multibuild results by default
- getbinaries: make .AppImage files executable
- support operation in checked out package for cat/less/blame
- add comment command
- improved build recipe selection
- added multibuild (-M) to commands:
buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory,
rebuild, restartbuild/abortbuild, wipebinaries, getbinaries
- add checkconstraints command
- add workerinfo command
0.156
- highlight scheduled jobs with dispatch problems (due to constraints)

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.156git'
__version__ = '0.157'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration