Changelog for
gperftools-2.1-2.2.x86_64.rpm :
Mon Sep 15 14:00:00 2014 roAATTsuse.de
- set excludearch for aarch64, s390 and s390x: not ported there
Thu Sep 11 14:00:00 2014 tbehrensAATTsuse.com
- Delete gperftools-glibc216.patch was commented-out anyway
- Delete gperftools_fix_multiple_install_headers.patch
- Delete spinlock-rand.patch
- cleanup spec file from commented lines
Mon Aug 12 14:00:00 2013 cgardnerAATTsuse.com
- Fixed configure.ac to use older version of autoconf, so that
gperftools can build for SLE10.
Tue Jul 30 14:00:00 2013 cgardnerAATTsuse.com
- gperftools 2.1, released 30 July 2013.
* fixes for building on newer platforms. Notably, there\'s now initial
support for x32 ABI (--enable-minimal only at this time))
* Some fixes for debug allocation on POWER/Linux
* new getNumericProperty stats for cache sizes
* added HEAP_PROFILER_TIME_INTERVAL variable (see documentation)
* added environment variable to control heap size (TCMALLOC_HEAP_LIMIT_MB)
* added environment variable to disable release of memory back to OS
(TCMALLOC_DISABLE_MEMORY_RELEASE)
* cpu profiler can now be switched on and off by sending it a signal
(specified in CPUPROFILESIGNAL)
* (issue 491) fixed race-ful spinlock wake-ups
* (issue 496) added some support for fork-ing of process that is using
tcmalloc
* (issue 368) improved memory fragmentation when large chunks of
memory are allocated/freed
Thu Dec 27 13:00:00 2012 dvaleevAATTsuse.com
- spinlock-rand.patch fixes an issue encountered on PPC with
undefined conversions from \'base::subtle::Atomic64
*\' to \'const
volatile Atomic32
*\'
Sun Jul 22 14:00:00 2012 ajAATTsuse.de
- replace struct siginfo with siginfo_t since the former is not
available with glibc 2.16 anymore.
Mon May 14 14:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-3-Clause
SPDX format
Fri Feb 17 13:00:00 2012 hmachtAATTsuse.de
- enable build with libunwind
Fri Feb 17 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Simply file lists (why would mode 0775 be needed anyway?)
Thu Feb 16 13:00:00 2012 cgardnerAATTsuse.com
- Fix make target.
Thu Feb 16 13:00:00 2012 cooloAATTsuse.com
- Remove redudant tags/sections
Tue Feb 7 13:00:00 2012 cgardnerAATTsuse.com
- gperftools 2.0, released 3 Feb 2012.
- Primarily renamed from google-perftools to gperftools, with ownership
shifted from Google to the community.
Sat Dec 24 13:00:00 2011 cgardnerAATTsuse.com
- Version 1.9.1, released 23 Dec 2011.
* google-perftools: version 1.9 release
* Lightweight check for double-frees (blount)
* BUGFIX: Fix pprof to exit properly if run with no args (dagitses)
* Suggest ASan as a way to diagnose buggy code (ppluzhnikov)
* Get rid of unused CACHELINE_SIZE (csilvers)
* Replace atexit() calls with global dtors; helps freebsd (csilvers)
* Disable heap-checker under AddressSanitizer (kcc)
* Fix bug in powerpc stacktracing (ppluzhnikov)
* PERF: Use exponential backoff waiting for spinlocks (m3b)
* Fix 64-bit nm on 32-bit binaries in pprof (csilvers)
* Add ProfileHandlerDisallowForever (rsc)
* BUGFIX: Shell escape when forking in pprof (csilvers)
* No longer combine overloaded functions in pprof (csilvers)
* Fix address-normalizing bug in pprof (csilvers)
* More consistently call abort() instead of exit() on failure (csilvers)
* Allow NoGlobalLeaks to be safely called more than once (csilvers)
* PORTING/BUGFIX: Fix ARM cycleclock to use volatile asm (dougkwan)
* PORTING: 64-bit atomic ops for ARMv7 (dougkwan)
* PORTING: Implement stacktrace for ARM (dougkwan)
* PORTING: Fix malloc_hook_mmap_linux for ARM (dougkwan)
* PORTING: Update linux_syscall_support.h for ARM/etc (evannier, sanek)
* PORTING: Fix freebsd to work on x86_64 (chapp...AATTgmail.com)
* PORTING: Added additional SYS_mmap fixes for FreeBSD (chappedm)
* PORTING: Allow us to compile on OS X 10.6 and run on 10.5 (raltherr)
* PORTING: Check for mingw compilers that
*do
* define timespec
* PORTING: Add \"support\" for MIPS cycletimer
* PORTING: Fix fallback cycle-timer to work with Now (dougkwan)
* PERF: Move stack trace collecting out of the mutex (taylorc)
* PERF: Get the deallocation stack trace outside the mutex (sean)
* Make PageHeap dynamically allocated for leak checks (maxim)
* BUGFIX: Fix probing of nm -f behavior in pprof (dpeng)
* BUGFIX: Fix a race with the CentralFreeList lock before main (sanjay)
* Support /pprof/censusprofile url arguments (rajatjain)
* Change IgnoreObject to return its argument (nlewycky)
* Update malloc-hook files to support more CPUs
* BUGFIX: write our own strstr to avoid libc problems (csilvers)
* Use simple callgrind compression facility in pprof
* Print an error message when we can\'t run pprof to symbolize (csilvers)
* Die in configure when g++ is\'t installed (csilvers)
* DOC: Beef up the documentation a bit about using libunwind (csilvers)
Sat Oct 15 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable
Sun Jul 17 14:00:00 2011 cgardnerAATTsuse.com
- Google perftools 1.8, released 15 July 2011.