Skip to content

Commit 4f98fe9

Browse files
committed
update to 2.2.0
1 parent f3b10fd commit 4f98fe9

File tree

2 files changed

+35
-15
lines changed

2 files changed

+35
-15
lines changed

include/SeasLog.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
#define SEASLOG_RES_NAME "SeasLog"
5555
#define SEASLOG_AUTHOR "Chitao.Gao [ [email protected] ]"
56-
#define SEASLOG_VERSION "2.1.1"
57-
#define SEASLOG_VERSION_ID 20101
56+
#define SEASLOG_VERSION "2.2.0"
57+
#define SEASLOG_VERSION_ID 20200
5858
#define SEASLOG_SUPPORTS "https://github.com/SeasX/SeasLog"
5959

6060
#define SEASLOG_ALL "ALL"

package.xml

+33-13
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,23 @@
2424
<email>[email protected]</email>
2525
<active>yes</active>
2626
</lead>
27-
<date>2020-01-01</date>
28-
<time>21:28:00</time>
27+
<date>2021-01-19</date>
28+
<time>15:45:00</time>
2929
<version>
30-
<release>2.1.0</release>
31-
<api>2.1.0</api>
30+
<release>2.2.0</release>
31+
<api>2.2.0</api>
3232
</version>
3333
<stability>
3434
<release>stable</release>
3535
<api>stable</api>
3636
</stability>
3737
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
3838
<notes>
39-
- Support PHP7.4
40-
- Support getBufferCount function and modify flushBuffer function.
41-
- Support `%B` in log template, support BasePath.
42-
- Enhancement trim_wrap.
43-
- Fixed issue #265.
44-
- Fixed bug trace_performance core dump by performance_frames init.
45-
- Fixed ignore php errors before module initialized.
46-
- Fixed php-stream use update in php7.
47-
- Fixed can`t append to file after stream changed in php7.
39+
- Support PHP8
40+
- Support s390x and mips64 platform
41+
- Fixed ulong conflicting
42+
- Fixed test case dependence on INI setting (seaslog.default_template)
43+
- Fixed memory leak on `get_code_filename_line`
4844
</notes>
4945
<contents>
5046
<dir name="/">
@@ -684,6 +680,30 @@
684680
- Fixed `%C` in log template, support Class::Action.
685681
</notes>
686682
</release>
683+
<release>
684+
<date>2020-01-01</date>
685+
<time>21:28:00</time>
686+
<version>
687+
<release>2.1.0</release>
688+
<api>2.1.0</api>
689+
</version>
690+
<stability>
691+
<release>stable</release>
692+
<api>stable</api>
693+
</stability>
694+
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
695+
<notes>
696+
- Support PHP7.4
697+
- Support getBufferCount function and modify flushBuffer function.
698+
- Support `%B` in log template, support BasePath.
699+
- Enhancement trim_wrap.
700+
- Fixed issue #265.
701+
- Fixed bug trace_performance core dump by performance_frames init.
702+
- Fixed ignore php errors before module initialized.
703+
- Fixed php-stream use update in php7.
704+
- Fixed can`t append to file after stream changed in php7.
705+
</notes>
706+
</release>
687707
</changelog>
688708
</package>
689709

0 commit comments

Comments
 (0)