diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-02-24 09:52:55 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-02-24 09:52:55 +0100 |
commit | 232f0aa680c893b453e34982dfc288653892d8f7 (patch) | |
tree | c51b289f410029c99ca04641cdb0f86ae2af36d4 | |
parent | 403b1f9536005c79394c7c17102c74a075f6c268 (diff) | |
download | man-pages-232f0aa680c893b453e34982dfc288653892d8f7.tar.gz |
Start of man-pages-NEXT: Move Changes to Changes.old
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | Changes | 14 | ||||
-rw-r--r-- | Changes.old | 47 |
2 files changed, 49 insertions, 12 deletions
@@ -1,6 +1,6 @@ -==================== Changes in man-pages-6.12 ==================== +==================== Changes in man-pages-?.?? ==================== -Released: 2025-02-22, Venezia Santa Lucia +Released: ????-??-??, ??Location?? New and rewritten pages @@ -10,12 +10,6 @@ New and rewritten pages Newly documented interfaces in existing pages --------------------------------------------- -man2/ - mbind.2 - MPOL_PREFERRED_MANY - set_mempolicy.2 - MPOL_PREFERRED_MANY - New and changed links --------------------- @@ -32,10 +26,6 @@ Removed links Global changes -------------- -- Build system: - - Use ifndef and := instead of ?= (fixes regression introduced in - 6.11, which affected at least the version string). - Changes to individual files --------------------------- diff --git a/Changes.old b/Changes.old index f90ac08c55..6229a839e5 100644 --- a/Changes.old +++ b/Changes.old @@ -57255,3 +57255,50 @@ Changes to individual files The manual pages and other files in the repository have been improved beyond what this changelog covers. To learn more about changes applied to individual pages, or the authors of changes, use git(1). + + +==================== Changes in man-pages-6.12 ==================== + +Released: 2025-02-22, Venezia Santa Lucia + + +New and rewritten pages +----------------------- + + +Newly documented interfaces in existing pages +--------------------------------------------- + +man2/ + mbind.2 + MPOL_PREFERRED_MANY + set_mempolicy.2 + MPOL_PREFERRED_MANY + + +New and changed links +--------------------- + + +Removed pages +------------- + + +Removed links +------------- + + +Global changes +-------------- + +- Build system: + - Use ifndef and := instead of ?= (fixes regression introduced in + 6.11, which affected at least the version string). + + +Changes to individual files +--------------------------- + +The manual pages and other files in the repository have been improved +beyond what this changelog covers. To learn more about changes applied +to individual pages, or the authors of changes, use git(1). |