From 100e657c5092bc274424286a728db5116a4bbc54 Mon Sep 17 00:00:00 2001 From: csilvers Date: Sat, 14 Jun 2008 02:30:53 +0000 Subject: Mon Jun 9 16:47:03 2008 Google Inc. * google-perftools: version 0.98 release * Add ProfilerStartWithOptions() (cgd) * Change tcmalloc_minimal to not do any stack-tracing at all (csilvers) * Prefer mmap to sbrk for 64-buit debug mode (sanjay) * Fix accounting for some tcmalloc stats (sanjay) * Use setrlimit() to keep unittests from killing the machine (odo) * Fix a bug when sbrk-ing near address 4G (csilvers) * Make MallocHook thread-safe (jyasskin) * Fix windows build for MemoryBarrier (jyasskin) * Fix CPU-profiler docs to mention correct libs (csilvers) * Fix for GetHeapProfile() when heap-profiling is off (maxim) * Avoid realloc resizing ping-pongs using hysteresis (csilvers) * Add --callgrind output support to pprof (klimek) * Fix profiler.h and heap-profiler.h to be C-compatible (csilvers) * Break malloc_hook.h into two parts to reduce dependencies (csilvers) * Better handle systems that don't implement mmap (csilvers) * PORTING: disable system_alloc_unittest for msvc (csilvers) * PORTING: Makefile tweaks to build better on cygwin (csilvers) git-svn-id: http://gperftools.googlecode.com/svn/trunk@52 6b5cf1ce-ec42-a296-1ba9-69fdba395a50 --- packages/deb/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages') diff --git a/packages/deb/changelog b/packages/deb/changelog index 95e7117..11b0560 100644 --- a/packages/deb/changelog +++ b/packages/deb/changelog @@ -1,3 +1,9 @@ +google-perftools (0.98-1) unstable; urgency=low + + * New upstream release. + + -- Google Inc. Mon, 09 Jun 2008 16:47:03 -0700 + google-perftools (0.97-1) unstable; urgency=low * New upstream release. -- cgit v1.2.1