From 66be5ac8861481254e0b151ff4ecc4b1f7c21dc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Oct 2024 10:30:19 +0200 Subject: update to 0.6.1 (stable) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-pinpoint.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index b80c3be..132b9b6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pinpoint_php pinpoint_php support => enabled -pinpoint_php extension version => 0.6.0 +pinpoint_php extension version => 0.6.1 Directive => Local Value => Master Value pinpoint_php.SendSpanTimeOutMs => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 06f584d..3407f0c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 pinpoint_php version 0.6.0 ] { +Extension [ extension #125 pinpoint_php version 0.6.1 ] { - INI { Entry [ pinpoint_php.SendSpanTimeOutMs ] diff --git a/php-pecl-pinpoint.spec b/php-pecl-pinpoint.spec index 3080ad3..7dceffc 100644 --- a/php-pecl-pinpoint.spec +++ b/php-pecl-pinpoint.spec @@ -12,7 +12,7 @@ %global pecl_name pinpoint_php %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.6.0 +%global upstream_version 0.6.1 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -167,6 +167,9 @@ cd ../ZTS %changelog +* Wed Oct 23 2024 Remi Collet - 0.6.1-1 +- update to 0.6.1 (stable) + * Mon Oct 21 2024 Remi Collet - 0.6.0-1 - update to 0.6.0 (alpha) -- cgit