File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 4949%endif
5050
5151Name: osc
52- Version: 1.9.0
52+ Version: 1.9.1
5353Release: 0
5454Summary: Command-line client for the Open Build Service
5555License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change 1313
1414
1515from .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
You can’t perform that action at this time.
0 commit comments