Skip to content

Commit 1647395

Browse files
committed
release 1.9.1
1 parent 2afae5d commit 1647395

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- 1.9.1
2+
- Command-line:
3+
- Add 'createrequest release' subcommand
4+
- Change 'review list' command to omit requests with 'declined' state
5+
- Fix `osc build --local-package`
6+
- Fix typos
7+
- Library:
8+
- Fix extraction of the 'ar' archives when they don't contain header with long filenames
9+
- Fix iterating through arch_list in core.get_repos_of_project()
10+
- Check for None & len() of ET.Element instead of bool() in PackageBase.get_meta_value()
11+
- Spec:
12+
- Replace 'setup.py test' that was removed in setuptools 72 with 'python3 -m unittest'
13+
114
- 1.9.0
215
- Security:
316
- Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)

contrib/osc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
%endif
5050

5151
Name: osc
52-
Version: 1.9.0
52+
Version: 1.9.1
5353
Release: 0
5454
Summary: Command-line client for the Open Build Service
5555
License: GPL-2.0-or-later

osc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
from .util import git_version
16-
__version__ = git_version.get_version('1.9.0')
16+
__version__ = git_version.get_version('1.9.1')
1717

1818

1919
# vim: sw=4 et

0 commit comments

Comments
 (0)