diff --git a/.github/INCIDENT_RESPONSE.md b/.github/INCIDENT_RESPONSE.md index b3c11a1df..e05673a5d 100644 --- a/.github/INCIDENT_RESPONSE.md +++ b/.github/INCIDENT_RESPONSE.md @@ -254,7 +254,7 @@ require a Pillow point release even if Pillow's own code is unchanged. | Package | Required? | Purpose | |---|---|---| | `setuptools` | Build-time only | Package build backend | -| `pybind11` | Build-time only | C++ ↔ Python bindings | +| `pybind11` | Build-time only | Compile C files in parallel | | `olefile` | Optional (`fpx`, `mic` extras) | OLE2 container parsing (FPX, MIC formats) | | `defusedxml` | Optional (`xmp` extra) | Safe XML parsing for XMP metadata | diff --git a/RELEASING.md b/RELEASING.md index 469dca62a..fcf108943 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -39,7 +39,7 @@ Released as needed for security, installation or critical bug fixes. ```bash git push ``` -* [ ] If this is a security fix: publish the [GitHub Security Advisory](https://github.com/python-pillow/Pillow/security/advisories). +* [ ] If this is a security fix: publish the [GitHub Security Advisory or Advisories](https://github.com/python-pillow/Pillow/security/advisories). ## Embargoed release