Skip to content

Commit

Permalink
update to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Sep 19, 2017
1 parent 2c267ec commit 8587a73
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,19 @@
<active>yes</active>
</lead>
<date>2017-09-19</date>
<time>14:00:00</time>
<time>16:11:00</time>
<version>
<release>1.7.5</release>
<api>1.7.5</api>
<release>1.7.6</release>
<api>1.7.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Update license from Apache License 2.0 to PHP License 3.01.
- Support send to Rsyslog(TCP/UDP) with RFC5424.
- Support RequestId differentiated requests to fixed issue #134.
- Support for log template customizations to fixed issue #12 #143.
- Update SeasLog Analyzer scripts version to 1.1.0, to fixed issue #139.
- Optimization of analyzerCount and analyzerDetail to fixed issue #133.
- Fixed issue #138. Error by file exists.
- Fixed issue #140. Error by setDatetimeFormat.
- Fixed issue #142. Error by too many open files.
- Fixed issue #144. Error by read log detail order desc.
- Fixed issue #145. Error by analyzerDetail.
- Fixed issue #146. Segfault at php-fpm.
- Fixed analyzerDetail bug, use grep -ai key_words.
- Fixed issue #152. Segfault in cli.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -493,5 +483,32 @@
- Fixed PHP --re seaslog result.
</notes>
</release>
<release>
<date>2017-09-19</date>
<time>14:00:00</time>
<version>
<release>1.7.5</release>
<api>1.7.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Update license from Apache License 2.0 to PHP License 3.01.
- Support send to Rsyslog(TCP/UDP) with RFC5424.
- Support RequestId differentiated requests to fixed issue #134.
- Support for log template customizations to fixed issue #12 #143.
- Update SeasLog Analyzer scripts version to 1.1.0, to fixed issue #139.
- Optimization of analyzerCount and analyzerDetail to fixed issue #133.
- Fixed issue #138. Error by file exists.
- Fixed issue #140. Error by setDatetimeFormat.
- Fixed issue #142. Error by too many open files.
- Fixed issue #144. Error by read log detail order desc.
- Fixed issue #145. Error by analyzerDetail.
- Fixed issue #146. Segfault at php-fpm.
</notes>
</release>
</changelog>
</package>

0 comments on commit 8587a73

Please sign in to comment.