From: Brian Behlendorf Date: Thu, 2 Jul 2009 21:19:11 +0000 (-0700) Subject: Update ChangeLog X-Git-Tag: spl-0.4.4^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaad2f7226d26c8ca3575830d07aa08363f346b3;p=spl Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 908d3c1..e68b7f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ -2009-06-22 Brian Behlendorf +2009-07-02 Brian Behlendorf * : Tag spl-0.4.4 + * : Generic distro friendly build system / packaging improvements + for RPM based distros including CHAOS, RHEL, Fedora, and SLES. + + spl-.src.rpm + - Fully rebuildable source rpm for utils. + spl-modules-.src.rpm + - Fully rebuildable source rpm for kernel modules. + + spl-..rpm + - Binary rpm for utils. The utils in this package are compatible + with all spl-module rpms of the same version. + + spl-modules--.arch.rpm + - Binary rpm containing the kernel modules for a specific kernel build. + The package name contains the kernel version and you should have one + of these packages installed to match every kernel on your system. + spl-modules-devel--.arch.rpm + - Binary rpm containing development header and module symbols needed + for building additional kernel modules which are dependent on the + spl module. + * : Added SLES10 support. This includes all compatibility changes to support 2.6.16 based kernels and the required build system improvements.