Get changelog information from RPM and DEB package
Here is a nice Linux tip: to get change information of some RPM package it’s enough to execute the following command rpm -q –changelog package for example rpm -q –changelog openssh will output something like: * Fri Mar 03 2006 Tomas Mraz – 4.3p2-4 – allow access if audit is not compiled in kernel (#183243) * Sat Feb 25 2006 Tomas Mraz – 4.3p2-3 – enable the subprocess in chroot [...]
Read more →