]> granicus.if.org Git - zfs/commitdiff
Update info to prep for a tag. If all goes well I'll have
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 1 Jul 2008 03:42:24 +0000 (03:42 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 1 Jul 2008 03:42:24 +0000 (03:42 +0000)
something I'm not too embarased to distrubute tommorow.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@142 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

ChangeLog
configure.ac

index 6e3c3acebefa8cdc3f84ebb18cb9649260eecef9..d33a2fd3f05d3d38aca970e98d4d2116c4b61812 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-30 Brian Behlendorf <behlendorf1@llnl.gov>
+
+       * : Tag spl-0.3.3
+
+       * : modules/sys/kmem-slab.c : Refined SPL slab to include
+       per-cpu caches, removed internal hash, other general 
+       performance improvements.  Much work remain but it's pretty
+       good for an initial implementation.
+
 2008-06-13 Brian Behlendorf <behlendorf1@llnl.gov>
 
        * : modules/sys/kmem-slab.c : Re-implemented the slab to no
index 1ec6953192255bc86dc881b3a27f3c3b65acbebc..17a782a2b79b033be11b57415651d6e6e3582cb9 100644 (file)
@@ -27,7 +27,7 @@
 AC_INIT
 
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(spl, 0.3.2)
+AM_INIT_AUTOMAKE(spl, 0.3.3)
 AC_CONFIG_HEADERS([spl_config.h])
 
 AC_PROG_INSTALL