Skip to content

Commit

Permalink
0.28.3.gfm.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Oct 17, 2018
1 parent bbb9dd1 commit bc48e4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(PROJECT_NAME "cmark-gfm")
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 28)
set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION_GFM 18)
set(PROJECT_VERSION_GFM 19)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM} )

option(CMARK_TESTS "Build cmark-gfm tests and enable testing" ON)
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[0.28.3.gfm.19]

* Prevent out-of-bound memory access in strikethrough matcher (Xavier Décoret, #124).
* Limit recursion in autolink extension (Xavier Décoret, #125).
* Add plaintext rendering for footnotes (Xavier Décoret, #126).

[0.28.3.gfm.18]

* Match strikethrough more strictly (#120).
* Default to safe operation (#123).

[0.28.3.gfm.17]

* Allow extension to provide opaque allocation function (Nicolás Ojeda
Expand Down

0 comments on commit bc48e4f

Please sign in to comment.