Accepting request 400771 from devel:libraries:c_c++

- Update to version 4.2.1
  * Fix bootstrapping issues for configurations that require
    allocation during tsd initialization (e.g. --disable-tls).
  * Fix gettimeofday() version of nstime_update().
  * Fix Valgrind regressions in calloc() and chunk_alloc_wrapper().
  * Fix potential VM map fragmentation regression.
  * Fix opt_zero-triggered in-place huge reallocation zeroing.
  * Fix heap profiling context leaks in reallocation edge cases.

OBS-URL: https://build.opensuse.org/request/show/400771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2016-06-12 16:51:52 +00:00 committed by Git OBS Bridge
commit 3bc0395a55
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b216ddaeb901697fe38bd30ea02d7505a4b60e8979092009f95cfda860d46acb
size 430964

3
jemalloc-4.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57
size 431132

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 9 07:26:13 UTC 2016 - idonmez@suse.com
- Update to version 4.2.1
* Fix bootstrapping issues for configurations that require
allocation during tsd initialization (e.g. --disable-tls).
* Fix gettimeofday() version of nstime_update().
* Fix Valgrind regressions in calloc() and chunk_alloc_wrapper().
* Fix potential VM map fragmentation regression.
* Fix opt_zero-triggered in-place huge reallocation zeroing.
* Fix heap profiling context leaks in reallocation edge cases.
-------------------------------------------------------------------
Fri May 13 06:58:21 UTC 2016 - idonmez@suse.com

View File

@ -18,7 +18,7 @@
%define lname libjemalloc2
Name: jemalloc
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: General-purpose scalable concurrent malloc implementation
License: BSD-2-Clause