mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
release 1.9.0
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,3 +1,13 @@
|
||||
- 1.9.0
|
||||
- Security:
|
||||
- Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)
|
||||
Source files are now stored in the 'sources' subdirectory which prevents
|
||||
name collisons. This requires changing version of '.osc' store to 2.0.
|
||||
- Command-line:
|
||||
- Introduce build --checks parameter
|
||||
- Library:
|
||||
- OscConfigParser: Remove automatic __name__ option
|
||||
|
||||
- 1.8.3
|
||||
- Command-line:
|
||||
- Change 'repairwc' command to always run all repair steps
|
||||
|
@@ -49,7 +49,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.8.3
|
||||
Version: 1.9.0
|
||||
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.8.3')
|
||||
__version__ = git_version.get_version('1.9.0')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Reference in New Issue
Block a user