Skip to content

Commit

Permalink
changes.rst: document changes to needs-restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Nov 1, 2023
1 parent 8fdc07c commit 29f83e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ Module command
--------------
* Dropped ``--all`` option since this behavior is the default one.

Needs-restarting command
------------------------
* ``needs-restarting`` no longer scans for open files to determine whether any outdated files still in use. The default behavior is now the ``--reboothint`` behavior of DNF 4 needs-restarting, which reports whether a system reboot is recommended depending on which packages have been updated since the most recent boot.
* Reboot will now be recommended if any package with an associated ``reboot_suggested`` advisory has been installed or updated.
* The ``-s, --services`` option no longer scans for open files. Instead, restarting a service is recommended if any dependency of the package that provides the service, or the package itself, has been updated since the service started.
* Dropped ``-r, --reboothint`` option; this is now the default behavior.
* Dropped ``-u, --useronly`` option.

Repoclosure command
-------------------
* Dropped ``--pkg`` option. Positional arguments can be used to specify packages to check closure for.
Expand Down

0 comments on commit 29f83e5

Please sign in to comment.