From aaad2f7226d26c8ca3575830d07aa08363f346b3 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 2 Jul 2009 14:19:11 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 908d3c183..e68b7f239 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.