Code: Select all
sudo apt-get updateCode: Select all
sudo apt-get upgradeInstead of hit and miss, is it easier to just check the changelog here?
https://github.com/raspberrypi/firmware/commits/master
Code: Select all
sudo apt-get updateCode: Select all
sudo apt-get upgradeSo where are the changelogs?topguy wrote:That link only contains updates to firmware and kernel and probably some other tools.
It will not update you about a critical security flaw that has been fixed in SSL or Apache or any software you might use.
Each package has its own changelog. There are so many and so many updates that you can't really condense them.Rive wrote:So where are the changelogs?topguy wrote:That link only contains updates to firmware and kernel and probably some other tools.
It will not update you about a critical security flaw that has been fixed in SSL or Apache or any software you might use.
Why not:Rive wrote:I regularly check to see if there are updates on Jessie using:and then I run:Code: Select all
sudo apt-get updateto install anything that is available.Code: Select all
sudo apt-get upgrade
Instead of hit and miss, is it easier to just check the changelog here?
https://github.com/raspberrypi/firmware/commits/master
Code: Select all
sudo apt-get dist-upgrade