diff --git a/jemalloc-3.0.0.tar.bz2 b/jemalloc-3.0.0.tar.bz2 deleted file mode 100644 index a754eba..0000000 --- a/jemalloc-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cce16f18dd1dc7a087d37d33ae4ca507b5bcba64dabefa228ba801d1a78e4554 -size 245192 diff --git a/jemalloc-3.2.0.tar.bz2 b/jemalloc-3.2.0.tar.bz2 new file mode 100644 index 0000000..693e3b1 --- /dev/null +++ b/jemalloc-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eff12ec2bcf135e502cad8df67af484f491aa19856eaa5ee89ec771abe040f +size 250072 diff --git a/jemalloc.changes b/jemalloc.changes index 0c28a97..1386f59 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 14 23:32:04 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 3.2.0 +* Fix deadlock in the "arenas.purge" mallctl. +- Update to new upstream release 3.1.0 +* Auto-detect whether running inside Valgrind, thus removing the + need to manually specify MALLOC_CONF=valgrind:true. +* Disable tcache by default if running inside Valgrind, in order to + avoid making unallocated objects appear reachable to Valgrind. +* Fix heap profiling crash if sampled object is freed via realloc(p, 0). + ------------------------------------------------------------------- Tue Sep 4 04:46:02 UTC 2012 - jengelh@inai.de diff --git a/jemalloc.spec b/jemalloc.spec index 34c0df7..9f6e1af 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -16,7 +16,7 @@ # Name: jemalloc -Version: 3.0.0 +Version: 3.2.0 Release: 0 License: BSD-2-Clause %define lname libjemalloc1