|
23 | 23 |
|
24 | 24 | <active>yes</active>
|
25 | 25 | </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> |
28 | 28 | <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> |
31 | 31 | </version>
|
32 | 32 | <stability>
|
33 | 33 | <release>stable</release>
|
34 | 34 | <api>stable</api>
|
35 | 35 | </stability>
|
36 | 36 | <license uri="http://www.php.net/license/3_01.txt">PHP3.01</license>
|
37 | 37 | <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. |
43 | 40 | </notes>
|
44 | 41 | <contents>
|
45 | 42 | <dir name="/">
|
|
110 | 107 | <file role="src" name="017.phpt" />
|
111 | 108 | <file role="src" name="018.phpt" />
|
112 | 109 | <file role="src" name="019.phpt" />
|
| 110 | + <file role="src" name="020.phpt" /> |
113 | 111 | <file role="src" name="seaslog.test.php" />
|
114 | 112 | <file role="src" name="SeasLogVSlog4php.png" />
|
115 | 113 | </dir>
|
|
622 | 620 | - Fixed issue #228 analyzerDetail error.
|
623 | 621 | </notes>
|
624 | 622 | </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> |
625 | 643 | </changelog>
|
626 | 644 | </package>
|
627 | 645 |
|
0 commit comments