From d571d56c70d29b76e2b169c2e567bd7813d52ef8 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 29 Jan 2021 20:01:36 +0000 Subject: [PATCH] Add missing release notes A number of user-facing improvements and fixes have merged since the most recent release without release notes, so attempt to summarize them accurately in preparation for an upcoming release. Change-Id: I387cc4c5544f685f9d59f663734b44f3987cb1d5 --- .../notes/apk-error-handling-94d6910226a770f2.yaml | 5 +++++ releasenotes/notes/as-module-b07f9bf5c220d3e5.yaml | 5 +++++ .../notes/oraclelinux-support-67e7629a65116504.yaml | 4 ++++ releasenotes/notes/pacman-512-brief-c97003ce11a5be90.yaml | 5 +++++ .../notes/pacman-shadowing-file-61abbec4a717c8c2.yaml | 4 ++++ releasenotes/notes/platform-basepy-95b8884db5a934b4.yaml | 7 +++++++ .../notes/rpm-path-reference-34012951fcbcb339.yaml | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 releasenotes/notes/apk-error-handling-94d6910226a770f2.yaml create mode 100644 releasenotes/notes/as-module-b07f9bf5c220d3e5.yaml create mode 100644 releasenotes/notes/oraclelinux-support-67e7629a65116504.yaml create mode 100644 releasenotes/notes/pacman-512-brief-c97003ce11a5be90.yaml create mode 100644 releasenotes/notes/pacman-shadowing-file-61abbec4a717c8c2.yaml create mode 100644 releasenotes/notes/platform-basepy-95b8884db5a934b4.yaml create mode 100644 releasenotes/notes/rpm-path-reference-34012951fcbcb339.yaml diff --git a/releasenotes/notes/apk-error-handling-94d6910226a770f2.yaml b/releasenotes/notes/apk-error-handling-94d6910226a770f2.yaml new file mode 100644 index 0000000..40f71fe --- /dev/null +++ b/releasenotes/notes/apk-error-handling-94d6910226a770f2.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Improved parsing of warning and error output from the ``apk`` tool in + alpine. diff --git a/releasenotes/notes/as-module-b07f9bf5c220d3e5.yaml b/releasenotes/notes/as-module-b07f9bf5c220d3e5.yaml new file mode 100644 index 0000000..7ead2e9 --- /dev/null +++ b/releasenotes/notes/as-module-b07f9bf5c220d3e5.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Bindep can now be imported as a Python module, useful when making plugins + for other Python-based tools or experimenting in the REPL. diff --git a/releasenotes/notes/oraclelinux-support-67e7629a65116504.yaml b/releasenotes/notes/oraclelinux-support-67e7629a65116504.yaml new file mode 100644 index 0000000..7c56efd --- /dev/null +++ b/releasenotes/notes/oraclelinux-support-67e7629a65116504.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Basic support for Oracle Linux is now included. diff --git a/releasenotes/notes/pacman-512-brief-c97003ce11a5be90.yaml b/releasenotes/notes/pacman-512-brief-c97003ce11a5be90.yaml new file mode 100644 index 0000000..c1a1737 --- /dev/null +++ b/releasenotes/notes/pacman-512-brief-c97003ce11a5be90.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Now handles parsing pacman 1.5.2 and later output so --brief works on newer + releases of Archlinux. diff --git a/releasenotes/notes/pacman-shadowing-file-61abbec4a717c8c2.yaml b/releasenotes/notes/pacman-shadowing-file-61abbec4a717c8c2.yaml new file mode 100644 index 0000000..f5d2689 --- /dev/null +++ b/releasenotes/notes/pacman-shadowing-file-61abbec4a717c8c2.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + If a local file has the same name as a package, this no longer confuses parsing of pacman output on Arch Linux. diff --git a/releasenotes/notes/platform-basepy-95b8884db5a934b4.yaml b/releasenotes/notes/platform-basepy-95b8884db5a934b4.yaml new file mode 100644 index 0000000..77d5808 --- /dev/null +++ b/releasenotes/notes/platform-basepy-95b8884db5a934b4.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + A new set of virtual platform profiles, ``platform:base-py2`` and + ``platform:base-py3`` can be used to differentiate packages on Debian + derivatives (including Ubuntu), Red Hat derivatives (including CentOS and + Fedora), and MacOS X/Darwin. diff --git a/releasenotes/notes/rpm-path-reference-34012951fcbcb339.yaml b/releasenotes/notes/rpm-path-reference-34012951fcbcb339.yaml new file mode 100644 index 0000000..5f99b98 --- /dev/null +++ b/releasenotes/notes/rpm-path-reference-34012951fcbcb339.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + For improved flexibility, any rpm package can be referred to by the full + path to an executable they provide, in lieu of their actual package name.