mirror of
https://github.com/gperftools/gperftools
synced 2025-03-02 19:07:36 +00:00
updated NEWS and packages/ for 2.1rc
git-svn-id: http://gperftools.googlecode.com/svn/trunk@226 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
This commit is contained in:
parent
60ab178aeb
commit
ee2bf09713
35
NEWS
35
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
|
||||
|
@ -1,3 +1,10 @@
|
||||
gperftools (2.0.99-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Package renamed from google-perftools to gperftools.
|
||||
|
||||
-- gperftools Contributors <google-perftools@googlegroups.com> Sat, 20 Jul 2013 14:21:10 -0700
|
||||
|
||||
gperftools (2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Source: gperftools
|
||||
Priority: optional
|
||||
Maintainer: Google Inc. and others <google-perftools@googlegroups.com>
|
||||
Maintainer: gperftools Contributors <google-perftools@googlegroups.com>
|
||||
Build-Depends: debhelper (>= 4.0.0), binutils
|
||||
Standards-Version: 3.6.1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
This package was debianized by Craig Silverstein <google-perftools@googlegroups.com>
|
||||
on Fri, 03 Feb 2012 15:40:45 -0800.
|
||||
This package was debianized by gperftools Contributors <google-perftools@googlegroups.com>
|
||||
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:
|
||||
|
@ -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 <google-perftools@googlegroups.com>
|
||||
Vendor: gperftools Contributors
|
||||
Packager: gperftools Contributors <google-perftools@googlegroups.com>
|
||||
Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz
|
||||
Distribution: Redhat 7 and above.
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
|
Loading…
Reference in New Issue
Block a user