summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-23 10:30:19 +0200
committerRemi Collet <remi@php.net>2024-10-23 10:30:19 +0200
commit66be5ac8861481254e0b151ff4ecc4b1f7c21dc9 (patch)
tree6a02367dfad4913783f56754b34aa46ff0a67169
parent865a09a585e4e4b38255d4b0b06cf7666ac7600c (diff)
update to 0.6.1 (stable)HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-pinpoint.spec5
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 [ <persistent> extension #125 pinpoint_php version 0.6.0 ] {
+Extension [ <persistent> extension #125 pinpoint_php version 0.6.1 ] {
- INI {
Entry [ pinpoint_php.SendSpanTimeOutMs <ALL> ]
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 <remi@remirepo.net> - 0.6.1-1
+- update to 0.6.1 (stable)
+
* Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 0.6.0-1
- update to 0.6.0 (alpha)