-
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
33 additions
and
16 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 |
---|---|---|
|
@@ -18,21 +18,22 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2015-06-29</date> | ||
<time>11:00:00</time> | ||
<date>2015-06-30</date> | ||
<time>14:05:00</time> | ||
<version> | ||
<release>1.2.0</release> | ||
<api>1.2.0</api> | ||
<release>1.2.2</release> | ||
<api>1.2.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license> | ||
<notes> | ||
- Fixed SeasLog::analyzerDetail() function compatible with MAC | ||
- Fixed memory leak | ||
- Support windows | ||
- Fixed Logger bug with PHP-Version -ge 5.4 | ||
- Fixed SeasLog::log('level','message','content',['logger']) bug | ||
- Support SeasLog::analyzerDetail("all") | ||
- Support SeasLog::analyzerCount("all") | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -197,5 +198,23 @@ | |
- Fixed SeasLog::analyzerDetail() function compatible with CentOS | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2015-06-29</date> | ||
<time>11:00:00</time> | ||
<version> | ||
<release>1.2.0</release> | ||
<api>1.2.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license> | ||
<notes> | ||
- Fixed SeasLog::analyzerDetail() function compatible with MAC | ||
- Fixed memory leak | ||
- Support windows | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
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