From 8c806a84a70408731dae99baa333dc0dabdbefaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jul 2019 07:05:21 +0200 Subject: v3.4.4 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-phalcon3.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index e2a1563..b59cf82 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,8 +5,8 @@ phalcon Web framework delivered as a C-extension for PHP phalcon => enabled Author => Phalcon Team and contributors -Version => 3.4.3 -Build Date => Jun 28 2019 06:18:31 +Version => 3.4.4 +Build Date => Jul 1 2019 06:53:35 Powered by Zephir => Version 0.10.16 Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 84b39f0..5add64a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 phalcon version 3.4.3 ] { +Extension [ extension #194 phalcon version 3.4.4 ] { - INI { Entry [ phalcon.db.escape_identifiers ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index a40fb2a..26e980d 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,7 +17,7 @@ %global pkg_name %{name} %endif -%global gh_commit 08e7bfc7091250349bcbb39f22f99399ad0c09c4 +%global gh_commit cc0cde0eb28faef05e9074e03c07e55d8ff0ed34 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,8 +34,8 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.3 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.4.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework License: MIT @@ -253,6 +253,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jul 1 2019 Remi Collet - 3.4.4-1 +- update to 3.4.4 + * Fri Jun 28 2019 Remi Collet - 3.4.3-4 - rebuild using zephir 0.10.16 for https://github.com/phalcon/cphalcon/issues/14160 -- cgit