diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-02-14 15:20:53 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-02-14 15:20:53 +0100 |
commit | b7deab7aacf9a08355cf13c28ce32ea1572864b1 (patch) | |
tree | 70ebccf7d19544a11e0cff2098bb38a008171f72 | |
parent | 71154d16c5b5fe09b46acdfdf7c8a57f8f2fb892 (diff) | |
download | man-pages-b7deab7aacf9a08355cf13c28ce32ea1572864b1.tar.gz |
Changes: Ready for 6.11man-pages-6.11
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | Changes | 41 |
1 files changed, 39 insertions, 2 deletions
@@ -1,11 +1,14 @@ -==================== Changes in man-pages-?.?? ==================== +==================== Changes in man-pages-6.11 ==================== -Released: ????-??-??, ??Location?? +Released: 2025-02-14, Aldaya New and rewritten pages ----------------------- +man7/ + pathname.7 + Newly documented interfaces in existing pages --------------------------------------------- @@ -26,6 +29,40 @@ Removed links Global changes -------------- +- Build system: + - [Breaking change!] + Require the user to pass '-R' to make(1). This is necessary to be + able to do the following change. When GNU make(1) releases a new + version, it will not be necessary to pass -R, but in current + versions of make(1) it is necessary. + + - [Breaking change!] + Use '?=' assignments instead of ':=', to support setting make(1) + variables in the environment. Now one can do this: + + $ export prefix=/usr + $ make -R + $ sudo make install -R + + (The -R is only necessary in GNU make(1) versions prior to the + yet-unreleased 4.5.) + + - Escape '#' in regexes, to support old versions of GNU make(1). + This fixes a regression in man-pages-6.10, which caused issues in + users with an old-enough version of GNU make(1), such as the one + present in Debian old-old-stable. + + - Fix duplicate overview-panel entries in the PDF book. + +- CONTRIBUTING.d/: + - Add C coding style guide. + +- RELEASE: + - Document the production of the book. + +- man/: + - Refresh bpf-helpers(7) from Linux v6.13. + Changes to individual files --------------------------- |