mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
Release 0.174.0
For the details, see the NEWS file (which is mostly about user visible changes).
This commit is contained in:
parent
6b83134377
commit
dd2481da20
9
NEWS
9
NEWS
@ -1,5 +1,12 @@
|
||||
0.174.0
|
||||
-
|
||||
- fix password deletion via "osc config -d <apiurl> pass"
|
||||
- support changing the password store via "osc config <apiurl>
|
||||
--select-password-store")
|
||||
- support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to
|
||||
"osc browse prj pkg")
|
||||
- fix the commit of a frozen package wc
|
||||
- fix local product builds using obsrepositories:/ directives
|
||||
- print a meaningful message when trying to a commit a non-existent package
|
||||
|
||||
0.173.0
|
||||
- add showlinked command to show all references of packages linking to a given one
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.174.git'
|
||||
__version__ = '0.174'
|
||||
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
|
Loading…
Reference in New Issue
Block a user