summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-01 07:05:21 +0200
committerRemi Collet <remi@remirepo.net>2019-07-01 07:05:21 +0200
commit8c806a84a70408731dae99baa333dc0dabdbefaf (patch)
treea5bb583b93f6a8be382e39726a1340437113fabf
parente2f68e65688df4e12f915f7201d6ee7773a6604d (diff)
v3.4.4
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-phalcon3.spec9
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 [ <persistent> extension #194 phalcon version 3.4.3 ] {
+Extension [ <persistent> extension #194 phalcon version 3.4.4 ] {
- INI {
Entry [ phalcon.db.escape_identifiers <ALL> ]
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 <remi@remirepo.net> - 3.4.4-1
+- update to 3.4.4
+
* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 3.4.3-4
- rebuild using zephir 0.10.16 for
https://github.com/phalcon/cphalcon/issues/14160