New upstream release
From the upstream release notes: * 3.3.0 (January 23, 2013) This version includes a few minor performance improvements in addition to the listed new features and bug fixes. New features: - Add clipping support to lg_chunk option processing. - Add the --enable-ivsalloc option. - Add the --without-export option. - Add the --disable-zone-allocator option. Bug fixes: - Fix "arenas.extend" mallctl to output the number of arenas. - Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory is undefined. - Fix build break on FreeBSD related to alloca.h.
This commit is contained in:
parent
52dac3dbed
commit
a5963301b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/jemalloc-3.0.0.tar.bz2
|
||||
/jemalloc-3.1.0.tar.bz2
|
||||
/jemalloc-3.2.0.tar.bz2
|
||||
/jemalloc-3.3.0.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: jemalloc
|
||||
Version: 3.2.0
|
||||
Version: 3.3.0
|
||||
|
||||
Release: 1%{?dist}
|
||||
Summary: General-purpose scalable concurrent malloc implementation
|
||||
@ -90,7 +90,10 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Nov 19 2012 Ingavr Hagelund <ingvar@redpill-linpro.com> - 3.2.0-1
|
||||
* Fri Jan 25 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.0-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Nov 19 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.2.0-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Oct 23 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.1.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user