-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #473 from DataDog/build_release_0.27.2
Release 0.27.2
- Loading branch information
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,22 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2019-06-05</date> | ||
<date>2019-06-06</date> | ||
<version> | ||
<release>0.27.1</release> | ||
<api>0.27.1</api> | ||
<release>0.27.2</release> | ||
<api>0.27.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license> | ||
<notes> | ||
### Changed | ||
- Valgrind configuration to perform more thorough memory consistency verification #472 | ||
|
||
### Fixed | ||
- Memory leak when garbage collecting span stacks #469 | ||
- Memory leak detected in tests #472 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#ifndef PHP_DDTRACE_VERSION | ||
#define PHP_DDTRACE_VERSION "0.27.1" | ||
#define PHP_DDTRACE_VERSION "0.27.2" | ||
#endif |