Skip to content

Commit 51c81f3

Browse files
committed
bumped up 0.3.11
fix segfault in sundown_render_base
1 parent 4d4fdd3 commit 51c81f3

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

package.xml

+23-9
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,18 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
1515
<email>[email protected]</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2013-12-09</date>
19-
<time>09:43:58</time>
18+
<date>2014-01-02</date>
2019
<version>
21-
<release>0.3.10</release>
20+
<release>0.3.11</release>
2221
<api>0.3.9</api>
2322
</version>
2423
<stability>
2524
<release>beta</release>
2625
<api>beta</api>
2726
</stability>
2827
<license uri="http://www.php.net/license">PHP</license>
29-
<notes>bumped up 0.3.10.
30-
this release for imporve windows support.
31-
32-
[fix]
33-
* windows compatibility
34-
</notes>
28+
<notes>fix segfault in sundown_render_base
29+
</notes>
3530
<contents>
3631
<dir name="/">
3732
<dir name="examples">
@@ -326,6 +321,7 @@ this release for imporve windows support.
326321
<file role="src" name="render_html.c" />
327322
<file role="src" name="render_html_toc.c" />
328323
<file role="src" name="render_xhtml.c" />
324+
<file role="doc" name="LICENSE"/>
329325
</dir>
330326
</contents>
331327
<dependencies>
@@ -343,6 +339,24 @@ this release for imporve windows support.
343339
<providesextension>sundown</providesextension>
344340
<extsrcrelease/>
345341
<changelog>
342+
<release>
343+
<stability>
344+
<release>beta</release>
345+
<api>beta</api>
346+
</stability>
347+
<version>
348+
<release>0.3.10</release>
349+
<api>0.3.9</api>
350+
</version>
351+
<date>2013-12-09</date>
352+
<notes>
353+
bumped up 0.3.10.
354+
this release for imporve windows support.
355+
356+
[fix]
357+
* windows compatibility
358+
</notes>
359+
</release>
346360
<release>
347361
<stability>
348362
<release>beta</release>

php_sundown.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define PHP_SUNDOWN_H
44

55
#define PHP_SUNDOWN_EXTNAME "sundown"
6-
#define PHP_SUNDOWN_VERSION "0.3.10"
6+
#define PHP_SUNDOWN_VERSION "0.3.11"
77

88
#ifdef HAVE_CONFIG_H
99
#include "config.h"

0 commit comments

Comments
 (0)