Ubuntu – Where is the changelog for Ubuntu kernels

kernel

Where can I find the changelog between versions of the kernel released for Ubuntu 10.04? Note that I need to find the changelog for 10.04 from an 11.04 system, so if I have to, I can run a VM for this purpose.

"Why do I need the kernel changelog?" you may ask. I need it because I'm going to package a custom build of the kernel for myself onto a PPA I own, and I need the changelog to show my changes to the kernel in addition to all previous changes done by the Ubuntu developers.

Best Answer

The latest version of the kernel for Ubuntu can be seen on Launchpad. See all current changelogs here:

That should tell you what changed in each release.

Given that your main aim is to build your own kernel packages though, you might be better off following these guides: