diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-03-06 23:56:43 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-03-06 23:56:43 +0100 |
commit | 64199c5bf76806f13a78b9fd5792ccfcb28a5551 (patch) | |
tree | 42776371fbae3cd5645a6e0ecbf9d11fad35dec5 | |
parent | 8105c77ffe8e0ca31b75a87b94a882045bb56cc2 (diff) | |
download | man-pages-64199c5bf76806f13a78b9fd5792ccfcb28a5551.tar.gz |
Start of man-pages-NEXT: Move Changes to Changes.old
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | Changes | 19 | ||||
-rw-r--r-- | Changes.old | 52 |
2 files changed, 54 insertions, 17 deletions
@@ -1,6 +1,6 @@ -==================== Changes in man-pages-6.13 ==================== +==================== Changes in man-pages-?.?? ==================== -Released: 2025-03-06, VinarĂ²s +Released: ????-??-??, ??Location?? New and rewritten pages @@ -10,12 +10,6 @@ New and rewritten pages Newly documented interfaces in existing pages --------------------------------------------- -man7/ - landlock.7 - Landlock ABI v6 - LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET - LANDLOCK_SCOPE_SIGNAL - New and changed links --------------------- @@ -32,15 +26,6 @@ Removed links Global changes -------------- -- Build system: - - PDF book: - - Add support for UNIX V10 sources. - - Makefiles: - - Don't pass an escaped # to grep(1). Use a trick to work with - both new and old systems. This fixes a regressions in the - build system from man-pages-6.11, which was itself introduced - while fixing a regression introduced in man-pages-6.10. - Changes to individual files --------------------------- diff --git a/Changes.old b/Changes.old index 9e0ceaf5bc..4961797ca2 100644 --- a/Changes.old +++ b/Changes.old @@ -57302,3 +57302,55 @@ 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.13 ==================== + +Released: 2025-03-06, VinarĂ²s + + +New and rewritten pages +----------------------- + + +Newly documented interfaces in existing pages +--------------------------------------------- + +man7/ + landlock.7 + Landlock ABI v6 + LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET + LANDLOCK_SCOPE_SIGNAL + + +New and changed links +--------------------- + + +Removed pages +------------- + + +Removed links +------------- + + +Global changes +-------------- + +- Build system: + - PDF book: + - Add support for UNIX V10 sources. + - Makefiles: + - Don't pass an escaped # to grep(1). Use a trick to work with + both new and old systems. This fixes a regressions in the + build system from man-pages-6.11, which was itself introduced + while fixing a regression introduced in man-pages-6.10. + + +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). |