Skip to content

Commit

Permalink
update to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Aug 20, 2014
1 parent e21a24b commit 67bb093
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-08-17</date>
<time>16:00:00</time>
<date>2014-08-20</date>
<time>12:00:00</time>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
<release>1.1.4</release>
<api>1.1.4</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 Mac under the compiler error
- Buffer optimization methods, improve operation efficiency
- Optimization of the internal structure, concurrent fault
- Define some function at header for C99 Standard
- Remove some superfluous comment
- Fixed SeasLog::log() function warning
- Fixed config "seaslog.level = 0" in Readme
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -126,5 +127,23 @@
- Code format remove tab to 4space
</notes>
</release>
<release>
<date>2014-08-17</date>
<time>16:00:00</time>
<version>
<release>1.1.0</release>
<api>1.1.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 Mac under the compiler error
- Buffer optimization methods, improve operation efficiency
- Optimization of the internal structure, concurrent fault
</notes>
</release>
</changelog>
</package>

0 comments on commit 67bb093

Please sign in to comment.