On Thu, 2005-09-08 at 17:55 +1000, Luke Kendall wrote: > If packages included a "release notes" component, then it would be > theoretically possible to ask yum to tell you the differences between > version 1 of some package and version 3 (by listing the "release notes" > for version 2 and version 3). Have a look at the changelog plugin in latest yum-utils, that's exactly what it does: show the changelog difference between the originally installed vs new version of packages. Oh and you'll need yum >= 2.4.0 to work. - Panu -