Skip to content

Commit 1134e55

Browse files
committed
NEWS.adoc, UPGRADING.adoc: report recent documentation/recipe improvements [#2976, #2946]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 1abdecf commit 1134e55

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

NEWS.adoc

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,20 @@ https://github.com/networkupstools/nut/milestone/9
183183
- NUT Monitor GUI:
184184
* Ported Python 3 version to Qt6, now shipped alongside Qt5 for systems
185185
with either or both, maximizing compatibility with old and new setups.
186-
187-
- Introduced handling (possibly rewriting) for man page section "Overviews,
188-
conventions, and miscellaneous" (commonly number 7), to deliver support
189-
for `man nut` queries (NUT overview manual page also created). [#2945]
190-
191-
- A new `configure --with-docs-man-dir-as-base` option was introduced so
192-
that directories for man page sections can now be automatically named
193-
as either "base" number of the section (e.g. `man1`) or by full section
194-
name (`man1m`), as different OS distributions have different preferences
195-
in this regard. [#2950]
186+
[#2946]
187+
188+
- Manual page recipes and contents:
189+
* Introduced handling (possibly rewriting) for man page section "Overviews,
190+
conventions, and miscellaneous" (commonly number 7), to deliver support
191+
for `man nut` queries (NUT overview manual page also created). [#2945]
192+
* A new `configure --with-docs-man-dir-as-base` option was introduced so
193+
that directories for man page sections can now be automatically named
194+
as either "base" number of the section (e.g. `man1`) or by full section
195+
name (`man1m`), as different OS distributions have different preferences
196+
in this regard. [#2950]
197+
* Option to `configure --enable-docs-man-for-progs-built-only` was added,
198+
to differentiate NUT builds that deliver man pages for only built programs
199+
(legacy default) or for all of them (as needed for docs sites). [#2976]
196200

197201
- The `BUILD_TYPE=default-all-errors ci_build.sh` script handling was
198202
revised to simplify code, and to default in CI builds to a quicker

UPGRADING.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Changes from 2.8.3 to 2.8.4
3636
As a packager, you may have to update the recipes accordingly (especially
3737
if your platform rewrites section numbers). [#2945, #2950]
3838
39+
- Option to `configure --enable-docs-man-for-progs-built-only` was added,
40+
to differentiate NUT builds that deliver man pages for only built programs
41+
(legacy default) or for all of them (as needed for docs sites). [#2976]
42+
3943
- Added APC BVKxxxM2 to list of devices where `lbrb_log_delay_sec=N` may be
4044
necessary to address spurious LOWBATT and REPLACEBATT events. [issue #2942]
4145

0 commit comments

Comments
 (0)