From 665fe5f6a9a3dbfe0b5f2933f707022b92aeabea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jan 2018 13:36:43 +0100 Subject: v0.1.0 (alpha) --- php-pecl-stackdriver-debugger.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-stackdriver-debugger.spec') diff --git a/php-pecl-stackdriver-debugger.spec b/php-pecl-stackdriver-debugger.spec index 4358d0c..bc312f1 100644 --- a/php-pecl-stackdriver-debugger.spec +++ b/php-pecl-stackdriver-debugger.spec @@ -17,7 +17,7 @@ Summary: Investigate your code behavior in production Name: %{?sub_prefix}php-pecl-stackdriver-debugger -Version: 0.0.2 +Version: 0.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: ASL 2.0 @@ -101,6 +101,7 @@ extension = %{pecl_name}.so ; Configuration ;stackdriver_debugger.function_whitelist = '' +;stackdriver_debugger.max_time = 10 EOF @@ -208,5 +209,8 @@ fi %changelog +* Wed Jan 3 2018 Remi Collet - 0.1.0-1 +- Update to 0.1.0 (alpha) + * Tue Dec 12 2017 Remi Collet - 0.0.2-1 - initial package, version 0.0.2 (php 7, devel) -- cgit