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
This commit is contained in:
parent
a1502d76ae
commit
3ba97a6743
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue