]> granicus.if.org Git - zfs/commitdiff
Prep for 0.3.2 tag
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 4 Jun 2008 23:28:29 +0000 (23:28 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 4 Jun 2008 23:28:29 +0000 (23:28 +0000)
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@129 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

ChangeLog
configure.ac

index 6ce192e2cd82c177e660cd1cfe41784f6e6bc205..edf8c1fa8aada8afd1f07ab541323ca80d5560c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-04 Brian Behlendorf <behlendorf1@llnl.gov>
+
+       * : Tag spl-0.3.2
+
+       * : Extensive improvements to the build system to detect kernel
+       API changes so we can flexibly build with a wider range of kernel
+       versions.  The code has now been testing with the 2.6.18-32chaos
+       and 2.6.25.3-18.fc9 kernels, however we should also be compatible
+       with other kernels in the range of 2.6.18-2.6.25.
+
 2008-05-25 Brian Behlendorf <behlendorf1@llnl.gov>
 
        * configure.ac, autoconf/* : Initial pass at resolving
index df210ee52998859f01af63a75972956fec423285..1ec6953192255bc86dc881b3a27f3c3b65acbebc 100644 (file)
@@ -27,7 +27,7 @@
 AC_INIT
 
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(spl, 0.3.1)
+AM_INIT_AUTOMAKE(spl, 0.3.2)
 AC_CONFIG_HEADERS([spl_config.h])
 
 AC_PROG_INSTALL