mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
release 1.0.0b4
This commit is contained in:
parent
8f09d42483
commit
83b1e22e52
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
||||
1.0.0b4
|
||||
- Fix regressions to osc 0.x:
|
||||
- mv: Fix traceback due to missing target file name
|
||||
- rm: Fix creating a Package object by providing multiple files on the command line
|
||||
- copypac: Fix downgrading a package to an old revision
|
||||
- buildhist: Fix running from a package checkout
|
||||
- rebuild: Fix running from a package checkout
|
||||
- rdiff: Fix traceback when new project is not specified
|
||||
- rq list: Fix passing values of the --type option
|
||||
- build: Fix reading extra-pkgs from oscrc
|
||||
- Support withfullhistory in osc.core.get_request_list again
|
||||
- Fix osc.get_request_list ignoring the req_type parameter
|
||||
- Revert "Do not list declined requests by default"
|
||||
- connection: Mute the "Converted retries value" debug message
|
||||
- connection: Fix traceback on loading an invalid cookiejar file
|
||||
- connection: Save cookiejar only when there's a Set-Cookie header in the response
|
||||
- Add oscerr.ProjectError class needed by core.delete_project()
|
||||
- Fix all errors reported by pylint
|
||||
|
||||
1.0.0b3
|
||||
- add create-pbuild-config (cpc) command which allows to create a working
|
||||
config for pbuild tool based on OBS server side data
|
||||
|
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.0.0~b3
|
||||
Version: 1.0.0~b4
|
||||
Release: 0
|
||||
Summary: Command-line client for the Open Build Service
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -13,7 +13,7 @@ __all__ = [
|
||||
|
||||
|
||||
from .util import git_version
|
||||
__version__ = git_version.get_version('1.0.0~b3')
|
||||
__version__ = git_version.get_version('1.0.0~b4')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Loading…
Reference in New Issue
Block a user