<br><br><div class="gmail_quote">2009/11/9 Andrew Jamison <span dir="ltr"><<a href="mailto:linux@blogmethat.net">linux@blogmethat.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there an easy way to see the changes between Fedora kernel versions<br>
so we can see what has been altered/added when we update a kernel?<br>
<br>--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br></blockquote></div><br>Hi,<br><br>you can check the changelog of the kernel rpm:<br>
   $ rpm -q --changelog kernel-$(uname -r)<br>(supposing that your current kernel is the latest one)<br>