There are several places, where such upgradings are stored:
/var/log/dpkg.log
/var/log/apt/history.log
/var/log/unattended-upgrades/unattended-upgrades.log
But every package has its own place for changes:
/usr/share/doc/package_name/
(The last is probably most useful source; package_name is nginx in your case.)
You can check this files (NEWS* and changelog* in this directory) for changes.
Or you can use apt-listchanges, which can send you email about such changes.
(Maybe there are another ways how to do it.)
/var/log/dpkg.log
/var/log/apt/history.log
/var/log/unattended-upgrades/unattended-upgrades.log
But every package has its own place for changes:
/usr/share/doc/package_name/
(The last is probably most useful source; package_name is nginx in your case.)
You can check this files (NEWS* and changelog* in this directory) for changes.
Or you can use apt-listchanges, which can send you email about such changes.
(Maybe there are another ways how to do it.)
Statistics: Posted by ruwolf — 2024-04-13 22:16