1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-12 16:56:15 +01:00

add recent changes to NEWS file

This commit is contained in:
lethliel 2020-03-03 10:42:32 +01:00
parent eb88abc138
commit 67e251cb2b

18
NEWS
View File

@ -1,6 +1,24 @@
0.168.0
- MR creation honors orev now (bsc#1160446)
- allow "osc r --vertical" for projects
- several typo fixes
- cleanup old functions and remove python2.6 compat code
- support zstd arch linux files in local build
- fix deleterequest for repositories
- append --norootforbuild as default to build command
- fix decoding in interactive request mode
- use signdummy for product builds
- print release project when creating MR
- improve SSLError message for TLSv1 validation
- osc maintained --version prints the version of each maintained package
- print web url links after creating requests (New general bool option 'print_web_links' must be set in oscrc)
- fix checkout_no_colon on project level
- handle empty release number of rpm packages in build.py
- handle bytes vs. str error when parsing meta
- custom exception if importing m2crypto fails
- fix missing oscerr import in util.helper
- several fixes for keyring handling
- fix arch zst magic in util.packagequery
0.167.2
- fix regression in osc chroot