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:
Ingvar Hagelund 2013-01-25 12:50:06 +01:00
parent 52dac3dbed
commit a5963301b3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1f7b2099a0d33b803c67e8a9a8c2615e jemalloc-3.2.0.tar.bz2
f95cd3ca9a189cc95f3aef8545f0e6ac jemalloc-3.3.0.tar.bz2