From 3ba97a6743ee69ada9032cc4b111bca25989638a Mon Sep 17 00:00:00 2001 From: behlendo Date: Tue, 1 Jul 2008 03:42:24 +0000 Subject: [PATCH] Update info to prep for a tag. If all goes well I'll have 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 | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e3c3acebe..d33a2fd3f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-30 Brian Behlendorf + + * : 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 * : modules/sys/kmem-slab.c : Re-implemented the slab to no diff --git a/configure.ac b/configure.ac index 1ec6953192..17a782a2b7 100644 --- a/configure.ac +++ b/configure.ac @@ -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