From 67e251cb2b41445083909a0d44f4e4bbaf53a030 Mon Sep 17 00:00:00 2001 From: lethliel Date: Tue, 3 Mar 2020 10:42:32 +0100 Subject: [PATCH] add recent changes to NEWS file --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 67f4f944..cac286bc 100644 --- a/NEWS +++ b/NEWS @@ -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