diff --git a/NEWS b/NEWS index 34ca1b0..6ef58ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +== 20 July 2013 == + +gperftools 2.1rc is out! + +As a result of more than a year of contributions we're ready for 2.1 +release. + +But before making that step I'd like to create RC and make sure people +have chance to test it. + +Here are notable changes since 2.0: + +* fixes for building on newer platforms. Notably, there's now initial + support for x32 ABI (--enable-minimal only at this time)) + +* 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 + == 03 February 2012 == I've just released gperftools 2.0 diff --git a/packages/deb/changelog b/packages/deb/changelog index dad1d5f..9983166 100644 --- a/packages/deb/changelog +++ b/packages/deb/changelog @@ -1,3 +1,10 @@ +gperftools (2.0.99-1) unstable; urgency=low + + * New upstream release. + * Package renamed from google-perftools to gperftools. + + -- gperftools Contributors Sat, 20 Jul 2013 14:21:10 -0700 + gperftools (2.0-1) unstable; urgency=low * New upstream release. diff --git a/packages/deb/control b/packages/deb/control index a553594..37c34a5 100644 --- a/packages/deb/control +++ b/packages/deb/control @@ -1,6 +1,6 @@ Source: gperftools Priority: optional -Maintainer: Google Inc. and others +Maintainer: gperftools Contributors Build-Depends: debhelper (>= 4.0.0), binutils Standards-Version: 3.6.1 diff --git a/packages/deb/copyright b/packages/deb/copyright index 1a11eb7..db7c78e 100644 --- a/packages/deb/copyright +++ b/packages/deb/copyright @@ -1,5 +1,5 @@ -This package was debianized by Craig Silverstein -on Fri, 03 Feb 2012 15:40:45 -0800. +This package was debianized by gperftools Contributors +on Sat, 20 Jul 2013 14:21:10 -0700. It was downloaded from http://code.google.com/p/gperftools/downloads/list @@ -8,6 +8,9 @@ Upstream Author: google-perftools@googlegroups.com Copyright (c) 2005, Google Inc. All rights reserved. +Copyright (c) 2013, gperftools Contributors +All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/packages/rpm/rpm.spec b/packages/rpm/rpm.spec index bb9a4ee..0690e4f 100644 --- a/packages/rpm/rpm.spec +++ b/packages/rpm/rpm.spec @@ -9,8 +9,8 @@ Release: %rel Group: Development/Libraries URL: http://code.google.com/p/gperftools/ License: BSD -Vendor: Google Inc. and others -Packager: Google Inc. and others +Vendor: gperftools Contributors +Packager: gperftools Contributors Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz Distribution: Redhat 7 and above. Buildroot: %{_tmppath}/%{name}-root