Skip to content

Commit

Permalink
update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Jan 19, 2021
1 parent f3b10fd commit 4f98fe9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
4 changes: 2 additions & 2 deletions include/SeasLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@

#define SEASLOG_RES_NAME "SeasLog"
#define SEASLOG_AUTHOR "Chitao.Gao [ [email protected] ]"
#define SEASLOG_VERSION "2.1.1"
#define SEASLOG_VERSION_ID 20101
#define SEASLOG_VERSION "2.2.0"
#define SEASLOG_VERSION_ID 20200
#define SEASLOG_SUPPORTS "https://github.com/SeasX/SeasLog"

#define SEASLOG_ALL "ALL"
Expand Down
46 changes: 33 additions & 13 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,23 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2020-01-01</date>
<time>21:28:00</time>
<date>2021-01-19</date>
<time>15:45:00</time>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
<release>2.2.0</release>
<api>2.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
<notes>
- Support PHP7.4
- Support getBufferCount function and modify flushBuffer function.
- Support `%B` in log template, support BasePath.
- Enhancement trim_wrap.
- Fixed issue #265.
- Fixed bug trace_performance core dump by performance_frames init.
- Fixed ignore php errors before module initialized.
- Fixed php-stream use update in php7.
- Fixed can`t append to file after stream changed in php7.
- Support PHP8
- Support s390x and mips64 platform
- Fixed ulong conflicting
- Fixed test case dependence on INI setting (seaslog.default_template)
- Fixed memory leak on `get_code_filename_line`
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -684,6 +680,30 @@
- Fixed `%C` in log template, support Class::Action.
</notes>
</release>
<release>
<date>2020-01-01</date>
<time>21:28:00</time>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
<notes>
- Support PHP7.4
- Support getBufferCount function and modify flushBuffer function.
- Support `%B` in log template, support BasePath.
- Enhancement trim_wrap.
- Fixed issue #265.
- Fixed bug trace_performance core dump by performance_frames init.
- Fixed ignore php errors before module initialized.
- Fixed php-stream use update in php7.
- Fixed can`t append to file after stream changed in php7.
</notes>
</release>
</changelog>
</package>

0 comments on commit 4f98fe9

Please sign in to comment.