diff --git a/include/SeasLog.h b/include/SeasLog.h
index 74dd77b..04f98c8 100644
--- a/include/SeasLog.h
+++ b/include/SeasLog.h
@@ -53,8 +53,8 @@
#define SEASLOG_RES_NAME "SeasLog"
#define SEASLOG_AUTHOR "Chitao.Gao [ neeke@php.net ]"
-#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"
diff --git a/package.xml b/package.xml
index 995fca5..bfaf384 100644
--- a/package.xml
+++ b/package.xml
@@ -24,11 +24,11 @@
neeke@php.net
yes
- 2020-01-01
-
+ 2021-01-19
+
- 2.1.0
- 2.1.0
+ 2.2.0
+ 2.2.0
stable
@@ -36,15 +36,11 @@
PHP3.01
- - 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`
@@ -684,6 +680,30 @@
- Fixed `%C` in log template, support Class::Action.
+
+ 2020-01-01
+
+
+ 2.1.0
+ 2.1.0
+
+
+ stable
+ stable
+
+ PHP3.01
+
+ - 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.
+
+