summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-seaslog.spec7
2 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index a01822a..b210325 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #150 SeasLog version 1.4.2 ] {
+Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
- INI {
Entry [ seaslog.default_basepath <ALL> ]
@@ -26,15 +26,15 @@ Extension [ <persistent> extension #150 SeasLog version 1.4.2 ] {
Current = '0'
}
Entry [ seaslog.trace_error <ALL> ]
- Current = '0'
+ Current = '1'
}
Entry [ seaslog.trace_exception <ALL> ]
- Current = '1'
+ Current = '0'
}
}
- Constants [11] {
- Constant [ string SEASLOG_VERSION ] { 1.4.2 }
+ Constant [ string SEASLOG_VERSION ] { 1.4.4 }
Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] }
Constant [ string SEASLOG_ALL ] { all }
Constant [ string SEASLOG_DEBUG ] { debug }
diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec
index a4b19ec..39009de 100644
--- a/php-pecl-seaslog.spec
+++ b/php-pecl-seaslog.spec
@@ -32,7 +32,7 @@
Summary: A effective,fast,stable log extension for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.4.2
+Version: 1.4.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -127,7 +127,7 @@ extension=%{pecl_name}.so
;seaslog.use_buffer = 0
;seaslog.buffer_size = 0
;seaslog.level = 0
-;seaslog.trace_error = 0
+;seaslog.trace_error = 1
;seaslog.trace_exception = 0
EOF
@@ -229,6 +229,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Sep 23 2015 Remi Collet <remi@fedoraproject.org> - 1.4.4-1
+- Update to 1.4.4 (stable)
+
* Tue Sep 15 2015 Remi Collet <remi@fedoraproject.org> - 1.4.2-1
- Update to 1.4.2 (stable)