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
This commit is contained in:
Jeremy Stanley 2021-01-29 20:01:36 +00:00
parent 6deb027936
commit d571d56c70
7 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Improved parsing of warning and error output from the ``apk`` tool in
alpine.

View File

@ -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.

View File

@ -0,0 +1,4 @@
---
features:
- |
Basic support for Oracle Linux is now included.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Now handles parsing pacman 1.5.2 and later output so --brief works on newer
releases of Archlinux.

View File

@ -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.

View File

@ -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.

View File

@ -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.