-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="/"> | ||
|
@@ -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> | ||
|