Skip to content

Commit 4c5ce13

Browse files
committed
update to 1.9.1
1 parent 8db294e commit 4c5ce13

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

package.xml

+27-9
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,20 @@
2323
<email>[email protected]</email>
2424
<active>yes</active>
2525
</lead>
26-
<date>2018-11-24</date>
27-
<time>00:36:00</time>
26+
<date>2018-12-04</date>
27+
<time>11:55:00</time>
2828
<version>
29-
<release>1.9.0</release>
30-
<api>1.9.0</api>
29+
<release>1.9.1</release>
30+
<api>1.9.1</api>
3131
</version>
3232
<stability>
3333
<release>stable</release>
3434
<api>stable</api>
3535
</stability>
3636
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
3737
<notes>
38-
- New Feature #240 add SeasLog::setRequestVariable(key,value).
39-
- New Feature #243 support first parameter use array, such as SeasLog::debug(array).
40-
- Fixed issue #110 support New SeasLog().
41-
- Fixed issue #234 #236 SeasLog::analyzerDetail function bug.
42-
- Fixed issue #245 add unit test to analyzerCount and analyzerDetail.
38+
- Fixed issue #249 add unit test and fixed setLogger bug.
39+
- Fixed build error with mac osx.
4340
</notes>
4441
<contents>
4542
<dir name="/">
@@ -110,6 +107,7 @@
110107
<file role="src" name="017.phpt" />
111108
<file role="src" name="018.phpt" />
112109
<file role="src" name="019.phpt" />
110+
<file role="src" name="020.phpt" />
113111
<file role="src" name="seaslog.test.php" />
114112
<file role="src" name="SeasLogVSlog4php.png" />
115113
</dir>
@@ -622,6 +620,26 @@
622620
- Fixed issue #228 analyzerDetail error.
623621
</notes>
624622
</release>
623+
<release>
624+
<date>2018-11-24</date>
625+
<time>00:36:00</time>
626+
<version>
627+
<release>1.9.0</release>
628+
<api>1.9.0</api>
629+
</version>
630+
<stability>
631+
<release>stable</release>
632+
<api>stable</api>
633+
</stability>
634+
<license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
635+
<notes>
636+
- New Feature #240 add SeasLog::setRequestVariable(key,value).
637+
- New Feature #243 support first parameter use array, such as SeasLog::debug(array).
638+
- Fixed issue #110 support New SeasLog().
639+
- Fixed issue #234 #236 SeasLog::analyzerDetail function bug.
640+
- Fixed issue #245 add unit test to analyzerCount and analyzerDetail.
641+
</notes>
642+
</release>
625643
</changelog>
626644
</package>
627645

0 commit comments

Comments
 (0)